Node property notification handler. More...
#include <kanzi/core.ui/node/node_property_notification_handler.hpp>
Public Member Functions | |
Node * | getNode () const |
Access the node. More... | |
void | invalidate () |
Invalidates the state of the notification handler. More... | |
bool | isValid () const |
Tell if this notification handler is valid. More... | |
Public Member Functions inherited from kanzi::AbstractPropertyNotificationHandler | |
virtual void | onPropertyChanged (PropertyNotificationReason reason)=0 |
Method to be executed when property is changed. More... | |
AbstractPropertyType | getPropertyType () const |
Get the property type this handler is listening. More... | |
Protected Member Functions | |
NodePropertyNotificationHandler () | |
Empty constructor. More... | |
NodePropertyNotificationHandler (const NodePropertyNotificationHandler &rhs) | |
Copy constructor. More... | |
NodePropertyNotificationHandler (AbstractPropertyType propertyType, Node *node) | |
Constructor. More... | |
virtual | ~NodePropertyNotificationHandler () |
Destructor. More... | |
NodePropertyNotificationHandler & | operator= (const NodePropertyNotificationHandler &rhs) |
Assignment operator. More... | |
Protected Member Functions inherited from kanzi::AbstractPropertyNotificationHandler | |
AbstractPropertyNotificationHandler () | |
Empty constructor. More... | |
AbstractPropertyNotificationHandler (AbstractPropertyType propertyType) | |
Constructor. More... | |
Node property notification handler.
|
inlineexplicitprotected |
Empty constructor.
|
inlineexplicitprotected |
Copy constructor.
rhs | Handler to copy from. |
|
inlineexplicitprotected |
Constructor.
Implicitly attaches to the node it's constructed on.
|
inlineprotectedvirtual |
Destructor.
Implicitly deattaches from the node it was constructed on.
|
inline |
Access the node.
|
inline |
Invalidates the state of the notification handler.
Use this function to invalidate a node that you destroyed before destroying the NodePropertyNotificationHandler.
|
inline |
Tell if this notification handler is valid.
|
inlineprotected |
Assignment operator.
rhs | Handler to copy from. |