libmetaobject_property
Detailed Description
Property metaobject.Required libraries: -lvos
Classes
- class VOS::LocalProperty
- class VOS::BasicLocalProperty
- Base class for local properties. More...
- Base class for local properties. More...
- class VOS::Property
- class VOS::PropertyAccessControl
- Use subclasses of PropertyAccessControl to implement various access control policies on property reads and writes. More...
- Use subclasses of PropertyAccessControl to implement various access control policies on property reads and writes. More...
- class NoPropertyAccessControl
- Access control policy for properties that always says yes. More...
- Access control policy for properties that always says yes. More...
- class VOS::ReadOnlyPropertyAccessControl
- Access control policy for properties permits unlimited reads but denies allwrites and replaces. More...
- Access control policy for properties permits unlimited reads but denies allwrites and replaces. More...
- class VOS::ReadOnlyPropertyAccessControl
- Access control policy for properties permits unlimited reads but denies allwrites and replaces. More...
- Access control policy for properties permits unlimited reads but denies allwrites and replaces. More...
- class VOS::DenyAllPropertyAccessControl
- Access control policy for properties permits unlimited reads but denies allwrites and replaces. More...
- Access control policy for properties permits unlimited reads but denies allwrites and replaces. More...
- class VOS::PropertyListener
- PropertyListener objects will be notified of all changes to Properties to which they are listening. More...
- PropertyListener objects will be notified of all changes to Properties to which they are listening. More...
- class VOS::PropertyEvent
- PropertyEvents are passed to PropertyListener objectss to notify them of changes to the properties they are listening to. More...
- PropertyEvents are passed to PropertyListener objectss to notify them of changes to the properties they are listening to. More...
- class VOS::DoNothingPropertyListener
- This is a PropertyListener that does nothing; however, it can be used to keep a RemoteProperty up to date with changes in a LocalProperty, speeding up reads of the RemoteProperty. More...
- This is a PropertyListener that does nothing; however, it can be used to keep a RemoteProperty up to date with changes in a LocalProperty, speeding up reads of the RemoteProperty. More...