|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | ApplicationIdle () |
| void | ReceiveNotification (INotification *const ANotification) |
| IServerDocument * | CreateDocument (std::wstring const AKind, std::wstring const AFileName) |
| void | DestroyDocument (IServerDocument *const ADocument) |
| IClient * | GetClient () |
| ICommandLauncher * | GetCommandLauncher () |
| int | GetDocumentCount () |
| IServerDocument * | GetDocuments (int Index) |
| long | GetHandle () |
| std::wstring | GetModuleName () |
| IProcessControl * | GetProcessControl () |
| int | GetViewCount () |
| IServerView * | GetViews (int Index) |
| IDocumentOptionsView * | CreateOptionsView (std::wstring const AName) |
| IServerView * | CreateServerView (std::wstring const AName) |
| IServerDocumentView * | CreateServerDocView (std::wstring const AName, IServerDocument *const ADocument) |
| void | RemoveServerView (IServerView *const AView) |
| void | AddServerView (IServerView *const AView) |
| IServerDocument * | CreateDocumentShowOrHide (std::wstring const AKind, std::wstring const AFileName, bool AShowInTree) |
| void DXP::IServerModule::AddServerView | ( | IServerView *const | AView | ) |
| void DXP::IServerModule::ApplicationIdle | ( | ) |
| IServerDocument * DXP::IServerModule::CreateDocument | ( | std::wstring const | AKind, |
| std::wstring const | AFileName ) |
| IServerDocument * DXP::IServerModule::CreateDocumentShowOrHide | ( | std::wstring const | AKind, |
| std::wstring const | AFileName, | ||
| bool | AShowInTree ) |
| IDocumentOptionsView * DXP::IServerModule::CreateOptionsView | ( | std::wstring const | AName | ) |
| IServerDocumentView * DXP::IServerModule::CreateServerDocView | ( | std::wstring const | AName, |
| IServerDocument *const | ADocument ) |
| IServerView * DXP::IServerModule::CreateServerView | ( | std::wstring const | AName | ) |
| void DXP::IServerModule::DestroyDocument | ( | IServerDocument *const | ADocument | ) |
| IClient * DXP::IServerModule::GetClient | ( | ) |
| ICommandLauncher * DXP::IServerModule::GetCommandLauncher | ( | ) |
| int DXP::IServerModule::GetDocumentCount | ( | ) |
| IServerDocument * DXP::IServerModule::GetDocuments | ( | int | Index | ) |
| long DXP::IServerModule::GetHandle | ( | ) |
| std::wstring DXP::IServerModule::GetModuleName | ( | ) |
| IProcessControl * DXP::IServerModule::GetProcessControl | ( | ) |
| int DXP::IServerModule::GetViewCount | ( | ) |
| IServerView * DXP::IServerModule::GetViews | ( | int | Index | ) |
| void DXP::IServerModule::ReceiveNotification | ( | INotification *const | ANotification | ) |
| void DXP::IServerModule::RemoveServerView | ( | IServerView *const | AView | ) |