|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
| IVcsRevisions * DXP::IVcsManager::BackgroundGetRevisions | ( | IVcsProject * | VCSProject, |
| std::wstring | FullPath ) |
| TVCSStatusSet DXP::IVcsManager::BackgroundGetStatus | ( | IVcsProject * | VCSProject, |
| std::wstring | FullPath ) |
| std::wstring DXP::IVcsManager::BackgroundGetStatusString | ( | IVcsProject * | VCSProject, |
| std::wstring | FullPath ) |
| bool DXP::IVcsManager::CheckoutSVNDBLIBWorkingFolders | ( | IDXPSVNDatabaseLibDocument *const | ASVNDbLibDoc | ) |
| std::wstring DXP::IVcsManager::CommitInteractively | ( | IVcsProject * | VCSProject, |
| IVcsFileNames * | FileNames ) |
| IVcsProject * DXP::IVcsManager::CreateVcsProject | ( | IDXPProject * | Project, |
| std::wstring | ProjectFullPath ) |
| TVCSStatusSet DXP::IVcsManager::GetDocumentStatus | ( | std::wstring const | ADocument | ) |
| std::wstring DXP::IVcsManager::GetLocationInRepository | ( | IVcsProject * | VCSProject, |
| std::wstring | FullPath ) |
| std::wstring DXP::IVcsManager::GetProjectFromVcs | ( | std::wstring const | ALocalPath | ) |
| IVcsProvider * DXP::IVcsManager::GetProviderByType | ( | TProviderType | AProviderType | ) |
| IVcsRevisions * DXP::IVcsManager::GetRevisions | ( | IVcsProject * | VCSProject, |
| std::wstring | FullPath ) |
| std::wstring DXP::IVcsManager::GetState_SVNDbLibRepositoryCacheFolder | ( | ) |
| std::wstring DXP::IVcsManager::GetState_SVNDbLibRepositoryWorkingFolder | ( | ) |
| int DXP::IVcsManager::GetState_SVNDbLibUpdateThreshold | ( | ) |
| TVCSStatusSet DXP::IVcsManager::GetStatus | ( | IVcsProject * | VCSProject, |
| std::wstring | FullPath ) |
| std::wstring DXP::IVcsManager::GetStatusString | ( | IVcsProject * | VCSProject, |
| std::wstring | FullPath ) |
| IDXPSVNDatabaseLibDocument * DXP::IVcsManager::GetSVNDblibDocForDocument | ( | IDXPDocument *const | ADocument | ) |
| std::wstring DXP::IVcsManager::GetSVNDblibWorkingDirectoryNameFromRepositoryPath | ( | std::wstring const | ARepositoryPath, |
| std::wstring const | ARepositoryURL ) |
| bool DXP::IVcsManager::IsVCSActive | ( | ) |
| void DXP::IVcsManager::ListenForVCSStatusChanges | ( | long | Handle | ) |
| bool DXP::IVcsManager::NeedToCheckoutSVNDBLIBWorkingFolders | ( | IDXPSVNDatabaseLibDocument *const | ASVNDbLibDoc | ) |
| void DXP::IVcsManager::Refresh | ( | IVcsFileNames * | Documents | ) |
| void DXP::IVcsManager::SetState_SVNDbLibRepositoryCacheFolder | ( | std::wstring | AValue | ) |
| void DXP::IVcsManager::SetState_SVNDbLibRepositoryWorkingFolder | ( | std::wstring | AValue | ) |
| void DXP::IVcsManager::SetState_SVNDbLibUpdateThreshold | ( | int | AValue | ) |
| void DXP::IVcsManager::StopListeningForVCSStatusChanges | ( | long | Handle | ) |
| std::wstring DXP::IVcsManager::UpdateInteractively | ( | IVcsProject * | VCSProject, |
| IVcsFileNames * | FileNames ) |