ManaPlus
|
#include <focuslistener.h>
Public Member Functions | |
virtual | ~FocusListener () |
virtual void | focusGained (const Event &event) |
virtual void | focusLost (const Event &event) |
Protected Member Functions | |
FocusListener () | |
Interface for listening for focus events from widgets.
Definition at line 78 of file focuslistener.h.
|
inlinevirtual |
|
inlineprotected |
Constructor.
You should not be able to make an instance of FocusListener, therefore its constructor is protected.
Definition at line 112 of file focuslistener.h.
|
inlinevirtual |
Called when a widget gains focus.
event | Discribes the event. |
Reimplemented in TextField, and PopupList.
Definition at line 94 of file focuslistener.h.
|
inlinevirtual |
Called when a widget loses focus.
event | Discribes the event. |
Reimplemented in MailEditWindow, TextField, PopupList, ChatInput, and Button.
Definition at line 102 of file focuslistener.h.