47 #ifndef _MIRA_PROPERTYVIEWPAGE_H_ 48 #define _MIRA_PROPERTYVIEWPAGE_H_ 51 #include <boost/shared_ptr.hpp> 93 void setPropertyNode(boost::shared_ptr<PropertyNode> node);
96 void addPropertyNode(boost::shared_ptr<PropertyNode> node);
99 void clearPropertyNodes();
112 std::list<boost::shared_ptr<PropertyNode>> mProperties;
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Gui export macro declaration.
PropertyViewPage page.
Definition: PropertyViewPage.h:76
$Header file containing base classes to enable class creation using a class factory$ ...
The object class acts as a generic base class for classes which should be used with the classFactory...
Definition: Object.h:144
This view part provides an editor/viewer for properties of other views.
Definition: PropertyView.h:64
#define MIRA_OBJECT(classIdentifier)
Use this MACRO if you like the factory to automatically extract the class name from the given identif...
Definition: FactoryMacros.h:179
#define MIRA_GUI_VIEWS_EXPORT
Definition: GuiViewsExports.h:61
Provides display and editing facilities for property items in the editor.
Definition: PropertyEditor.h:74