Node property notification handler.
More...
#include <kanzi/core.ui/node/node_property_notification_handler.hpp>
Node property notification handler.
◆ NodePropertyNotificationHandler() [1/3]
kanzi::NodePropertyNotificationHandler::NodePropertyNotificationHandler |
( |
| ) |
|
|
inlineexplicitprotected |
◆ NodePropertyNotificationHandler() [2/3]
Copy constructor.
- Parameters
-
◆ NodePropertyNotificationHandler() [3/3]
kanzi::NodePropertyNotificationHandler::NodePropertyNotificationHandler |
( |
AbstractPropertyType |
propertyType, |
|
|
Node * |
node |
|
) |
| |
|
inlineexplicitprotected |
Constructor.
Implicitly attaches to the node it's constructed on.
◆ ~NodePropertyNotificationHandler()
kanzi::NodePropertyNotificationHandler::~NodePropertyNotificationHandler |
( |
| ) |
|
|
inlineoverrideprotected |
Destructor.
Implicitly deattaches from the node it was constructed on.
◆ getNode()
Node* kanzi::NodePropertyNotificationHandler::getNode |
( |
| ) |
const |
|
inline |
Access the node.
- Returns
- Pointer to node.
◆ invalidate()
void kanzi::NodePropertyNotificationHandler::invalidate |
( |
| ) |
|
|
inline |
Invalidates the state of the notification handler.
Use this function to invalidate a node that you destroyed before destroying the NodePropertyNotificationHandler.
◆ isValid()
bool kanzi::NodePropertyNotificationHandler::isValid |
( |
| ) |
const |
|
inline |
Tell if this notification handler is valid.
- Returns
- True if yes, false if no.
◆ operator=()
Assignment operator.
- Parameters
-
- Returns
- Reference to assignee.
The documentation for this class was generated from the following file: