#include <WindowPositionUtils.h>
Definition at line 293 of file WindowPositionUtils.h.
cfgDialogPositionTracker::~cfgDialogPositionTracker |
( |
| ) |
|
|
inline |
void cfgDialogPositionTracker::Cleanup |
( |
| ) |
|
|
inlineprivate |
BOOL cfgDialogPositionTracker::ProcessWindowMessage |
( |
HWND |
hWnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam, |
|
|
LRESULT & |
lResult |
|
) |
| |
|
inline |
Definition at line 298 of file WindowPositionUtils.h.
299 if (uMsg == WM_CREATE || uMsg == WM_INITDIALOG) {
303 }
else if (uMsg == WM_DESTROY) {
304 PFC_ASSERT( hWnd ==
m_wnd );
void AddWindow(CWindow wnd)
cfgDialogPosition & m_var
CWindow cfgDialogPositionTracker::m_wnd |
|
private |
The documentation for this class was generated from the following file: