Base Framework
Property Class Reference

Property. More...

#include <base/Property.h>

Inherits AutomationObject.

Detailed Description

Property.

A property is an attribute which may be exposed using any appropriate access. Properties are required to prevent and/or handle wrong use properly.

class MyProperty : public Property {
public:
};
class MyClass : public Object {
public:
MyProperty property; // public accesss allowed
};
Version
1.0
Property
Property.
Definition: Property.h:40
Object
Object.
Definition: Object.h:28