#include <InspectorDialog.h>
|
| | CInspectorDialog (CWnd *pParent=NULL) |
| |
| virtual | ~CInspectorDialog () |
| |
| virtual BOOL | OnInitDialog () |
| |
| void | AssignModel () |
| |
| void | SetMode (int mode, bool updateTabs=true) |
| |
| void | UpdateEntitySel (eclass_t *ent) |
| |
| void | UpdateSelectedEntity () |
| |
| void | FillClassList () |
| |
| bool | GetSelectAllCriteria (idStr &key, idStr &val) |
| |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| |
| afx_msg void | OnDestroy () |
| |
| afx_msg void | OnClose () |
| |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
| |
| void | SetDockedTabs (bool docked, int ID) |
| |
| | CTabsDlg (UINT ID, CWnd *pParent=NULL) |
| |
| void | AddDockedWindow (CWnd *wnd, int ID, int imageID, const CString &title, bool dock, pfnOnDockEvent dockCallback=NULL) |
| |
| void | DockWindow (int ID, bool dock) |
| |
| bool | RectWithinDockManager (CRect &rect) |
| |
| void | FocusWindow (int ID) |
| |
| void | SetImageList (CImageList *list) |
| |
| bool | IsDocked (CWnd *wnd) |
| |
| afx_msg void | OnTcnSelchange (NMHDR *pNMHDR, LRESULT *pResult) |
| |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| |
| afx_msg void | OnDestroy () |
| |
| void | SaveWindowPlacement (int ID=-1) |
| |
Definition at line 38 of file InspectorDialog.h.
| CInspectorDialog::CInspectorDialog |
( |
CWnd * |
pParent = NULL | ) |
|
| CInspectorDialog::~CInspectorDialog |
( |
| ) |
|
|
virtual |
| void CInspectorDialog::AssignModel |
( |
| ) |
|
| void CInspectorDialog::FillClassList |
( |
| ) |
|
| bool CInspectorDialog::GetSelectAllCriteria |
( |
idStr & |
key, |
|
|
idStr & |
val |
|
) |
| |
| void CInspectorDialog::OnClose |
( |
| ) |
|
| void CInspectorDialog::OnDestroy |
( |
| ) |
|
| BOOL CInspectorDialog::OnInitDialog |
( |
| ) |
|
|
virtual |
| BOOL CInspectorDialog::PreTranslateMessage |
( |
MSG * |
pMsg | ) |
|
|
virtual |
| void CInspectorDialog::SetDockedTabs |
( |
bool |
docked, |
|
|
int |
ID |
|
) |
| |
| void CInspectorDialog::SetMode |
( |
int |
mode, |
|
|
bool |
updateTabs = true |
|
) |
| |
| void CInspectorDialog::UpdateEntitySel |
( |
eclass_t * |
ent | ) |
|
| void CInspectorDialog::UpdateSelectedEntity |
( |
| ) |
|
| unsigned int CInspectorDialog::dockedTabs |
|
protected |
| bool CInspectorDialog::initialized |
|
protected |
| CTabCtrl CInspectorDialog::tabInspector |
The documentation for this class was generated from the following files: