class editHandler

Class used to extent how to enable/disable parts of the interface as focus changes. More...

Contains pure virtuals
Full nametoEditWidget::editHandler
Definition#include <toeditwidget.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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.