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