|
GME
13
|
#include <objectinspector.h>
Public Member Functions | |
| CLSID const & | GetClsid () |
| virtual BOOL | Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *pContext=NULL) |
| BOOL | Create (LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CFile *pPersist=NULL, BOOL bStorage=FALSE, BSTR bstrLicKey=NULL) |
| LPUNKNOWN | GetMgaProject () |
| void | SetMgaProject (LPUNKNOWN) |
| LPUNKNOWN | GetMgaObject () |
| void | SetMgaObject (LPUNKNOWN) |
| void | ShowPanel (long panelID) |
| void | EditName () |
| void | CyclePanel (VARIANT_BOOL frwd) |
| void | AboutBox () |
Definition at line 17 of file objectinspector.h.
| void CObjectInspector::AboutBox | ( | ) |
Definition at line 65 of file objectinspector.cpp.
| virtual BOOL CObjectInspector::Create | ( | LPCTSTR | lpszClassName, |
| LPCTSTR | lpszWindowName, | ||
| DWORD | dwStyle, | ||
| const RECT & | rect, | ||
| CWnd * | pParentWnd, | ||
| UINT | nID, | ||
| CCreateContext * | pContext = NULL |
||
| ) | [inline, virtual] |
Definition at line 28 of file objectinspector.h.
| BOOL CObjectInspector::Create | ( | LPCTSTR | lpszWindowName, |
| DWORD | dwStyle, | ||
| const RECT & | rect, | ||
| CWnd * | pParentWnd, | ||
| UINT | nID, | ||
| CFile * | pPersist = NULL, |
||
| BOOL | bStorage = FALSE, |
||
| BSTR | bstrLicKey = NULL |
||
| ) | [inline] |
Definition at line 35 of file objectinspector.h.
| void CObjectInspector::CyclePanel | ( | VARIANT_BOOL | frwd | ) |
Definition at line 58 of file objectinspector.cpp.
| void CObjectInspector::EditName | ( | ) |
Definition at line 53 of file objectinspector.cpp.
| CLSID const& CObjectInspector::GetClsid | ( | ) | [inline] |
Definition at line 22 of file objectinspector.h.
| LPUNKNOWN CObjectInspector::GetMgaObject | ( | ) |
Definition at line 30 of file objectinspector.cpp.
| LPUNKNOWN CObjectInspector::GetMgaProject | ( | ) |
Definition at line 18 of file objectinspector.cpp.
| void CObjectInspector::SetMgaObject | ( | LPUNKNOWN | propVal | ) |
Definition at line 37 of file objectinspector.cpp.
| void CObjectInspector::SetMgaProject | ( | LPUNKNOWN | propVal | ) |
Definition at line 25 of file objectinspector.cpp.
| void CObjectInspector::ShowPanel | ( | long | panelID | ) |
Definition at line 45 of file objectinspector.cpp.
1.7.6.1