soui 5.0.0.1
 
Loading...
Searching...
No Matches
SDummyWnd Member List

This is the complete list of members for SDummyWnd, including all inherited members.

CenterWindow(HWND hWndCenter DEF_VAL(0)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::CenterWindow(HWND hWndCenter) PUREINativeWnd
ClientToScreen(LPPOINT lpPoint) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
ClientToScreen2(LPRECT lpRect) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
CreateCaret(HBITMAP hBitmap, int nWidth, int nHeight) OVERRIDE (defined in SNativeWnd)SNativeWnd
CreateNative(LPCTSTR lpWindowName, DWORD dwStyle, DWORD dwExStyle, int x, int y, int nWidth, int nHeight, HWND hWndParent, int nID DEF_VAL(0), LPVOID lpParam DEF_VAL(0)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::CreateNative(LPCTSTR lpWindowName, DWORD dwStyle, DWORD dwExStyle, int x, int y, int nWidth, int nHeight, HWND hWndParent, int nID, LPVOID lpParam) PUREINativeWnd
DefaultReflectionHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult) (defined in SNativeWnd)SNativeWndstatic
DefWindowProc() (defined in SNativeWnd)SNativeWnd
DefWindowProc(UINT uMsg, WPARAM wParam, LPARAM lParam) (defined in SNativeWnd)SNativeWndprotected
DestroyWindow() OVERRIDE (defined in SNativeWnd)SNativeWnd
ForwardNotifications(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) (defined in SNativeWnd)SNativeWnd
GetCapture() OVERRIDE (defined in SNativeWnd)SNativeWnd
GetClientRect(LPRECT lpRect) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
GetCurrentMessage() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
GetDC() OVERRIDE (defined in SNativeWnd)SNativeWnd
GetDlgCtrlID() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
GetExStyle() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
GetHwnd() OVERRIDE (defined in SNativeWnd)SNativeWnd
GetID() SCONST (defined in SNativeWnd)SNativeWndinline
GetMsgHandler() OVERRIDE (defined in SNativeWnd)SNativeWnd
GetParent() OVERRIDE (defined in SNativeWnd)SNativeWnd
GetStyle() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
GetWindowDC() OVERRIDE (defined in SNativeWnd)SNativeWnd
GetWindowLongPtr(int nIndex) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
GetWindowRect(LPRECT lpRect) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
GetWindowText(LPTSTR lpszStringBuf, int nMaxCount) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
HideCaret() OVERRIDE (defined in SNativeWnd)SNativeWnd
InitWndClass(HINSTANCE hInst, LPCTSTR pszSimpleWndName, BOOL bImeWnd) (defined in SNativeWnd)SNativeWndstatic
Invalidate(BOOL bErase DEF_VAL(TRUE)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::Invalidate(BOOL bErase) PUREINativeWnd
InvalidateRect(LPCRECT lpRect, BOOL bErase DEF_VAL(TRUE)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::InvalidateRect(LPCRECT lpRect, BOOL bErase) PUREINativeWnd
IsIconic() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
IsWindow() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
IsWindowEnabled() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
IsWindowVisible() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
IsZoomed() SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
KillTimer(UINT_PTR nIDEvent) OVERRIDE (defined in SNativeWnd)SNativeWnd
m_bDestoryed (defined in SNativeWnd)SNativeWndprotected
m_hWnd (defined in SNativeWnd)SNativeWnd
m_msgHandlerInfo (defined in SNativeWnd)SNativeWndprotected
m_pCurrentMsg (defined in SNativeWnd)SNativeWndprotected
m_pfnSuperWindowProc (defined in SNativeWnd)SNativeWndprotected
m_pThunk (defined in SNativeWnd)SNativeWndprotected
MapWindowPoints(HWND hWndTo, LPPOINT lpPoint, UINT nCount) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
MapWindowRect(HWND hWndTo, LPRECT lpRect) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
ModifyStyle(DWORD dwRemove, DWORD dwAdd, UINT nFlags DEF_VAL(0)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::ModifyStyle(DWORD dwRemove, DWORD dwAdd, UINT nFlags) PUREINativeWnd
ModifyStyleEx(DWORD dwRemove, DWORD dwAdd, UINT nFlags DEF_VAL(0)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::ModifyStyleEx(DWORD dwRemove, DWORD dwAdd, UINT nFlags) PUREINativeWnd
MoveWindow(int x, int y, int nWidth, int nHeight, BOOL bRepaint DEF_VAL(TRUE)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::MoveWindow(int x, int y, int nWidth, int nHeight, BOOL bRepaint) PUREINativeWnd
MoveWindow2(LPCRECT lpRect, BOOL bRepaint DEF_VAL(TRUE)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::MoveWindow2(LPCRECT lpRect, BOOL bRepaint) PUREINativeWnd
OnDestroy() (defined in SDummyWnd)SDummyWndinline
OnFinalMessage(HWND hWnd) (defined in SDummyWnd)SDummyWndinlinevirtual
OnFinalRelease() overrideTObjRefImpl< INativeWnd >inline
OnPaint(HDC dc) (defined in SDummyWnd)SDummyWndinline
PostMessage(UINT message, WPARAM wParam DEF_VAL(0), LPARAM lParam DEF_VAL(0)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::PostMessage(UINT message, WPARAM wParam, LPARAM lParam) PUREINativeWnd
ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult, DWORD dwMsgMapID=0) (defined in SNativeWnd)SNativeWndvirtual
ReflectNotifications(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) (defined in SNativeWnd)SNativeWnd
RegisterSimpleWnd(HINSTANCE hInst, LPCTSTR pszSimpleWndName, BOOL bImeWnd) (defined in SNativeWnd)SNativeWndstatic
Release() overrideTObjRefImpl< INativeWnd >inline
ReleaseCapture() OVERRIDE (defined in SNativeWnd)SNativeWnd
ReleaseDC(HDC hDC) OVERRIDE (defined in SNativeWnd)SNativeWnd
ScreenToClient(LPPOINT lpPoint) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
ScreenToClient2(LPRECT lpRect) SCONST OVERRIDE (defined in SNativeWnd)SNativeWnd
SDummyWnd(SHostWnd *pOwner) (defined in SDummyWnd)SDummyWndinline
SendMessage(UINT message, WPARAM wParam DEF_VAL(0), LPARAM lParam DEF_VAL(0)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::SendMessage(UINT message, WPARAM wParam, LPARAM lParam) PUREINativeWnd
SendNotifyMessage(UINT message, WPARAM wParam DEF_VAL(0), LPARAM lParam DEF_VAL(0)) OVERRIDE (defined in SNativeWnd)SNativeWnd
SendNotifyMessage(UINT message, WPARAM wParam, LPARAM lParam) PURE (defined in INativeWnd)INativeWnd
SetCapture() OVERRIDE (defined in SNativeWnd)SNativeWnd
SetFocus() OVERRIDE (defined in SNativeWnd)SNativeWnd
SetID(int nID) (defined in SNativeWnd)SNativeWndinline
SetLayeredWindowAttributes(COLORREF crKey, BYTE bAlpha, DWORD dwFlags) OVERRIDE (defined in SNativeWnd)SNativeWnd
SetMsgHandler(FunMsgHandler fun, void *ctx) OVERRIDE (defined in SNativeWnd)SNativeWnd
SetParent(HWND hWndNewParent) OVERRIDE (defined in SNativeWnd)SNativeWnd
SetTimer(UINT_PTR nIDEvent, UINT nElapse, void(CALLBACK *lpfnTimer)(HWND, UINT, UINT_PTR, DWORD) DEF_VAL(NULL)) OVERRIDE (defined in SNativeWnd)SNativeWnd
SetWindowLongPtr(int nIndex, LONG_PTR dwNewLong) OVERRIDE (defined in SNativeWnd)SNativeWnd
SetWindowPos(HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT nFlags) OVERRIDE (defined in SNativeWnd)SNativeWnd
SetWindowRgn(HRGN hRgn, BOOL bRedraw DEF_VAL(TRUE)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::SetWindowRgn(HRGN hRgn, BOOL bRedraw) PUREINativeWnd
SetWindowText(LPCTSTR lpszString) OVERRIDE (defined in SNativeWnd)SNativeWnd
ShowCaret() OVERRIDE (defined in SNativeWnd)SNativeWnd
ShowWindow(int nCmdShow) OVERRIDE (defined in SNativeWnd)SNativeWnd
SNativeWnd() (defined in SNativeWnd)SNativeWnd
StartWindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) (defined in SNativeWnd)SNativeWndprotectedstatic
SubclassWindow(HWND hWnd) OVERRIDE (defined in SNativeWnd)SNativeWnd
UnsubclassWindow(BOOL bForce DEF_VAL(FALSE)) OVERRIDE (defined in SNativeWnd)SNativeWnd
TObjRefImpl< INativeWnd >::UnsubclassWindow(BOOL bForce) PUREINativeWnd
UpdateLayeredWindow(HDC hdcDst, POINT *pptDst, SIZE *psize, HDC hdcSrc, POINT *pptSrc, COLORREF crKey, BLENDFUNCTION *pblend, DWORD dwFlags) OVERRIDE (defined in SNativeWnd)SNativeWnd
WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) (defined in SNativeWnd)SNativeWndprotectedstatic
~SNativeWnd(void) (defined in SNativeWnd)SNativeWndvirtual