![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <PropTreeItemEditButton.h>
Public Types | |
| enum | ValueFormat { ValueFormatText, ValueFormatNumber, ValueFormatFloatPointer } |
Public Types inherited from CPropTreeItemEdit | |
| enum | ValueFormat { ValueFormatText, ValueFormatNumber, ValueFormatFloatPointer } |
Public Types inherited from CPropTreeItem | |
| enum | { ACTIVATE_TYPE_KEYBOARD, ACTIVATE_TYPE_MOUSE } |
Protected Member Functions | |
| afx_msg UINT | OnGetDlgCode () |
| afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
| afx_msg void | OnKillfocus () |
Protected Member Functions inherited from CPropTreeItemEdit | |
| afx_msg UINT | OnGetDlgCode () |
| afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
| afx_msg void | OnKillfocus () |
Protected Attributes | |
| CString | m_sEdit |
| float | m_fValue |
| ValueFormat | m_nFormat |
| BOOL | m_bPassword |
| CString | buttonText |
| CRect | buttonRect |
| CRect | hitTestRect |
| bool | mouseDown |
Protected Attributes inherited from CPropTreeItemEdit | |
| CString | m_sEdit |
| float | m_fValue |
| ValueFormat | m_nFormat |
| BOOL | m_bPassword |
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 | |
Protected Types inherited from CPropTreeItem | |
| enum | TreeItemStates { TreeItemSelected = 0x00000001, TreeItemExpanded = 0x00000002, TreeItemCheckbox = 0x00000004, TreeItemChecked = 0x00000008, TreeItemActivated = 0x00000010, TreeItemReadOnly = 0x00000020 } |
Definition at line 32 of file PropTreeItemEditButton.h.
| Enumerator | |
|---|---|
| ValueFormatText | |
| ValueFormatNumber | |
| ValueFormatFloatPointer | |
Definition at line 66 of file PropTreeItemEditButton.h.
| CPropTreeItemEditButton::CPropTreeItemEditButton | ( | ) |
Definition at line 37 of file PropTreeItemEditButton.cpp.
|
virtual |
Definition at line 46 of file PropTreeItemEditButton.cpp.
Reimplemented from CPropTreeItemEdit.
Definition at line 98 of file PropTreeItemEditButton.cpp.
Reimplemented from CPropTreeItem.
Definition at line 62 of file PropTreeItemEditButton.cpp.
|
virtual |
Reimplemented from CPropTreeItemEdit.
Definition at line 144 of file PropTreeItemEditButton.cpp.
Reimplemented from CPropTreeItem.
Definition at line 253 of file PropTreeItemEditButton.cpp.
Reimplemented from CPropTreeItemEdit.
Definition at line 212 of file PropTreeItemEditButton.cpp.
|
virtual |
Reimplemented from CPropTreeItemEdit.
Definition at line 202 of file PropTreeItemEditButton.cpp.
|
protected |
Definition at line 233 of file PropTreeItemEditButton.cpp.
Definition at line 239 of file PropTreeItemEditButton.cpp.
|
protected |
Definition at line 248 of file PropTreeItemEditButton.cpp.
|
virtual |
Reimplemented from CPropTreeItemEdit.
Definition at line 188 of file PropTreeItemEditButton.cpp.
|
virtual |
Reimplemented from CPropTreeItemEdit.
Definition at line 195 of file PropTreeItemEditButton.cpp.
Definition at line 132 of file PropTreeItemEditButton.cpp.
| void CPropTreeItemEditButton::SetButtonText | ( | LPCSTR | text | ) |
Definition at line 257 of file PropTreeItemEditButton.cpp.
Reimplemented from CPropTreeItemEdit.
Definition at line 160 of file PropTreeItemEditButton.cpp.
| void CPropTreeItemEditButton::SetValueFormat | ( | ValueFormat | nFormat | ) |
Definition at line 138 of file PropTreeItemEditButton.cpp.
|
protected |
Definition at line 93 of file PropTreeItemEditButton.h.
|
protected |
Definition at line 92 of file PropTreeItemEditButton.h.
|
protected |
Definition at line 94 of file PropTreeItemEditButton.h.
|
protected |
Definition at line 89 of file PropTreeItemEditButton.h.
|
protected |
Definition at line 86 of file PropTreeItemEditButton.h.
|
protected |
Definition at line 88 of file PropTreeItemEditButton.h.
|
protected |
Definition at line 85 of file PropTreeItemEditButton.h.
|
protected |
Definition at line 95 of file PropTreeItemEditButton.h.
1.8.6.