GME
13
|
#include <GuiMeta.h>
Public Member Functions | |
CGuiMetaProject (CComPtr< IMgaMetaProject > &mgaPt) | |
~CGuiMetaProject () | |
void | RegisterMetaObject (metaref_type id, CGuiMetaBase *mobj) |
int | GetNewMenuCmdID () |
bool | CmdIDInRange (int id) |
GMECommandCode | CmdType (int id, CString &cmdName) |
bool | FindCommand (int cmdId, CString &label) |
CGuiMetaBase * | GetGuiMeta (metaref_type key) |
CGuiMetaAttribute * | GetGuiMetaAttribute (metaref_type key) |
CGuiMetaFco * | GetGuiMetaFco (metaref_type key) |
CGuiMetaModel * | GetGuiMetaModel (metaref_type key) |
Public Attributes | |
CString | name |
CString | displayedName |
CGuiMetaFolder * | rootFolder |
CGuiMetaBaseTable | metaTable |
CGuiMetaBaseList | metaRemainingList |
CComPtr< IMgaMetaProject > | mgaMeta |
int | minMenuCmdID |
int | maxMenuCmdID |
Static Public Attributes | |
static CGuiMetaProject * | theInstance = 0 |
CGuiMetaProject::CGuiMetaProject | ( | CComPtr< IMgaMetaProject > & | mgaPt | ) |
Definition at line 51 of file GuiMeta.cpp.
Definition at line 78 of file GuiMeta.cpp.
bool CGuiMetaProject::CmdIDInRange | ( | int | id | ) |
Definition at line 95 of file GuiMeta.cpp.
GMECommandCode CGuiMetaProject::CmdType | ( | int | id, |
CString & | cmdName | ||
) |
Definition at line 100 of file GuiMeta.cpp.
bool CGuiMetaProject::FindCommand | ( | int | cmdId, |
CString & | label | ||
) |
Definition at line 106 of file GuiMeta.cpp.
Definition at line 123 of file GuiMeta.cpp.
Definition at line 128 of file GuiMeta.cpp.
Definition at line 133 of file GuiMeta.cpp.
int CGuiMetaProject::GetNewMenuCmdID | ( | ) | [inline] |
void CGuiMetaProject::RegisterMetaObject | ( | metaref_type | id, |
CGuiMetaBase * | mobj | ||
) |
Definition at line 113 of file GuiMeta.cpp.
CString CGuiMetaProject::displayedName |
CComPtr<IMgaMetaProject> CGuiMetaProject::mgaMeta |
CString CGuiMetaProject::name |
CGuiMetaProject * CGuiMetaProject::theInstance = 0 [static] |