|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | AddView (IServerDocumentView *const AView) |
| void | SetModified (bool const Value) |
| void | SetIsShown (bool const Value) |
| void | SetBeingClosed (bool const Value) |
| void | Focus () |
| bool | DoFileLoad () |
| bool | DoFileSave (std::wstring const AKind) |
| bool | SupportsReload () |
| bool | GetCanClose () |
| int | GetCount () |
| std::wstring | GetFileName () |
| std::wstring | SetFileName (std::wstring const AFileName) |
| std::wstring | GetKind () |
| bool | GetModified () |
| bool | GetIsShown () |
| bool | GetBeingClosed () |
| double | GetFileModifiedDate () |
| void | UpdateModifiedDate () |
| IServerModule * | GetServerModule () |
| IServerDocumentView * | GetView (int Index) |
| IServerDocumentView * | GetViewByName (std::wstring const ViewName) |
| void | NotifyViews (INotification *ANotification) |
| bool | GetSupportsOwnSave () |
| std::wstring | GetContextHelpTopicName () |
| void | SetFileModifiedDate (double const AValue) |
| bool | WarnIfOwnedByOther (TFileOwnershipWarningLevel AWarningLevel) |
| void | AcquireFileOwnership () |
| void | ReleaseFileOwnership () |
| void | ReleaseDataFileHandle () |
| void | AcquireDataFileHandle () |
| bool | OwnsFile () |
| bool | DoSafeFileSave (std::wstring const AKind) |
| bool | DoSafeChangeFileNameAndSave (std::wstring const ANewFileName, std::wstring const AKind) |
| bool | CreateSnippetFile (IServerDocumentView *const AView, std::wstring ASnippetFilePath, TSnippetCreationMode AMode, bool AContextSensitive) |
| void | ZoomSnippetContents () |
| IServerDocumentView * | GetSnippetView () |
| void | PlaceSnippet (std::wstring ASnippetAddress, IServerDocumentView *const AView) |
| bool | CanPlaceSnippet (std::wstring const ASnippetPath) |
| bool | CanCreateSnippet (IServerDocumentView *const AView, TSnippetCreationMode AMode, bool AContextSensitive) |
| void | DocumentDirectoryChanged () |
| double | GetDocumentModifiedDate () |
| void DXP::IServerDocument::AcquireDataFileHandle | ( | ) |
| void DXP::IServerDocument::AcquireFileOwnership | ( | ) |
| void DXP::IServerDocument::AddView | ( | IServerDocumentView *const | AView | ) |
| bool DXP::IServerDocument::CanCreateSnippet | ( | IServerDocumentView *const | AView, |
| TSnippetCreationMode | AMode, | ||
| bool | AContextSensitive ) |
| bool DXP::IServerDocument::CanPlaceSnippet | ( | std::wstring const | ASnippetPath | ) |
| bool DXP::IServerDocument::CreateSnippetFile | ( | IServerDocumentView *const | AView, |
| std::wstring | ASnippetFilePath, | ||
| TSnippetCreationMode | AMode, | ||
| bool | AContextSensitive ) |
| void DXP::IServerDocument::DocumentDirectoryChanged | ( | ) |
| bool DXP::IServerDocument::DoFileLoad | ( | ) |
| bool DXP::IServerDocument::DoFileSave | ( | std::wstring const | AKind | ) |
| bool DXP::IServerDocument::DoSafeChangeFileNameAndSave | ( | std::wstring const | ANewFileName, |
| std::wstring const | AKind ) |
| bool DXP::IServerDocument::DoSafeFileSave | ( | std::wstring const | AKind | ) |
| void DXP::IServerDocument::Focus | ( | ) |
| bool DXP::IServerDocument::GetBeingClosed | ( | ) |
| bool DXP::IServerDocument::GetCanClose | ( | ) |
| std::wstring DXP::IServerDocument::GetContextHelpTopicName | ( | ) |
| int DXP::IServerDocument::GetCount | ( | ) |
| double DXP::IServerDocument::GetDocumentModifiedDate | ( | ) |
| double DXP::IServerDocument::GetFileModifiedDate | ( | ) |
| std::wstring DXP::IServerDocument::GetFileName | ( | ) |
| bool DXP::IServerDocument::GetIsShown | ( | ) |
| std::wstring DXP::IServerDocument::GetKind | ( | ) |
| bool DXP::IServerDocument::GetModified | ( | ) |
| IServerModule * DXP::IServerDocument::GetServerModule | ( | ) |
| IServerDocumentView * DXP::IServerDocument::GetSnippetView | ( | ) |
| bool DXP::IServerDocument::GetSupportsOwnSave | ( | ) |
| IServerDocumentView * DXP::IServerDocument::GetView | ( | int | Index | ) |
| IServerDocumentView * DXP::IServerDocument::GetViewByName | ( | std::wstring const | ViewName | ) |
| void DXP::IServerDocument::NotifyViews | ( | INotification * | ANotification | ) |
| bool DXP::IServerDocument::OwnsFile | ( | ) |
| void DXP::IServerDocument::PlaceSnippet | ( | std::wstring | ASnippetAddress, |
| IServerDocumentView *const | AView ) |
| void DXP::IServerDocument::ReleaseDataFileHandle | ( | ) |
| void DXP::IServerDocument::ReleaseFileOwnership | ( | ) |
| void DXP::IServerDocument::SetBeingClosed | ( | bool const | Value | ) |
| void DXP::IServerDocument::SetFileModifiedDate | ( | double const | AValue | ) |
| std::wstring DXP::IServerDocument::SetFileName | ( | std::wstring const | AFileName | ) |
| void DXP::IServerDocument::SetIsShown | ( | bool const | Value | ) |
| void DXP::IServerDocument::SetModified | ( | bool const | Value | ) |
| bool DXP::IServerDocument::SupportsReload | ( | ) |
| void DXP::IServerDocument::UpdateModifiedDate | ( | ) |
| bool DXP::IServerDocument::WarnIfOwnedByOther | ( | TFileOwnershipWarningLevel | AWarningLevel | ) |
| void DXP::IServerDocument::ZoomSnippetContents | ( | ) |