![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <PropTreeItemButton.h>
Protected Attributes | |
| CString | buttonText |
| CRect | buttonRect |
| CRect | hitTestRect |
| bool | mouseDown |
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 PropTreeItemButton.h.
| CPropTreeItemButton::CPropTreeItemButton | ( | ) |
Definition at line 37 of file PropTreeItemButton.cpp.
|
virtual |
Definition at line 41 of file PropTreeItemButton.cpp.
Reimplemented from CPropTreeItem.
Definition at line 84 of file PropTreeItemButton.cpp.
Reimplemented from CPropTreeItem.
Definition at line 48 of file PropTreeItemButton.cpp.
|
virtual |
Reimplemented from CPropTreeItem.
Definition at line 88 of file PropTreeItemButton.cpp.
Reimplemented from CPropTreeItem.
Definition at line 97 of file PropTreeItemButton.cpp.
| void CPropTreeItemButton::SetButtonText | ( | LPCSTR | text | ) |
Definition at line 101 of file PropTreeItemButton.cpp.
Reimplemented from CPropTreeItem.
Definition at line 93 of file PropTreeItemButton.cpp.
|
protected |
Definition at line 54 of file PropTreeItemButton.h.
|
protected |
Definition at line 53 of file PropTreeItemButton.h.
|
protected |
Definition at line 55 of file PropTreeItemButton.h.
|
protected |
Definition at line 56 of file PropTreeItemButton.h.
1.8.6.