GME
13
|
#include <PartBrowserWrapper.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) |
void | SetCurrentProject (LPUNKNOWN pMgaProject) |
void | SetMetaModel (LPUNKNOWN meta) |
void | SetBgColor (OLE_COLOR oleBgColor) |
void | ChangeAspect (LONG index) |
void | CycleAspect (void) |
void | RePaint (void) |
void | AboutBox () |
Definition at line 17 of file PartBrowserWrapper.h.
void CPartBrowserWrapper::AboutBox | ( | ) |
Definition at line 60 of file PartBrowserWrapper.cpp.
void CPartBrowserWrapper::ChangeAspect | ( | LONG | index | ) |
Definition at line 42 of file PartBrowserWrapper.cpp.
virtual BOOL CPartBrowserWrapper::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 PartBrowserWrapper.h.
BOOL CPartBrowserWrapper::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 PartBrowserWrapper.h.
void CPartBrowserWrapper::CycleAspect | ( | void | ) |
Definition at line 50 of file PartBrowserWrapper.cpp.
CLSID const& CPartBrowserWrapper::GetClsid | ( | ) | [inline] |
Definition at line 22 of file PartBrowserWrapper.h.
void CPartBrowserWrapper::RePaint | ( | void | ) |
Definition at line 55 of file PartBrowserWrapper.cpp.
void CPartBrowserWrapper::SetBgColor | ( | OLE_COLOR | oleBgColor | ) |
Definition at line 34 of file PartBrowserWrapper.cpp.
void CPartBrowserWrapper::SetCurrentProject | ( | LPUNKNOWN | pMgaProject | ) |
Definition at line 18 of file PartBrowserWrapper.cpp.
void CPartBrowserWrapper::SetMetaModel | ( | LPUNKNOWN | meta | ) |
Definition at line 26 of file PartBrowserWrapper.cpp.