|
CFx SDK Documentation 2026 SP0
|
#include <FxUIEvent.h>
Public Member Functions | |
| CFxUIPaintEvent (const CFxUIRegion &paintRegion) | |
| CFxUIPaintEvent (const CFxUIRect &paintRect) | |
| ~CFxUIPaintEvent () | |
| const CFxUIRect & | rect () const |
| const CFxUIRegion & | region () const |
Public Member Functions inherited from CFxUIEvent | |
| CFxUIEvent (Type type) | |
| virtual | ~CFxUIEvent () |
| Type | type () const |
Protected Attributes | |
| CFxUIRect | m_rect |
| CFxUIRegion | m_region |
| bool | m_erased |
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 CFxUIPaintEvent provides an event occurred when a widget is painted.
Definition at line 107 of file FxUIEvent.h.
|
explicit |
Constructor.
| paintRegion | Input. |
|
explicit |
Constructor.
| paintRect | Input. |
| CFxUIPaintEvent::~CFxUIPaintEvent | ( | ) |
Destructor
|
inline |
Returns the rectangle that needs to be updated.
Definition at line 132 of file FxUIEvent.h.
|
inline |
Returns the region that needs to be updated.
Definition at line 139 of file FxUIEvent.h.
|
protected |
Definition at line 147 of file FxUIEvent.h.
|
protected |
Definition at line 145 of file FxUIEvent.h.
|
protected |
Definition at line 146 of file FxUIEvent.h.