#include "DocumentManager.h"
Go to the source code of this file.
Classes | |
struct | SessionMonitor |
Create a subclass of this class to monitor significant session-related events. More... | |
struct | ISessionMgr |
The Session Manager manages the Master DGN. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::MstnPlatform | |
Namespace for classes, methods and functions of the MstnPlatform library. | |
Enumerations | |
enum | ChooseMasterFileStatus { CHOOSEMASTERFILE_STATUS_Invalid = 0, CHOOSEMASTERFILE_STATUS_Handled = 1, CHOOSEMASTERFILE_STATUS_Canceled = 2 } |
enum | UIItemStateType { None = 0, Visible = (1 << 0), Enabled = (1 << 1), Checked = (1 << 2) } |
The state types that match up with the different expression type in an XCommad definiton. More... | |