GME
13
|
#include <MgaLauncher.h>
Public Member Functions | |
CMgaLauncher () | |
STDMETHOD() | put_ParadigmName (BSTR p) |
STDMETHOD() | put_Parameter (VARIANT newVal) |
STDMETHOD() | put_ComponentType (componenttype_enum type) |
STDMETHOD() | get_ParadigmName (BSTR *p) |
STDMETHOD() | get_ConnStr (BSTR *p) |
STDMETHOD() | get_ProgID (BSTR *p) |
STDMETHOD() | get_Paradigm (IMgaMetaProject **p) |
STDMETHOD() | MetaDlg (metadlg_enum flags) |
STDMETHOD() | GmeDlg () |
STDMETHOD() | ComponentDlg (componentdlg_enum flags) |
STDMETHOD() | PropDlg (IMgaObject *obj) |
STDMETHOD() | AttrDlg (IMgaObject *obj) |
STDMETHOD() | ShowHelp (IMgaObject *obj) |
STDMETHOD() | RegistryBrowser (IMgaObject *obj) |
STDMETHOD() | AnnotationBrowser (IMgaObject *obj, IMgaRegNode *focus) |
STDMETHOD() | RunComponent (BSTR progid, IMgaProject *project, IMgaFCO *focusobj, IMgaFCOs *selectedobjs, long param) |
void | ThrowCOMError (HRESULT hr, const wchar_t *err) |
Static Public Member Functions | |
static CString | PruneConnectionString (const CString &conn) |
Public Attributes | |
CString | paradigmname |
componenttype_enum | comptype |
CComVariant | parameter |
CString | connstr |
CString | progid |
CComObjPtr< IMgaMetaProject > | paradigm |
Definition at line 7 of file MgaLauncher.h.
CMgaLauncher::CMgaLauncher | ( | ) | [inline] |
Definition at line 13 of file MgaLauncher.h.
STDMETHODIMP CMgaLauncher::AnnotationBrowser | ( | IMgaObject * | obj, |
IMgaRegNode * | focus | ||
) |
Definition at line 697 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::AttrDlg | ( | IMgaObject * | obj | ) |
Definition at line 190 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::ComponentDlg | ( | componentdlg_enum | flags | ) |
Definition at line 158 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::get_ConnStr | ( | BSTR * | p | ) |
Definition at line 85 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::get_Paradigm | ( | IMgaMetaProject ** | p | ) |
Definition at line 107 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::get_ParadigmName | ( | BSTR * | p | ) |
Definition at line 74 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::get_ProgID | ( | BSTR * | p | ) |
Definition at line 96 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::GmeDlg | ( | ) |
Definition at line 144 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::MetaDlg | ( | metadlg_enum | flags | ) |
Definition at line 118 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::PropDlg | ( | IMgaObject * | obj | ) |
Definition at line 183 of file MgaLauncher.cpp.
CString CMgaLauncher::PruneConnectionString | ( | const CString & | conn | ) | [static] |
Definition at line 645 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::put_ComponentType | ( | componenttype_enum | type | ) |
Definition at line 67 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::put_ParadigmName | ( | BSTR | p | ) |
Definition at line 49 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::put_Parameter | ( | VARIANT | newVal | ) |
Definition at line 58 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::RegistryBrowser | ( | IMgaObject * | obj | ) |
Definition at line 682 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::RunComponent | ( | BSTR | progid, |
IMgaProject * | project, | ||
IMgaFCO * | focusobj, | ||
IMgaFCOs * | selectedobjs, | ||
long | param | ||
) |
Definition at line 449 of file MgaLauncher.cpp.
STDMETHODIMP CMgaLauncher::ShowHelp | ( | IMgaObject * | obj | ) |
Definition at line 271 of file MgaLauncher.cpp.
void CMgaLauncher::ThrowCOMError | ( | HRESULT | hr, |
const wchar_t * | err | ||
) | [inline] |
Definition at line 60 of file MgaLauncher.h.
Definition at line 28 of file MgaLauncher.h.
CString CMgaLauncher::connstr |
Definition at line 31 of file MgaLauncher.h.
Definition at line 33 of file MgaLauncher.h.
CString CMgaLauncher::paradigmname |
Definition at line 27 of file MgaLauncher.h.
CComVariant CMgaLauncher::parameter |
Definition at line 29 of file MgaLauncher.h.
CString CMgaLauncher::progid |
Definition at line 32 of file MgaLauncher.h.