|
CFx SDK Documentation 2026 SP0
|
#include <FxUIEvent.h>
Public Types | |
| enum | Type { None = 0 , FocusIn = 8 , FocusOut = 9 , Paint = 12 , Resize = 14 , Show = 17 , Hide = 18 , MouseButtonPress = 2 } |
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 29 of file FxUIEvent.h.
| enum CFxUIEvent::Type |
This enum type defines all event types which can be trapped in a widget.
Definition at line 36 of file FxUIEvent.h.
|
virtual |
Destructor
|
inline |
|
protected |
Definition at line 67 of file FxUIEvent.h.