26 #ifndef PROPERTYOBJECT_H 27 #define PROPERTYOBJECT_H 86 Q_INVOKABLE
virtual Property* getProperty(QString name);
91 virtual void removeProperty(
Property*);
103 #endif // PROPERTYOBJECT_H QMap< QString, Property * > propertiesMap
Definition: PropertyObject.h:97
Definition: Action.cpp:40
#define CAMITK_API
Definition: CamiTKAPI.h:49
This class describes a property object.
Definition: PropertyObject.h:50
This class describes a property that can be used in components and actions or any class that needs to...
Definition: Property.h:260