29 #ifndef PMLITEMPROPERTY_H 30 #define PMLITEMPROPERTY_H 72 #endif // PMLITEMPROPERTY_H ~CamiTKPropertyList() override
Definition: CamiTKPropertyList.cpp:30
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:48
virtual Q_INVOKABLE camitk::Property * getProperty(QString name)
Get a Property given its name.
Definition: CamiTKPropertyList.cpp:39
virtual unsigned int getNumberOfProperties() const
get the number of properties
Definition: CamiTKPropertyList.cpp:58
This class describes a property that can be used in components and actions or any class that needs to...
Definition: Property.h:291