X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fbinding.h;h=7bb3238b09ffbbf0bfbcefd2f12612d3d6fdcf38;hp=bddca8624588ff6bf4efe4af0737bc362d355d38;hb=479bcabe6b4d0b1f51984085d9944ce6b03ed07c;hpb=cf47ef78b6366286f6f32673ffabe0595591418d diff --git a/pv/prop/binding/binding.h b/pv/prop/binding/binding.h index bddca862..7bb3238b 100644 --- a/pv/prop/binding/binding.h +++ b/pv/prop/binding/binding.h @@ -21,12 +21,27 @@ #ifndef PULSEVIEW_PV_PROP_BINDING_BINDING_H #define PULSEVIEW_PV_PROP_BINDING_BINDING_H +#include +#include + +class QWidget; + namespace pv { namespace prop { + +class Property; + namespace binding { class Binding { +public: + const std::vector< boost::shared_ptr >& properties(); + +protected: + std::vector< boost::shared_ptr > _properties; + + QWidget *_form; }; } // binding