75 virtual bool __cdecl
Dummy5() {
return false;}
76 virtual bool __cdecl
Dummy4() {
return false;}
77 virtual bool __cdecl
Dummy3() {
return false;}
78 virtual bool __cdecl
Dummy2() {
return false;}
79 virtual bool __cdecl
Dummy1() {
return false;}
89 virtual void MakeClassAbstract() = 0;
93 MSCORE_EXPORT
static DgnHostR GetMicroStationDgnHost();
96 MSCORE_EXPORT
static ISessionMgrR
GetManager();
106 MSCORE_EXPORT
static DgnFileP GetMasterDgnFile();
111 MSCORE_EXPORT
static DgnFileP GetActiveDgnFile();
116 MSCORE_EXPORT
static DgnModelP GetActiveDgnModelP();
120 MSCORE_EXPORT
static bool IsMasterFileClosing();
124 MSCORE_EXPORT
static bool IsDesignFileInitialized();
128 MSCORE_EXPORT
bool IsReadyForUIProcessing();
132 MSCORE_EXPORT
static bool IsMasterDgnFile(
DgnFileP);
136 MSCORE_EXPORT
static bool IsActiveDgnFile(
DgnFileP);
140 MSCORE_EXPORT
static DgnModelRefP GetActiveDgnModelRefP();
156 MSCORE_EXPORT
static bool InTransactableFile(
DgnModelRefP);
159 MSCORE_EXPORT
static void SetAutoLockActiveModel(
bool val);
161 MSCORE_EXPORT
static bool IsActiveModelLocked();
163 MSCORE_EXPORT
static void SetActiveModelLocked(
bool val);
245 MSCORE_EXPORT
static void DropSessionMonitor(
SessionMonitor& mon);
261 MSCORE_EXPORT
void SetUIItemState(
WCharCP key,
UIItemStateType itemState,
bool value,
bool sendImmediateMessage =
false);
288 MSCORE_EXPORT
void RemoveUIItemStateEntry(
WCharCP key);
Definition: ISessionMgr.h:40
ChooseMasterFileStatus
Definition: ISessionMgr.h:38
UIItemStateType
The state types that match up with the different expression type in an XCommad definiton.
Definition: ISessionMgr.h:46
Drawing Title settings is hidden.
Definition: dlogbox.r.h:472
For use with Toggle expression.
bvector< DgnFilePtr > const & T_DgnFilePtrVectorCR
Definition: DocumentManager.h:32
wchar_t const * WCharCP
Definition: Bentley.h:224
IManager * GetManager()
Return a pointer to the one and only relationship manager.
MenuMarkType
Definition: dlogbox.r.h:470
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
Definition: ISessionMgr.h:42
Definition: ISessionMgr.h:41
struct DgnPlatform::DgnModelRef const * DgnModelRefCP
Definition: DgnPlatform.h:223
int StatusInt
Definition: Bentley.h:222
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51
For use with Enable/Disable expression.