|
| void | BeginDocumentLoad () |
| void | BroadcastNotification (INotification *ANotification) |
| void | CloseDocument (IServerDocument *const ADocument) |
| void | DispatchNotification (IServerModule *const AServerModule, INotification *const ANotification) |
| void | EndDocumentLoad (bool AShow) |
| void | SetCurrentView (IServerDocumentView *const Value) |
| int | GetApplicationHandle () |
| ICommandLauncher * | GetCommandLauncher () |
| int | GetCount () |
| int | GetServerRecordCount () |
| IServerDocumentView * | GetCurrentView () |
| IServerDocument * | GetDocumentByPath (std::wstring const AFilePath) |
| long | GetMainWindowHandle () |
| IProcessControl * | GetProcessControl () |
| IGUIManager * | GetGUIManager () |
| IServerModule * | GetServerModule (int Index) |
| IServerModule * | GetServerModuleByName (std::wstring const AModuleName) |
| IServerRecord * | GetServerRecord (int Index) |
| IServerRecord * | GetServerRecordByName (std::wstring const AModuleName) |
| IServerWindowKind * | GetWindowKindByName (std::wstring const AWindowKindName) |
| IServerPanelInfo * | GetPanelInfoByName (std::wstring const APanelName) |
| int | GetOptionsSetCount () |
| IDocumentOptionsSet * | GetOptionsSet (int Index) |
| IDocumentOptionsSet * | GetOptionsSetByName (std::wstring const AName) |
| bool | IsQuitting () |
| bool | IsDocumentOpen (std::wstring const AFilePath) |
| IServerDocument * | OpenDocument (std::wstring const AKind, std::wstring const AFileName) |
| bool | StartServer (std::wstring const AModuleName) |
| bool | StopServer (std::wstring const AModuleName, bool UnloadDLL) |
| std::wstring | GetDocumentKindFromDocumentPath (std::wstring const Path) |
| std::wstring | GetDefaultExtensionForDocumentKind (std::wstring const DocumentKind) |
| bool | LicenseInfoStillValid (long const RetrievedAt) |
| void | AddServerView (IServerView *const AView) |
| IServerView * | GetServerViewFromName (std::wstring const ViewName) |
| void | ShowDocument (IServerDocument *const ADocument) |
| void | ShowDocumentDontFocus (IServerDocument *const ADocument) |
| void | HideDocument (IServerDocument *const ADocument) |
| IServerDocument * | LastActiveDocumentOfType (std::wstring const AType) |
| void | BeginDisableInterface () |
| void | EndDisableInterface () |
| void | BeginRecoverySave () |
| void | EndRecoverySave () |
| bool | InRecoverySave () |
| std::wstring | GetServerNameByPLID (std::wstring const APLID) |
| void | QuerySystemFont (TFontQueryMode QueryMode, bool *AUseSysFont, std::wstring *AFontName, int *AFontSize, TFontStylesSet &AFontStyle, TColor *AFontColor, TFontCharset *AFontCharset) |
| INavigationSystem * | GetNavigationSystem () |
| void | RegisterNotificationHandler (INotificationHandler *const Handler) |
| void | UnregisterNotificationHandler (INotificationHandler *const Handler) |
| void | ApplicationIdle () |
| long | GetRealMainWindowHandle () |
| ITimerManager * | GetTimerManager () |
| void | RemoveServerView (IServerView *const AView) |
| IOptionsManager * | GetOptionsManager () |
| bool | IsInitialized () |
| ILicenseManager * | GetLicenseManager () |
| std::wstring | GetDocumentKindFromDocumentFileName (std::wstring const Path, bool CheckForTextFiles) |
| void | HandleException (std::wstring const AMessage) |
| IServerDocument * | OpenNewDocument (std::wstring const AKind, std::wstring const AFileName, std::wstring const ANewName, bool ReuseExisting) |
| IServerDocument * | OpenDocumentShowOrHide (std::wstring const AKind, std::wstring const AFileName, bool AShowInTree) |
| bool | AddViewToFavorites (IServerDocumentView *const AView, bool AIsSnippet) |
| IDynamicHelpManager * | GetDynamicHelpManager () |
| bool | GetState_AccessFeaturesInDevelopment () |
| IDXPAltiumPortal * | GetDXPAltiumPortal () |
| IDocumentPreviewManager * | GetDocumentPreviewManager () |
| IDocumentPreviewHint * | GetDocumentPreviewHint () |
| std::wstring | GetVersion () |
| std::wstring | GetProductVersion () |
| std::wstring | GetProductName () |
| void | DisplayDocsTogetherForCompare () |
| void | DisplaySplashScreen (std::wstring AImagePath, int AFadeInMillis, int ADisplayMillis, int AFadeOutMillis, int AAlphaStep) |
| std::wstring | GetDocumentKindFromDocumentPathEx (std::wstring const Path, std::wstring *DocSubKind) |
| bool | IsDocumentOfKind (std::wstring const Path, std::wstring const DocKind) |
| ISaveLoadLayout * | GetLayoutSaveLoadManager () |
| std::wstring | SaveCustomizationsForExport () |
| void | LoadCustomizationsFromFile (std::wstring ARCSFileName) |
| void | LoadCustomizationsFromPath (std::wstring ARCSFilePath) |
| void | BroadcastNotificationAsynchronously (INotification *ANotification) |
| std::wstring | GetDocumentCaptionFromDocumentKind (std::wstring const ADocumentKind) |
| std::wstring | GetDocumentCaptionFromDocumentPath (std::wstring const APath) |
| ISearchManager * | GetSearchManager () |
| IServerRecord * | GetServerRecordByFeature (std::wstring const AFeature) |
| IDXPWorkSpace * | GetDXPWorkspace () |
| ISceneManager * | GetSceneManager () |
| IDXPSplash * | GetDXPSplash () |
| IClientAPI_Interface * | GetClientAPI () |
| ISecurityManager * | GetSecurityManager () |
| ISecurityServerManager * | GetSecurityServerManager () |
| void | ReleaseGlobalPreferencesToVault (std::wstring const VaultGUID, std::wstring const ItemGUID) |
| std::wstring | GetGlobalPreferencesVaultGUID () |
| std::wstring | GetGlobalPreferencesRevisionGUID () |
| IPluginsRegistry * | GetPluginsRegistry () |
| std::wstring | GetTechnologySets (long *ValidAtTimestamp) |
| bool | ArePreferencesReadOnly (std::wstring const AServerName, std::wstring const AFormName) |
| bool | GetPreferencesChanged () |
| void | SetPreferencesChanged (bool Value) |
| void | LoadGlobalPreferencesFromVault (std::wstring const VaultGuid, std::wstring const ItemRevisionGUID) |
| double | GetTechnologySubscriptionExpirationDate (std::wstring const ATechnologySet) |
| bool | GetDXPUrlCommandData (std::wstring const Url, std::wstring *Command, std::wstring *Params) |
| IProductInfo * | ProductInfo () |