#include <kanzi/ui/node/concept/list_box/data_source_list_box_item_generator_impl.hpp>
Public Member Functions | |
| void | onPropertyChanged (PropertyNotificationReason) override |
| Method to be executed when property is changed. | |
| PropertyListener (Node *node, kanzi::AbstractPropertyType type, PropertyChangedFunction function) | |
Public Member Functions inherited from kanzi::NodePropertyNotificationHandler | |
| Node * | getNode () const |
| Access the node. | |
| void | invalidate () |
| Invalidates the state of the notification handler. | |
| bool | isValid () const |
| Tell if this notification handler is valid. | |
Public Member Functions inherited from kanzi::AbstractPropertyNotificationHandler | |
| AbstractPropertyType | getPropertyType () const |
| Get the property type this handler is listening. | |
|
inline |
|
inlineoverridevirtual |
Method to be executed when property is changed.
| reason | Why property was changed. |
Implements kanzi::AbstractPropertyNotificationHandler.