#include <Builder.h>
Definition at line 69 of file Builder.h.
CBuilder::CBuilder | ( | IMgaProject * | iGme, | |
CStringMap * | pmp = NULL | |||
) |
Definition at line 22 of file Builder.cpp.
CBuilder::~CBuilder | ( | ) | [virtual] |
Definition at line 47 of file Builder.cpp.
void CBuilder::AbortTransaction | ( | ) |
Definition at line 215 of file Builder.cpp.
bool CBuilder::BeginTransaction | ( | transactiontype_enum | mode = TRANSACTION_GENERAL |
) |
Definition at line 202 of file Builder.cpp.
bool CBuilder::CommitTransaction | ( | ) |
Definition at line 209 of file Builder.cpp.
CBuilderConnection* CBuilder::FindConnection | ( | IMgaSimpleConnection * | i | ) |
CBuilderObject * CBuilder::FindObject | ( | IMgaFCO * | i | ) |
Definition at line 105 of file Builder.cpp.
void CBuilder::ForgetConnectionRef | ( | IMgaSimpleConnection * | i | ) |
void CBuilder::ForgetObjectRef | ( | IMgaFCO * | i | ) |
Definition at line 141 of file Builder.cpp.
EditorModes CBuilder::GetEditorMode | ( | ) | const |
Definition at line 188 of file Builder.cpp.
CBuilderFolder * CBuilder::GetFolder | ( | CString | name | ) | const |
Definition at line 157 of file Builder.cpp.
const CBuilderFolderList* CBuilder::GetFolders | ( | ) | const [inline] |
CString CBuilder::GetParameter | ( | CString | name | ) |
Definition at line 176 of file Builder.cpp.
CString CBuilder::GetProjectName | ( | ) | const |
Definition at line 168 of file Builder.cpp.
CBuilderFolder* CBuilder::GetRootFolder | ( | ) | const [inline] |
bool CBuilder::PutParameter | ( | CString | name, | |
CString | value | |||
) |
Definition at line 182 of file Builder.cpp.
void CBuilder::SetConnectionRef | ( | IMgaSimpleConnection * | i, | |
CBuilderConnection * | o | |||
) |
void CBuilder::SetEditorMode | ( | EditorModes | mode | ) |
Definition at line 196 of file Builder.cpp.
void CBuilder::SetObjectRef | ( | IMgaFCO * | i, | |
CBuilderObject * | o | |||
) |
Definition at line 79 of file Builder.cpp.
friend class CBuilderFolder [friend] |
CComPtr<IMgaProject> CBuilder::ciGme [protected] |
CComPtr<IMgaFolder> CBuilder::ciRootFolder [protected] |
CComPtr<IMgaTerritory> CBuilder::ciTerr [protected] |
CBuilderConnectionLookupTable CBuilder::connectionmap [protected] |
CBuilderFolderList CBuilder::folders [protected] |
CBuilderObjectLookupTable CBuilder::objectmap [protected] |
CStringMap* CBuilder::parametermap [protected] |
CBuilderFolder* CBuilder::rootfolder [protected] |
CBuilder * CBuilder::theInstance = NULL [static] |