29 #ifndef PMLITEMPROPERTY_H 30 #define PMLITEMPROPERTY_H 72 #endif // PMLITEMPROPERTY_H QMap< QString, camitk::Property * > propertyMap
list of CamiTK property decorating the dynamic properties
Definition: CamiTKPropertyList.h:69
This class holds a list of CamiTK Properties and can be used as an editable QObject for the ObjectCon...
Definition: CamiTKPropertyList.h:35
virtual bool addProperty(camitk::Property *)
Add a new CamiTK property to the component.
Definition: CamiTKPropertyList.cpp:47
virtual Q_INVOKABLE camitk::Property * getProperty(QString name)
Get a Property given its name.
Definition: CamiTKPropertyList.cpp:38
virtual ~CamiTKPropertyList()
Definition: CamiTKPropertyList.cpp:30
virtual unsigned int getNumberOfProperties() const
get the number of properties
Definition: CamiTKPropertyList.cpp:57
This class describes a property that can be used in components and actions or any class that needs to...
Definition: Property.h:260