|
CFx SDK Documentation 2026 SP0
|
#include <FxUIEvent.h>
Public Member Functions | |
| CFxUIResizeEvent (const CFxUISize &size, const CFxUISize &oldSize) | |
| ~CFxUIResizeEvent () | |
| const CFxUISize & | size () const |
| const CFxUISize & | oldSize () const |
Public Member Functions inherited from CFxUIEvent | |
| CFxUIEvent (Type type) | |
| virtual | ~CFxUIEvent () |
| Type | type () const |
Protected Attributes | |
| CFxUISize | s |
| CFxUISize | olds |
Protected Attributes inherited from CFxUIEvent | |
| ushort | t |
Additional Inherited Members | |
Public Types inherited from CFxUIEvent | |
| enum | Type { None = 0 , FocusIn = 8 , FocusOut = 9 , Paint = 12 , Resize = 14 , Show = 17 , Hide = 18 , MouseButtonPress = 2 } |
Class CFxUIResizeEvent provides an event occurred when a widget is resized.
Definition at line 155 of file FxUIEvent.h.
Constructor.
| size | Input. |
| oldSize | Input. |
| CFxUIResizeEvent::~CFxUIResizeEvent | ( | ) |
Destructor
|
inline |
|
inline |
|
protected |
Definition at line 184 of file FxUIEvent.h.
|
protected |
Definition at line 184 of file FxUIEvent.h.