|
GME
13
|
#include <GuiMeta.h>


Public Member Functions | |
| CGuiMetaAspect (CComPtr< IMgaMetaAspect > &mgaPt, CGuiMetaModel *o, int ind) | |
| virtual | ~CGuiMetaAspect () |
| void | GetMetaAspect (CComPtr< IMgaMetaAspect > &mAspect) |
| void | InitContextMenu (CMenu *menu, const CString &label, CDynMenu *dm) |
| void | InitContextMenu (CMenu *menu) |
| void | ResetContextMenu (CMenu *menu) |
| bool | FindCommand (int cmdId, CString &label) |
| bool | GetRoleByName (const CString &roleName, CComPtr< IMgaMetaRole > &theRole, bool dispName=false) |
| bool | GetPartByRole (CComPtr< IMgaMetaRole > &theRole, CComPtr< IMgaMetaPart > &thePart) |
| bool | IsLinkedRole (CComPtr< IMgaMetaRole > &theRole) |
| bool | IsPrimary (CComPtr< IMgaFCO > fco) |
| bool | IsPrimaryByRoleName (CComPtr< IMgaFCO > fco) |
| bool | IsPrimaryByRoleName (CComPtr< IMgaMetaRole > role) |
| bool | CheckFcosBeforeInsertion (CComPtr< IMgaFCOs > fcos) |
Public Attributes | |
| CGuiMetaModel * | owner |
| CDynMenu * | insertModelMenu |
| CDynMenu * | insertAtomMenu |
| CDynMenu * | insertReferenceMenu |
| CDynMenu * | insertSetMenu |
| int | index |
| CGuiMetaAttributeList | attrs |
| CGuiMetaAspect::CGuiMetaAspect | ( | CComPtr< IMgaMetaAspect > & | mgaPt, |
| CGuiMetaModel * | o, | ||
| int | ind | ||
| ) |
Definition at line 563 of file GuiMeta.cpp.
| CGuiMetaAspect::~CGuiMetaAspect | ( | ) | [virtual] |
Definition at line 656 of file GuiMeta.cpp.
| bool CGuiMetaAspect::CheckFcosBeforeInsertion | ( | CComPtr< IMgaFCOs > | fcos | ) |
Definition at line 835 of file GuiMeta.cpp.
| bool CGuiMetaAspect::FindCommand | ( | int | cmdId, |
| CString & | label | ||
| ) |
Definition at line 710 of file GuiMeta.cpp.
| void CGuiMetaAspect::GetMetaAspect | ( | CComPtr< IMgaMetaAspect > & | mAspect | ) |
Definition at line 664 of file GuiMeta.cpp.
| bool CGuiMetaAspect::GetPartByRole | ( | CComPtr< IMgaMetaRole > & | theRole, |
| CComPtr< IMgaMetaPart > & | thePart | ||
| ) |
Definition at line 759 of file GuiMeta.cpp.
| bool CGuiMetaAspect::GetRoleByName | ( | const CString & | roleName, |
| CComPtr< IMgaMetaRole > & | theRole, | ||
| bool | dispName = false |
||
| ) |
Definition at line 724 of file GuiMeta.cpp.
| void CGuiMetaAspect::InitContextMenu | ( | CMenu * | menu, |
| const CString & | label, | ||
| CDynMenu * | dm | ||
| ) |
Definition at line 669 of file GuiMeta.cpp.
| void CGuiMetaAspect::InitContextMenu | ( | CMenu * | menu | ) |
Definition at line 685 of file GuiMeta.cpp.
| bool CGuiMetaAspect::IsLinkedRole | ( | CComPtr< IMgaMetaRole > & | theRole | ) |
Definition at line 786 of file GuiMeta.cpp.
| bool CGuiMetaAspect::IsPrimary | ( | CComPtr< IMgaFCO > | fco | ) |
Definition at line 802 of file GuiMeta.cpp.
| bool CGuiMetaAspect::IsPrimaryByRoleName | ( | CComPtr< IMgaFCO > | fco | ) |
Definition at line 813 of file GuiMeta.cpp.
| bool CGuiMetaAspect::IsPrimaryByRoleName | ( | CComPtr< IMgaMetaRole > | role | ) |
Definition at line 821 of file GuiMeta.cpp.
| void CGuiMetaAspect::ResetContextMenu | ( | CMenu * | menu | ) |
Definition at line 693 of file GuiMeta.cpp.
1.7.6.1