TwiceAsNice
2019-02-18
|
Public Member Functions | |
PropertyBridgeBlock () | |
virtual | ~PropertyBridgeBlock () |
virtual const std::string & | identity () |
virtual const std::string & | type () |
virtual std::string | toString () const |
serialize to a string. More... | |
virtual void | set (Nice::CompletionState, const Nice::Any &_val, Nice::I64 _callerid, const Nice::DateVar &) |
Abstract function is called from local Property if a Property value has changed. More... | |
PropertyBridgeBlock () | |
virtual | ~PropertyBridgeBlock () |
virtual const std::string & | identity () |
virtual const std::string & | type () |
virtual std::string | toString () const |
serialize to a string. More... | |
virtual void | set (Nice::CompletionState, const Nice::Any &_val, Nice::I64 _callerid, const Nice::DateVar &) |
Abstract function is called from local Property if a Property value has changed. 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... | |
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... | |
Protected Attributes | |
std::string | m_identity |
![]() | |
Nice::Property * | m_property |
Static Protected Attributes | |
static const std::string | s_type = "BLOCK_BRIDGE" |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Unique ID of the bridge object.
Implements Nice::PropertyBridge.
|
inlinevirtual |
Unique ID of the bridge object.
Implements Nice::PropertyBridge.
|
inlinevirtual |
Abstract function is called from local Property if a Property value has changed.
Implements Nice::PropertyBridge.
|
inlinevirtual |
Abstract function is called from local Property if a Property value has changed.
Implements Nice::PropertyBridge.
|
inlinevirtual |
serialize to a string.
Implements Nice::PropertyBridge.
|
inlinevirtual |
serialize to a string.
Implements Nice::PropertyBridge.
|
inlinevirtual |
Implements Nice::PropertyBridge.
|
inlinevirtual |
Implements Nice::PropertyBridge.
|
protected |
|
staticprotected |