|
|
Class used to extent how to enable/disable parts of the interface as focus changes.
editHandler ()
| editHandler |
Constructor.
~editHandler ()
| ~editHandler |
[virtual]
Destructor.
void receivedFocus (toEditWidget *widget)
| receivedFocus |
[pure virtual]
Called when a new widget receives the focus.
void lostFocus (toEditWidget *widget)
| lostFocus |
[pure virtual]
Called when a widget loses the focus.