|
GME
13
|
import "Gme.idl";
Public Member Functions | |
| HRESULT | CreateProject ([in] BSTR metaname,[in] BSTR ConnStr) |
| HRESULT | OpenProject ([in] BSTR ConnStr) |
| HRESULT | CreateProjectDialog () |
| HRESULT | OpenProjectDialog () |
| HRESULT | CloseProject ([in] VARIANT_BOOL saveOnClose) |
| HRESULT | SaveProject () |
| HRESULT | SaveProjectAs ([in] BSTR ConnStr) |
| HRESULT | SaveProjectAsDialog () |
| HRESULT | ExportProject ([in] BSTR ConnStr) |
| HRESULT | ImportProject ([in] BSTR ConnStr) |
| HRESULT | ConstraintsDialog () |
| HRESULT | CheckAllConstraints () |
| HRESULT | RegisterParagimsDialog () |
| HRESULT | RegisterComponentsDialog () |
| HRESULT | RunComponent ([in] BSTR progID) |
| HRESULT | RunComponentDialog () |
| HRESULT | SettingsDialog () |
| HRESULT | Undo () |
| HRESULT | Redo () |
| HRESULT | ClearUndoQueue () |
| HRESULT | ProjectPropertiesDialog () |
| HRESULT | ShowHelpContents () |
| HRESULT | ShowAbout () |
| HRESULT | ShowFCO ([in] IMgaFCO *mgaFCO,[in, defaultvalue(0)] VARIANT_BOOL inParent) |
| HRESULT | ConsoleMessage ([in] BSTR msg,[in]msgtype_enum type) |
| HRESULT | ConsoleClear () |
| HRESULT | ConsoleNavigateTo ([in] BSTR url) |
| HRESULT | ChangeEditmode ([in] editmode_enum mode) |
| HRESULT | GridShow ([in] VARIANT_BOOL show) |
| HRESULT | AttributepanelPage ([in] attribpanel_page page) |
| HRESULT | DisableComp ([in] BSTR pCompProgID,[in] VARIANT_BOOL pDisable) |
| HRESULT | DisableCompForKinds ([in] BSTR pCompProgID,[in] BSTR pKindSequenceDelimitedBySemicolon) |
| HRESULT | SetCompFiltering ([in] VARIANT_BOOL pTurnOn) |
| HRESULT | GetCompFiltering ([out, retval] VARIANT_BOOL *pPtrTurnedOn) |
| HRESULT | SetWorkingDirectory ([in] BSTR pDirPath) |
| HRESULT | Exit () |
| HRESULT | RefreshLib ([in] BSTR pLibName,[in] VARIANT_BOOL ungroup,[out, retval] long *numOfErrors) |
Properties | |
| VARIANT_BOOL | Visible [get, set] |
| BSTR | Version [get] |
| short | VersionMajor [get] |
| short | VersionMinor [get] |
| short | VersionPatchLevel [get] |
| IGMEOLEColl | Models [get] |
| IMgaProject | MgaProject [get] |
| IGMEOLEColl | Panels [get] |
| BSTR | ConsoleContents [get, set] |
| IGMEOLEIt | OleIt [get] |
| HRESULT IGMEOLEApp::AttributepanelPage | ( | [in] attribpanel_page | page | ) |
| HRESULT IGMEOLEApp::ChangeEditmode | ( | [in] editmode_enum | mode | ) |
| HRESULT IGMEOLEApp::CheckAllConstraints | ( | ) |
| HRESULT IGMEOLEApp::ClearUndoQueue | ( | ) |
| HRESULT IGMEOLEApp::CloseProject | ( | [in] VARIANT_BOOL | saveOnClose | ) |
| HRESULT IGMEOLEApp::ConsoleClear | ( | ) |
| HRESULT IGMEOLEApp::ConsoleMessage | ( | [in] BSTR | msg, |
| [in] msgtype_enum | type | ||
| ) |
| HRESULT IGMEOLEApp::ConsoleNavigateTo | ( | [in] BSTR | url | ) |
| HRESULT IGMEOLEApp::ConstraintsDialog | ( | ) |
| HRESULT IGMEOLEApp::CreateProject | ( | [in] BSTR | metaname, |
| [in] BSTR | ConnStr | ||
| ) |
| HRESULT IGMEOLEApp::CreateProjectDialog | ( | ) |
| HRESULT IGMEOLEApp::DisableComp | ( | [in] BSTR | pCompProgID, |
| [in] VARIANT_BOOL | pDisable | ||
| ) |
| HRESULT IGMEOLEApp::DisableCompForKinds | ( | [in] BSTR | pCompProgID, |
| [in] BSTR | pKindSequenceDelimitedBySemicolon | ||
| ) |
| HRESULT IGMEOLEApp::Exit | ( | ) |
| HRESULT IGMEOLEApp::ExportProject | ( | [in] BSTR | ConnStr | ) |
| HRESULT IGMEOLEApp::GetCompFiltering | ( | [out, retval] VARIANT_BOOL * | pPtrTurnedOn | ) |
| HRESULT IGMEOLEApp::GridShow | ( | [in] VARIANT_BOOL | show | ) |
| HRESULT IGMEOLEApp::ImportProject | ( | [in] BSTR | ConnStr | ) |
| HRESULT IGMEOLEApp::OpenProject | ( | [in] BSTR | ConnStr | ) |
| HRESULT IGMEOLEApp::OpenProjectDialog | ( | ) |
| HRESULT IGMEOLEApp::ProjectPropertiesDialog | ( | ) |
| HRESULT IGMEOLEApp::Redo | ( | ) |
| HRESULT IGMEOLEApp::RefreshLib | ( | [in] BSTR | pLibName, |
| [in] VARIANT_BOOL | ungroup, | ||
| [out, retval] long * | numOfErrors | ||
| ) |
| HRESULT IGMEOLEApp::RegisterComponentsDialog | ( | ) |
| HRESULT IGMEOLEApp::RegisterParagimsDialog | ( | ) |
| HRESULT IGMEOLEApp::RunComponent | ( | [in] BSTR | progID | ) |
| HRESULT IGMEOLEApp::RunComponentDialog | ( | ) |
| HRESULT IGMEOLEApp::SaveProject | ( | ) |
| HRESULT IGMEOLEApp::SaveProjectAs | ( | [in] BSTR | ConnStr | ) |
| HRESULT IGMEOLEApp::SaveProjectAsDialog | ( | ) |
| HRESULT IGMEOLEApp::SetCompFiltering | ( | [in] VARIANT_BOOL | pTurnOn | ) |
| HRESULT IGMEOLEApp::SettingsDialog | ( | ) |
| HRESULT IGMEOLEApp::SetWorkingDirectory | ( | [in] BSTR | pDirPath | ) |
| HRESULT IGMEOLEApp::ShowAbout | ( | ) |
| HRESULT IGMEOLEApp::ShowFCO | ( | [in] IMgaFCO * | mgaFCO, |
| [in, defaultvalue(0)] VARIANT_BOOL | inParent | ||
| ) |
| HRESULT IGMEOLEApp::ShowHelpContents | ( | ) |
| HRESULT IGMEOLEApp::Undo | ( | ) |
BSTR IGMEOLEApp::ConsoleContents [get, set] |
IGMEOLEIt IGMEOLEApp::OleIt [get] |
BSTR IGMEOLEApp::Version [get] |
short IGMEOLEApp::VersionMajor [get] |
short IGMEOLEApp::VersionMinor [get] |
short IGMEOLEApp::VersionPatchLevel [get] |
VARIANT_BOOL IGMEOLEApp::Visible [get, set] |
1.7.6.1