|
GME
13
|
#include <MgaContext.h>
Public Member Functions | |
| void | SetEventTransactionMode (bool bOnOff) |
| void | CreateContext (IMgaEventSink &rMgaEventSink, LPUNKNOWN pMgaProject) |
| void | CloseContext () |
| CComPtr< IMgaComponentEx > | FindConstraintManager () |
| bool | AbortTransaction () |
| bool | CommitTransaction () |
| bool | BeginTransaction (bool bIsReadOnly=true) |
| bool | BeginTransaction (transactiontype_enum type) |
| bool | IsInTransaction () |
| CMgaContext () | |
| virtual | ~CMgaContext () |
Public Attributes | |
| CComPtr< IMgaProject > | m_ccpProject |
| CComPtr< IMgaTerritory > | m_ccpTerritory |
Friends | |
| class | CCurrentProject |
Definition at line 14 of file MgaContext.h.
Definition at line 19 of file MgaContext.cpp.
| CMgaContext::~CMgaContext | ( | ) | [virtual] |
Definition at line 26 of file MgaContext.cpp.
| bool CMgaContext::AbortTransaction | ( | ) |
Definition at line 89 of file MgaContext.cpp.
| bool CMgaContext::BeginTransaction | ( | bool | bIsReadOnly = true | ) |
Definition at line 41 of file MgaContext.cpp.
| bool CMgaContext::BeginTransaction | ( | transactiontype_enum | type | ) |
Definition at line 46 of file MgaContext.cpp.
| void CMgaContext::CloseContext | ( | ) |
Definition at line 109 of file MgaContext.cpp.
| bool CMgaContext::CommitTransaction | ( | ) |
Definition at line 70 of file MgaContext.cpp.
| void CMgaContext::CreateContext | ( | IMgaEventSink & | rMgaEventSink, |
| LPUNKNOWN | pMgaProject | ||
| ) |
Definition at line 126 of file MgaContext.cpp.
| CComPtr< IMgaComponentEx > CMgaContext::FindConstraintManager | ( | ) |
Definition at line 142 of file MgaContext.cpp.
| bool CMgaContext::IsInTransaction | ( | ) |
Definition at line 31 of file MgaContext.cpp.
| void CMgaContext::SetEventTransactionMode | ( | bool | bOnOff | ) |
Definition at line 162 of file MgaContext.cpp.
friend class CCurrentProject [friend] |
Definition at line 16 of file MgaContext.h.
| CComPtr<IMgaProject> CMgaContext::m_ccpProject |
Definition at line 23 of file MgaContext.h.
| CComPtr<IMgaTerritory> CMgaContext::m_ccpTerritory |
Definition at line 24 of file MgaContext.h.
1.7.6.1