|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetState_Item (IEDMS_Vault *AVault, std::wstring AItemGUID) |
| void | Notify (INotification *ANotification) |
| Public Member Functions inherited from DXP::IServerDocument | |
| 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::IReleasedItemDocument::Notify | ( | INotification * | ANotification | ) |
| void DXP::IReleasedItemDocument::SetState_Item | ( | IEDMS_Vault * | AVault, |
| std::wstring | AItemGUID ) |