|
CFx SDK Documentation
2022 SP0
|
#include <FxUIEvent.h>
Public Types | |
| enum | Type { None = 0 , FocusIn = 8 , FocusOut = 9 , Paint = 12 , Resize = 14 , Show = 17 , Hide = 18 } |
Public Member Functions | |
| CFxUIEvent (Type type) | |
| virtual | ~CFxUIEvent () |
| Type | type () const |
Protected Attributes | |
| ushort | t |
Class CFxUIEvent is the base class for all event classes.
Definition at line 27 of file FxUIEvent.h.
| enum CFxUIEvent::Type |
This enum type defines all event types which can be trapped in a widget.
| Enumerator | |
|---|---|
| None | invalid event |
| FocusIn | keyboard focus received |
| FocusOut | keyboard focus lost |
| Paint | paint widget |
| Resize | resize widget |
| Show | widget is shown |
| Hide | widget is hidden |
Definition at line 34 of file FxUIEvent.h.
|
explicit |
Constructor.
| Type | Input. |
|
virtual |
Destructor
|
inline |
|
protected |
Definition at line 64 of file FxUIEvent.h.