duilib自学教程
全部  命名空间 函数 变量 类型定义 枚举 枚举值 
DuiLib::CWindowWnd 成员列表

成员的完整列表,这些成员属于 DuiLib::CWindowWnd,包括所有继承而来的类成员

__ControlProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotectedstatic
__WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotectedstatic
CenterWindow()DuiLib::CWindowWnd
Close(UINT nRet=IDOK)DuiLib::CWindowWnd
Create(HWND hwndParent, LPCTSTR pstrName, DWORD dwStyle, DWORD dwExStyle, const RECT rc, HMENU hMenu=NULL)DuiLib::CWindowWnd
Create(HWND hwndParent, LPCTSTR pstrName, DWORD dwStyle, DWORD dwExStyle, int x=CW_USEDEFAULT, int y=CW_USEDEFAULT, int cx=CW_USEDEFAULT, int cy=CW_USEDEFAULT, HMENU hMenu=NULL)DuiLib::CWindowWnd
CreateDuiWindow(HWND hwndParent, LPCTSTR pstrWindowName, DWORD dwStyle=0, DWORD dwExStyle=0)DuiLib::CWindowWnd
CWindowWnd() (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWnd
GetClassStyle() const (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotectedvirtual
GetHWND() constDuiLib::CWindowWnd
GetSuperClassName() const (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotectedvirtual
GetWindowClassName() const =0 (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotectedpure virtual
HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam) (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotectedvirtual
m_bSubclassed (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotected
m_hWnd (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotected
m_OldWndProc (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotected
OnFinalMessage(HWND hWnd) (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWndprotectedvirtual
operator HWND() const (定义于 DuiLib::CWindowWnd)DuiLib::CWindowWnd
PostMessage(UINT uMsg, WPARAM wParam=0, LPARAM lParam=0L)DuiLib::CWindowWnd
RegisterSuperclass()DuiLib::CWindowWnd
RegisterWindowClass()DuiLib::CWindowWnd
ResizeClient(int cx=-1, int cy=-1)DuiLib::CWindowWnd
SendMessage(UINT uMsg, WPARAM wParam=0, LPARAM lParam=0L)DuiLib::CWindowWnd
SetIcon(UINT nRes)DuiLib::CWindowWnd
ShowModal()DuiLib::CWindowWnd
ShowWindow(bool bShow=true, bool bTakeFocus=true)DuiLib::CWindowWnd
Subclass(HWND hWnd)DuiLib::CWindowWnd
Unsubclass()DuiLib::CWindowWnd