TwiceAsNice
2019-02-18
|
#include <AdSecServiceWorker.h>
Public Member Functions | |
virtual void | init (const Nice::JointPtr &_node) |
Initializer, called once with the Property's Joint when it has been applied. More... | |
virtual void | set (Nice::CompletionState, const Nice::Any &_val, Nice::I64 _setterId, const Nice::DateVar &_date) |
Abstract function is called from local Property if a Property value has changed. More... | |
virtual std::string | toString () const |
serialize to a string. More... | |
virtual const std::string & | identity () |
virtual const std::string & | type () |
![]() | |
PropertyBridge () | |
Constructor. More... | |
virtual | ~PropertyBridge () |
Destructor. More... | |
virtual void | init (const PropertyPtr &_property) |
Initializer, called by the Property when it is applied. More... | |
virtual void | disconnect () |
Abstract function to connect an instance of THIS bridge to another bridge. More... | |
PropertyBridge () | |
Constructor. More... | |
virtual | ~PropertyBridge () |
Destructor. More... | |
virtual void | init (const PropertyPtr &_property) |
Initializer, called by the Property when it is applied. More... | |
virtual void | disconnect () |
Abstract function to connect an instance of THIS bridge to another bridge. More... | |
![]() | |
virtual | ~PropertyFunctor () |
Destructor. More... | |
virtual | ~PropertyFunctor () |
Destructor. More... | |
Private Attributes | |
Nice::Monitor | m_monitor |
Nice::JointPtr | m_node |
std::string | m_name |
Additional Inherited Members | |
![]() | |
Nice::Property * | m_property |
|
inlinevirtual |
Unique ID of the bridge object.
Implements Nice::PropertyBridge.
|
virtual |
Initializer, called once with the Property's Joint when it has been applied.
Implements Nice::PropertyFunctor.
|
virtual |
Abstract function is called from local Property if a Property value has changed.
Implements Nice::PropertyBridge.
|
inlinevirtual |
|
inlinevirtual |
Implements Nice::PropertyBridge.
|
private |
|
private |
|
private |