|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
29 #ifndef PMLITEMPROPERTY_H
30 #define PMLITEMPROPERTY_H
72 #endif // PMLITEMPROPERTY_H
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 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:303
const QString & getName() const
get the name of the property
Definition: Property.cpp:72
~CamiTKPropertyList() override
Definition: CamiTKPropertyList.cpp:30
virtual Q_INVOKABLE camitk::Property * getProperty(QString name)
Get a Property given its name.
Definition: CamiTKPropertyList.cpp:39
const QVariant & getInitialValue() const
return the initial (default) value
Definition: Property.cpp:77
QMap< QString, camitk::Property * > propertyMap
list of CamiTK property decorating the dynamic properties
Definition: CamiTKPropertyList.h:92
Definition: Action.cpp:35