GME
13
|
#include <GMEObjectInspector.h>
Public Types | |
enum | { IDD = IDD_OBJECT_INSPECTOR_DIALOG } |
Public Member Functions | |
CGMEObjectInspector () | |
virtual | ~CGMEObjectInspector () |
IDispatch * | GetInterface () |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
void | SetObjects (LPUNKNOWN pUnknown) |
LPUNKNOWN | GetObjects () |
void | SetProject (CComPtr< IMgaProject > &mgaProject) |
void | CloseProject () |
void | ShowPanel (long panelID) |
void | CyclePanel (VARIANT_BOOL frwd) |
Public Attributes | |
CObjectInspector | m_ObjectInspector |
Static Public Attributes | |
static CGMEObjectInspector * | theInstance = 0 |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnRootFolderNameChangedGmeObjectInspectorCtrl () |
afx_msg void | OnConvertPathToCustomGmeObjectInspectorCtrl (LPUNKNOWN pMgaObject) |
Definition at line 15 of file GMEObjectInspector.h.
anonymous enum |
Definition at line 33 of file GMEObjectInspector.h.
Definition at line 19 of file GMEObjectInspector.cpp.
virtual CGMEObjectInspector::~CGMEObjectInspector | ( | ) | [inline, virtual] |
Definition at line 20 of file GMEObjectInspector.h.
void CGMEObjectInspector::CloseProject | ( | ) |
Definition at line 80 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::CyclePanel | ( | VARIANT_BOOL | frwd | ) |
Definition at line 142 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 29 of file GMEObjectInspector.cpp.
IDispatch* CGMEObjectInspector::GetInterface | ( | ) | [inline] |
Definition at line 22 of file GMEObjectInspector.h.
LPUNKNOWN CGMEObjectInspector::GetObjects | ( | ) |
Definition at line 91 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::OnConvertPathToCustomGmeObjectInspectorCtrl | ( | LPUNKNOWN | pMgaObject | ) | [protected] |
Definition at line 153 of file GMEObjectInspector.cpp.
int CGMEObjectInspector::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 52 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::OnRootFolderNameChangedGmeObjectInspectorCtrl | ( | ) | [protected] |
Definition at line 148 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::OnSize | ( | UINT | nType, |
int | cx, | ||
int | cy | ||
) | [protected] |
Definition at line 63 of file GMEObjectInspector.cpp.
BOOL CGMEObjectInspector::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 111 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::SetObjects | ( | LPUNKNOWN | pUnknown | ) |
Definition at line 86 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::SetProject | ( | CComPtr< IMgaProject > & | mgaProject | ) |
Definition at line 74 of file GMEObjectInspector.cpp.
void CGMEObjectInspector::ShowPanel | ( | long | panelID | ) |
Definition at line 136 of file GMEObjectInspector.cpp.
Definition at line 34 of file GMEObjectInspector.h.
CGMEObjectInspector * CGMEObjectInspector::theInstance = 0 [static] |
Definition at line 37 of file GMEObjectInspector.h.