doom3-gpl
Doom 3 GPL source release
|
#include <PropTreeItemCheck.h>
Protected Attributes | |
BOOL | checkState |
CRect | checkRect |
Protected Attributes inherited from CPropTreeItem | |
CPropTree * | m_pProp |
CString | m_sLabel |
CString | m_sInfo |
CPoint | m_loc |
CRect | m_rc |
LPARAM | m_lParam |
UINT | m_nCtrlID |
DWORD | m_dwState |
BOOL | m_bActivated |
BOOL | m_bCommitOnce |
CRect | m_rcExpand |
CRect | m_rcCheckbox |
CRect | m_rcButton |
CPropTreeItem * | m_pParent |
CPropTreeItem * | m_pSibling |
CPropTreeItem * | m_pChild |
CPropTreeItem * | m_pVis |
Additional Inherited Members | |
Public Types inherited from CPropTreeItem | |
enum | { ACTIVATE_TYPE_KEYBOARD, ACTIVATE_TYPE_MOUSE } |
Protected Types inherited from CPropTreeItem | |
enum | TreeItemStates { TreeItemSelected = 0x00000001, TreeItemExpanded = 0x00000002, TreeItemCheckbox = 0x00000004, TreeItemChecked = 0x00000008, TreeItemActivated = 0x00000010, TreeItemReadOnly = 0x00000020 } |
Definition at line 26 of file PropTreeItemCheck.h.
CPropTreeItemCheck::CPropTreeItemCheck | ( | ) |
Definition at line 37 of file PropTreeItemCheck.cpp.
|
virtual |
Definition at line 42 of file PropTreeItemCheck.cpp.
bool CPropTreeItemCheck::CreateCheckBox | ( | ) |
Definition at line 133 of file PropTreeItemCheck.cpp.
Reimplemented from CPropTreeItem.
Definition at line 57 of file PropTreeItemCheck.cpp.
|
inline |
Definition at line 60 of file PropTreeItemCheck.h.
|
virtual |
Reimplemented from CPropTreeItem.
Definition at line 85 of file PropTreeItemCheck.cpp.
Reimplemented from CPropTreeItem.
Definition at line 115 of file PropTreeItemCheck.cpp.
void CPropTreeItemCheck::OnBnClicked | ( | ) |
Definition at line 155 of file PropTreeItemCheck.cpp.
void CPropTreeItemCheck::OnBnKillfocus | ( | ) |
Definition at line 150 of file PropTreeItemCheck.cpp.
|
virtual |
Reimplemented from CPropTreeItem.
Definition at line 109 of file PropTreeItemCheck.cpp.
|
virtual |
Reimplemented from CPropTreeItem.
Definition at line 97 of file PropTreeItemCheck.cpp.
|
virtual |
Reimplemented from CPropTreeItem.
Definition at line 104 of file PropTreeItemCheck.cpp.
Definition at line 77 of file PropTreeItemCheck.cpp.
Reimplemented from CPropTreeItem.
Definition at line 91 of file PropTreeItemCheck.cpp.
|
protected |
Definition at line 66 of file PropTreeItemCheck.h.
|
protected |
Definition at line 65 of file PropTreeItemCheck.h.