Helper class for managing window states.
More...
#include <SWnd.h>
Helper class for managing window states.
Definition at line 98 of file SWnd.h.
◆ ClearState()
static void SStateHelper::ClearState |
( |
DWORD & | dwState, |
|
|
WndState | state ) |
|
inlinestatic |
Clears a state.
- Parameters
-
dwState | Current state flags. |
state | State to clear. |
Definition at line 115 of file SWnd.h.
◆ MarkState()
static void SStateHelper::MarkState |
( |
DWORD & | dwState, |
|
|
WndState | state ) |
|
inlinestatic |
Marks a state as active.
- Parameters
-
dwState | Current state flags. |
state | State to mark. |
Definition at line 105 of file SWnd.h.
◆ TestState()
static bool SStateHelper::TestState |
( |
DWORD | dwState, |
|
|
WndState | state ) |
|
inlinestatic |
Tests if a state is active.
- Parameters
-
dwState | Current state flags. |
state | State to test. |
- Returns
- TRUE if the state is active, FALSE otherwise.
Definition at line 126 of file SWnd.h.
The documentation for this class was generated from the following file: