|
NXWidgets
1.19
|
#include <ilistdataeventhandler.hxx>

Public Member Functions | |
| virtual | ~IListDataEventHandler (void) |
| virtual void | handleListDataChangedEvent (const CListDataEventArgs &e)=0 |
| virtual void | handleListDataSelectionChangedEvent (const CListDataEventArgs &e)=0 |
Base IListDataEventHandler class, intended to be subclassed. Any class that needs to listen for CListData events should inherit from this class.
Definition at line 103 of file ilistdataeventhandler.hxx.
|
inlinevirtual |
A virtual destructor is required in order to override the IListDataEventHandler destructor. We do this because if we delete IListDataEventHandler, we want the destructor of the class that inherits from IListDataEventHandler to run, not this one.
Definition at line 113 of file ilistdataeventhandler.hxx.
|
pure virtual |
Handle data changes.
| e | Event arguments. |
Implemented in NXWidgets::CListBox, and NXWidgets::CCycleButton.
|
pure virtual |
Handle data changes.
| e | Event arguments. |
Implemented in NXWidgets::CListBox, and NXWidgets::CCycleButton.
1.8.13