doom3-gpl
Doom 3 GPL source release
|
#include <PropertyList.h>
Public Member Functions | |
CPropertyList () | |
int | AddItem (CString txt) |
int | AddPropItem (CPropertyItem *pItem) |
void | ResetContent () |
CEdit * | GetEditBox () |
void | SetUpdateInspectors (bool b) |
void | SetDivider (int div) |
afx_msg void | OnKillfocusEditBox () |
afx_msg void | OnChangeEditBox () |
virtual void | MeasureItem (LPMEASUREITEMSTRUCT lpMeasureItemStruct) |
virtual void | DrawItem (LPDRAWITEMSTRUCT lpDrawItemStruct) |
afx_msg void | OnSelchange () |
virtual | ~CPropertyList () |
Protected Member Functions | |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
virtual void | PreSubclassWindow () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
afx_msg void | OnKillfocusCmbBox () |
afx_msg void | OnSelchangeCmbBox () |
afx_msg void | OnButton () |
void | InvertLine (CDC *pDC, CPoint ptFrom, CPoint ptTo) |
void | DisplayButton (CRect region) |
Protected Attributes | |
CComboBox | m_cmbBox |
CEdit | m_editBox |
CButton | m_btnCtrl |
CFont | m_SSerif8Font |
int | m_curSel |
int | m_prevSel |
int | m_nDivider |
int | m_nDivTop |
int | m_nDivBtm |
int | m_nOldDivX |
int | m_nLastBox |
BOOL | m_bTracking |
BOOL | m_bDivIsSet |
HCURSOR | m_hCursorArrow |
HCURSOR | m_hCursorSize |
CPropertyItem * | measureItem |
bool | updateInspectors |
Definition at line 84 of file PropertyList.h.
CPropertyList::CPropertyList | ( | ) |
Definition at line 47 of file PropertyList.cpp.
|
virtual |
Definition at line 52 of file PropertyList.cpp.
int CPropertyList::AddItem | ( | CString | txt | ) |
Definition at line 149 of file PropertyList.cpp.
int CPropertyList::AddPropItem | ( | CPropertyItem * | pItem | ) |
Definition at line 155 of file PropertyList.cpp.
|
protected |
Definition at line 267 of file PropertyList.cpp.
|
virtual |
Definition at line 108 of file PropertyList.cpp.
|
inline |
Definition at line 98 of file PropertyList.h.
|
protected |
Definition at line 506 of file PropertyList.cpp.
|
virtual |
Definition at line 90 of file PropertyList.cpp.
|
protected |
Definition at line 338 of file PropertyList.cpp.
void CPropertyList::OnChangeEditBox | ( | ) |
Definition at line 330 of file PropertyList.cpp.
|
protected |
Definition at line 167 of file PropertyList.cpp.
|
protected |
Definition at line 302 of file PropertyList.cpp.
|
protected |
Definition at line 307 of file PropertyList.cpp.
void CPropertyList::OnKillfocusEditBox | ( | ) |
Definition at line 312 of file PropertyList.cpp.
Definition at line 452 of file PropertyList.cpp.
Definition at line 423 of file PropertyList.cpp.
Definition at line 488 of file PropertyList.cpp.
void CPropertyList::OnSelchange | ( | ) |
Definition at line 184 of file PropertyList.cpp.
|
protected |
Definition at line 318 of file PropertyList.cpp.
Definition at line 526 of file PropertyList.cpp.
|
protectedvirtual |
Definition at line 75 of file PropertyList.cpp.
|
protectedvirtual |
Definition at line 513 of file PropertyList.cpp.
void CPropertyList::ResetContent | ( | ) |
Definition at line 288 of file PropertyList.cpp.
Definition at line 104 of file PropertyList.h.
Definition at line 101 of file PropertyList.h.
|
protected |
Definition at line 158 of file PropertyList.h.
|
protected |
Definition at line 148 of file PropertyList.h.
|
protected |
Definition at line 157 of file PropertyList.h.
|
protected |
Definition at line 146 of file PropertyList.h.
|
protected |
Definition at line 151 of file PropertyList.h.
|
protected |
Definition at line 147 of file PropertyList.h.
|
protected |
Definition at line 159 of file PropertyList.h.
|
protected |
Definition at line 160 of file PropertyList.h.
|
protected |
Definition at line 154 of file PropertyList.h.
|
protected |
Definition at line 152 of file PropertyList.h.
|
protected |
Definition at line 153 of file PropertyList.h.
|
protected |
Definition at line 156 of file PropertyList.h.
|
protected |
Definition at line 155 of file PropertyList.h.
|
protected |
Definition at line 151 of file PropertyList.h.
|
protected |
Definition at line 149 of file PropertyList.h.
|
protected |
Definition at line 161 of file PropertyList.h.
|
protected |
Definition at line 162 of file PropertyList.h.