|
GME
13
|
#include <GMEPartBrowser.h>

Public Types | |
| enum | { IDD = IDD_PART_BROWSER_DIALOG } |
Public Member Functions | |
| CGMEPartBrowser () | |
| virtual | ~CGMEPartBrowser () |
| IDispatch * | GetInterface () |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
| void | SetProject (CComPtr< IMgaProject > &mgaProject) |
| void | SetMetaModel (CGuiMetaModel *meta) |
| void | SetBgColor (COLORREF bgColor) |
| void | ChangeAspect (int ind) |
| void | CycleAspect () |
| void | RePaint (void) |
Public Attributes | |
| CPartBrowserWrapper | m_PartBrowserWrapper |
Static Public Attributes | |
| static CGMEPartBrowser * | theInstance = 0 |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnUpdateCmdUI (CFrameWnd *pTarget, BOOL bDisableIfNoHndler) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnAspectChangedGmePartBrowserCtrl (LONG index) |
Protected Attributes | |
| CGuiMetaModel * | guiMetaModel |
| CFont | m_font |
Definition at line 21 of file GMEPartBrowser.h.
| anonymous enum |
Definition at line 39 of file GMEPartBrowser.h.
Definition at line 23 of file GMEPartBrowser.cpp.
| virtual CGMEPartBrowser::~CGMEPartBrowser | ( | ) | [inline, virtual] |
Definition at line 26 of file GMEPartBrowser.h.
| void CGMEPartBrowser::ChangeAspect | ( | int | ind | ) |
Definition at line 160 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::CycleAspect | ( | void | ) |
Definition at line 166 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 89 of file GMEPartBrowser.cpp.
| IDispatch* CGMEPartBrowser::GetInterface | ( | ) | [inline] |
Definition at line 28 of file GMEPartBrowser.h.
| void CGMEPartBrowser::OnAspectChangedGmePartBrowserCtrl | ( | LONG | index | ) | [protected] |
Definition at line 179 of file GMEPartBrowser.cpp.
| int CGMEPartBrowser::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 52 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy | ||
| ) | [protected] |
Definition at line 78 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::OnUpdateCmdUI | ( | CFrameWnd * | pTarget, |
| BOOL | bDisableIfNoHndler | ||
| ) | [protected, virtual] |
Definition at line 70 of file GMEPartBrowser.cpp.
| BOOL CGMEPartBrowser::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 112 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::RePaint | ( | void | ) |
Definition at line 172 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::SetBgColor | ( | COLORREF | bgColor | ) |
Definition at line 154 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::SetMetaModel | ( | CGuiMetaModel * | meta | ) |
Definition at line 140 of file GMEPartBrowser.cpp.
| void CGMEPartBrowser::SetProject | ( | CComPtr< IMgaProject > & | mgaProject | ) |
Definition at line 134 of file GMEPartBrowser.cpp.
CGuiMetaModel* CGMEPartBrowser::guiMetaModel [protected] |
Definition at line 75 of file GMEPartBrowser.h.
CFont CGMEPartBrowser::m_font [protected] |
Definition at line 76 of file GMEPartBrowser.h.
Definition at line 40 of file GMEPartBrowser.h.
CGMEPartBrowser * CGMEPartBrowser::theInstance = 0 [static] |
Definition at line 43 of file GMEPartBrowser.h.
1.7.6.1