Windows C++ Library
|
#include <CtrlWnd.hpp>
Public Member Functions | |
CCtrlWnd () | |
virtual | ~CCtrlWnd () |
virtual bool | PreRegister () |
virtual bool | Create (CMsgWnd &rParent, uint iID, const CRect &rcPos) |
virtual bool | Create (CMsgWnd &rParent, uint iID, const CRect &rcPos, DWORD dwExStyle, DWORD dwStyle) |
virtual bool | Create (CMsgWnd &rParent, uint iID, HWND hWnd) |
Protected Member Functions | |
virtual void | GetCreateParams (WNDCREATE &rParams) |
Protected Attributes | |
uint | m_iID |
CMsgWnd * | m_pParent |
CRect | m_rcPos |
Private Member Functions | |
CCtrlWnd (const CCtrlWnd &) | |
CCtrlWnd & | operator= (const CCtrlWnd &) |
CCtrlWnd::~CCtrlWnd | ( | ) | [virtual] |
CCtrlWnd::CCtrlWnd | ( | const CCtrlWnd & | ) | [private] |
bool CCtrlWnd::PreRegister | ( | ) | [virtual] |
bool CCtrlWnd::Create | ( | CMsgWnd & | rParent, |
uint | iID, | ||
const CRect & | rcPos | ||
) | [virtual] |
bool CCtrlWnd::Create | ( | CMsgWnd & | rParent, |
uint | iID, | ||
const CRect & | rcPos, | ||
DWORD | dwExStyle, | ||
DWORD | dwStyle | ||
) | [virtual] |
bool CCtrlWnd::Create | ( | CMsgWnd & | rParent, |
uint | iID, | ||
HWND | hWnd | ||
) | [virtual] |
void CCtrlWnd::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CPopupWnd.
Reimplemented in CListView, CSplitWnd, CStatusBar, WCL::TreeView, CComboBox, CListBox, CDateTimePicker, CEditBox, CToolBar, CTabCtrl, CStatusBarIcon, CProgressBar, CUpDownBtns, CStatusBarLabel, CHintBar, CStatusBarPanel, CToolTip, CCheckBox, CIconCtrl, CLabel, CRadioBtn, CView, CButton, CStaticCtrl, and CCmdButton.
uint CCtrlWnd::m_iID [protected] |
CMsgWnd* CCtrlWnd::m_pParent [protected] |
CRect CCtrlWnd::m_rcPos [protected] |