|
GME
13
|
#include <MgaTerritory.h>


Public Member Functions | |
| CMgaAddOn () | |
| ~CMgaAddOn () | |
| void | SetAutomatic () |
| bool | IsAutomatic () |
| STDMETHOD() | get_Priority (long *pVal) |
| STDMETHOD() | put_Priority (long newVal) |
| STDMETHOD() | put_EventMask (unsigned long mask) |
| STDMETHOD() | get_Project (IMgaProject **pVal) |
| STDMETHOD() | CheckProject (IMgaProject *project) |
| STDMETHOD() | Destroy () |
Public Attributes | |
| unsigned long | eventmask |
| bool | notified |
| CMgaProject * | mgaproject |
| _bstr_t | progid |
| CComPtr< IMgaEventSink > | handler |
Definition at line 92 of file MgaTerritory.h.
| CMgaAddOn::CMgaAddOn | ( | ) | [inline] |
Definition at line 101 of file MgaTerritory.h.
| CMgaAddOn::~CMgaAddOn | ( | ) | [inline] |
Definition at line 110 of file MgaTerritory.h.
| STDMETHODIMP CMgaAddOn::CheckProject | ( | IMgaProject * | project | ) |
Definition at line 130 of file MgaTerritory.cpp.
| STDMETHODIMP CMgaAddOn::Destroy | ( | void | ) |
Definition at line 135 of file MgaTerritory.cpp.
| STDMETHODIMP CMgaAddOn::get_Priority | ( | long * | pVal | ) |
Definition at line 155 of file MgaTerritory.cpp.
| STDMETHOD() CMgaAddOn::get_Project | ( | IMgaProject ** | pVal | ) | [inline] |
Definition at line 138 of file MgaTerritory.h.
| bool CMgaAddOn::IsAutomatic | ( | ) | [inline] |
Definition at line 119 of file MgaTerritory.h.
| STDMETHOD() CMgaAddOn::put_EventMask | ( | unsigned long | mask | ) | [inline] |
Definition at line 132 of file MgaTerritory.h.
| STDMETHODIMP CMgaAddOn::put_Priority | ( | long | newVal | ) |
Definition at line 156 of file MgaTerritory.cpp.
| void CMgaAddOn::SetAutomatic | ( | ) | [inline] |
Definition at line 118 of file MgaTerritory.h.
| unsigned long CMgaAddOn::eventmask |
Definition at line 148 of file MgaTerritory.h.
| CComPtr<IMgaEventSink> CMgaAddOn::handler |
Definition at line 152 of file MgaTerritory.h.
Definition at line 150 of file MgaTerritory.h.
| bool CMgaAddOn::notified |
Definition at line 149 of file MgaTerritory.h.
| _bstr_t CMgaAddOn::progid |
Definition at line 151 of file MgaTerritory.h.
1.7.6.1