|
GME
13
|
#include <GuiMeta.h>


Public Member Functions | |
| CGuiMetaModel (CComPtr< IMgaMetaModel > &mgaPt) | |
| virtual | ~CGuiMetaModel () |
| CGuiObjectList & | GetParts () |
| void | DeleteParts () |
| void | ResetParts () |
| void | InitParts () |
| void | InitAspectBox (CComboBox *box) |
| void | InitAspectList (CListBox *list) |
| CGuiMetaAspect * | GetFirstAspect () |
| CGuiMetaAspect * | FindAspect (CString nm) |
| CGuiMetaAspect * | FindAspect (int ind) |
| int | NumberOfAspects () |
| int | MapAspect (CComPtr< IMgaMetaRole > &role, int index) |
| bool | GetPartByRole (CComPtr< IMgaMetaRole > &theRole, CComPtr< IMgaMetaAspect > &theAspect, CComPtr< IMgaMetaPart > &thePart) |
Public Attributes | |
| CGuiMetaAspectList | aspects |
| bool | partsSet |
| CGuiMetaModel::CGuiMetaModel | ( | CComPtr< IMgaMetaModel > & | mgaPt | ) |
Definition at line 350 of file GuiMeta.cpp.
| CGuiMetaModel::~CGuiMetaModel | ( | ) | [virtual] |
Definition at line 374 of file GuiMeta.cpp.
| void CGuiMetaModel::DeleteParts | ( | ) |
Definition at line 379 of file GuiMeta.cpp.
| CGuiMetaAspect * CGuiMetaModel::FindAspect | ( | CString | nm | ) |
Definition at line 479 of file GuiMeta.cpp.
| CGuiMetaAspect * CGuiMetaModel::FindAspect | ( | int | ind | ) |
Definition at line 468 of file GuiMeta.cpp.
Definition at line 463 of file GuiMeta.cpp.
| bool CGuiMetaModel::GetPartByRole | ( | CComPtr< IMgaMetaRole > & | theRole, |
| CComPtr< IMgaMetaAspect > & | theAspect, | ||
| CComPtr< IMgaMetaPart > & | thePart | ||
| ) |
Definition at line 538 of file GuiMeta.cpp.
Definition at line 436 of file GuiMeta.cpp.
| void CGuiMetaModel::InitAspectBox | ( | CComboBox * | box | ) |
Definition at line 445 of file GuiMeta.cpp.
| void CGuiMetaModel::InitAspectList | ( | CListBox * | list | ) |
Definition at line 454 of file GuiMeta.cpp.
| void CGuiMetaModel::InitParts | ( | ) |
Definition at line 387 of file GuiMeta.cpp.
| int CGuiMetaModel::MapAspect | ( | CComPtr< IMgaMetaRole > & | role, |
| int | index | ||
| ) |
Definition at line 496 of file GuiMeta.cpp.
Definition at line 490 of file GuiMeta.cpp.
| void CGuiMetaModel::ResetParts | ( | ) |
Definition at line 430 of file GuiMeta.cpp.
1.7.6.1