|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | GetStartPurgingAfter () |
| std::wstring | GetGlobalRepositoryPath () |
| void | SetStartPurgingAfter (int Value) |
| void | SetGlobalRepositoryPath (std::wstring Value) |
| std::wstring | GetGlobalRepositoryPathNotExpanded () |
| int | Add (std::wstring AFileName, std::wstring ALabel) |
| bool | RevertToVer (std::wstring AFileName, int AVersion) |
| bool | RevertToLabel (std::wstring AFileName, std::wstring ALabel) |
| bool | Delete (std::wstring AFileName, int AVersion, bool ADelLabel) |
| bool | ApplyLabel (std::wstring AFileName, int AVersion, std::wstring ALabel) |
| void | Purge (std::wstring AFileName) |
| bool | CopyVersion (std::wstring AFileName, int AVersion, std::wstring ADestName) |
| bool | CopyLabel (std::wstring AFileName, std::wstring ALabel, std::wstring ADestName) |
| IDocumentBackups * | GetHistory (std::wstring AFileName) |
| bool | GetInfo (std::wstring AHistoryFileName, std::wstring *AFileName, std::wstring *ALabel, int *AVersion) |
| void | EnableLocalHistory () |
| void | DisableLocalHistory () |
| std::wstring | GetHistoryPathForFile (std::wstring AFileName) |
| bool | GetAddAutoSaves () |
| void | SetAddAutoSaves (bool Value) |
| int DXP::ILocalHistoryManager::Add | ( | std::wstring | AFileName, |
| std::wstring | ALabel ) |
| bool DXP::ILocalHistoryManager::ApplyLabel | ( | std::wstring | AFileName, |
| int | AVersion, | ||
| std::wstring | ALabel ) |
| bool DXP::ILocalHistoryManager::CopyLabel | ( | std::wstring | AFileName, |
| std::wstring | ALabel, | ||
| std::wstring | ADestName ) |
| bool DXP::ILocalHistoryManager::CopyVersion | ( | std::wstring | AFileName, |
| int | AVersion, | ||
| std::wstring | ADestName ) |
| bool DXP::ILocalHistoryManager::Delete | ( | std::wstring | AFileName, |
| int | AVersion, | ||
| bool | ADelLabel ) |
| void DXP::ILocalHistoryManager::DisableLocalHistory | ( | ) |
| void DXP::ILocalHistoryManager::EnableLocalHistory | ( | ) |
| bool DXP::ILocalHistoryManager::GetAddAutoSaves | ( | ) |
| std::wstring DXP::ILocalHistoryManager::GetGlobalRepositoryPath | ( | ) |
| std::wstring DXP::ILocalHistoryManager::GetGlobalRepositoryPathNotExpanded | ( | ) |
| IDocumentBackups * DXP::ILocalHistoryManager::GetHistory | ( | std::wstring | AFileName | ) |
| std::wstring DXP::ILocalHistoryManager::GetHistoryPathForFile | ( | std::wstring | AFileName | ) |
| bool DXP::ILocalHistoryManager::GetInfo | ( | std::wstring | AHistoryFileName, |
| std::wstring * | AFileName, | ||
| std::wstring * | ALabel, | ||
| int * | AVersion ) |
| int DXP::ILocalHistoryManager::GetStartPurgingAfter | ( | ) |
| void DXP::ILocalHistoryManager::Purge | ( | std::wstring | AFileName | ) |
| bool DXP::ILocalHistoryManager::RevertToLabel | ( | std::wstring | AFileName, |
| std::wstring | ALabel ) |
| bool DXP::ILocalHistoryManager::RevertToVer | ( | std::wstring | AFileName, |
| int | AVersion ) |
| void DXP::ILocalHistoryManager::SetAddAutoSaves | ( | bool | Value | ) |
| void DXP::ILocalHistoryManager::SetGlobalRepositoryPath | ( | std::wstring | Value | ) |
| void DXP::ILocalHistoryManager::SetStartPurgingAfter | ( | int | Value | ) |