|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | GetName () |
| bool | GetValid () |
| IOptionsPage * | GetOptionPage () |
| IVcsProject * | CreateProject () |
| bool | GetAutoConnect () |
| bool | CheckRepository (std::wstring *ARepositoryAddress) |
| bool | SelectModule (std::wstring const AAuxProject, std::wstring *AModule) |
| bool | BrowseRepository (std::wstring *ARepositoryAddress) |
| IVcsFileNames * | ListRepository (std::wstring ARepositoryAddress, std::wstring APath, bool ARecursive) |
| int | Download (std::wstring ARepositoryAddress, std::wstring FileName, std::wstring LocalDirectory) |
| int | ShallowCheckOut (std::wstring ARepositoryAddress, std::wstring Path, std::wstring LocalDirectory) |
| std::wstring | Commit (std::wstring ARepositoryAddress, std::wstring LocalDirectory, std::wstring const Comment, IVcsFileNames *FileNames) |
| int | Resolve (std::wstring LocalDirectory, IVcsFileNames *FileNames) |
| int | Update (std::wstring ARepositoryAddress, std::wstring LocalDirectory) |
| std::wstring | Import (std::wstring ARepositoryAddress, std::wstring Path, std::wstring LocalDirectory, std::wstring Comment) |
| std::wstring | Export (std::wstring ARepositoryAddress, std::wstring Path, std::wstring LocalDirectory) |
| bool | RepositoryPathExists (std::wstring const ARepositoryAddress, std::wstring const APath) |
| int | CheckOut (std::wstring const ARepositoryAddress, std::wstring const APath, std::wstring const ALocalDirectory) |
| std::wstring | AddFiles (std::wstring const ARepositoryAddress, std::wstring const ALocalDirectory, std::wstring const AComment, IVcsFileNames *ALocalFilePaths, bool ACommit) |
| std::wstring | DeleteInRepository (std::wstring const ARepositoryAddress, std::wstring const AComment, IVcsFileNames *ARepositoryPaths) |
| std::wstring | Delete (std::wstring const ARepositoryAddress, IVcsFileNames *ALocalPaths) |
| std::wstring | Revert (std::wstring const ARepositoryAddress, IVcsFileNames *ALocalPaths) |
| std::wstring | Move (std::wstring const ARepositoryAddress, std::wstring const ASrcPath, std::wstring const ADestPath) |
| bool | IsUnderVersionControl (std::wstring const Directory) |
| void | ReloadOptions () |
| void | SaveOptions () |
| void | LoadDesignVaultsFromIni (IOptionsReader *const Reader, std::wstring const SectionName) |
| bool | CanCreateDesignVault () |
| IVcsDesignVault * | CreateDesignVault () |
| IVcsDesignVault * | AddRegisteredDesignVault () |
| void | ClearRegisteredDesignVaults () |
| IVcsDesignVault * | GetRegisteredDesignVault (int I) |
| int | RegisteredDesignVaultCount () |
| IVcsDesignVault * | DesignVaultForFolder (std::wstring const Directory) |
| std::wstring DXP::IVcsProvider::AddFiles | ( | std::wstring const | ARepositoryAddress, |
| std::wstring const | ALocalDirectory, | ||
| std::wstring const | AComment, | ||
| IVcsFileNames * | ALocalFilePaths, | ||
| bool | ACommit ) |
| IVcsDesignVault * DXP::IVcsProvider::AddRegisteredDesignVault | ( | ) |
| bool DXP::IVcsProvider::BrowseRepository | ( | std::wstring * | ARepositoryAddress | ) |
| bool DXP::IVcsProvider::CanCreateDesignVault | ( | ) |
| int DXP::IVcsProvider::CheckOut | ( | std::wstring const | ARepositoryAddress, |
| std::wstring const | APath, | ||
| std::wstring const | ALocalDirectory ) |
| bool DXP::IVcsProvider::CheckRepository | ( | std::wstring * | ARepositoryAddress | ) |
| void DXP::IVcsProvider::ClearRegisteredDesignVaults | ( | ) |
| std::wstring DXP::IVcsProvider::Commit | ( | std::wstring | ARepositoryAddress, |
| std::wstring | LocalDirectory, | ||
| std::wstring const | Comment, | ||
| IVcsFileNames * | FileNames ) |
| IVcsDesignVault * DXP::IVcsProvider::CreateDesignVault | ( | ) |
| IVcsProject * DXP::IVcsProvider::CreateProject | ( | ) |
| std::wstring DXP::IVcsProvider::Delete | ( | std::wstring const | ARepositoryAddress, |
| IVcsFileNames * | ALocalPaths ) |
| std::wstring DXP::IVcsProvider::DeleteInRepository | ( | std::wstring const | ARepositoryAddress, |
| std::wstring const | AComment, | ||
| IVcsFileNames * | ARepositoryPaths ) |
| IVcsDesignVault * DXP::IVcsProvider::DesignVaultForFolder | ( | std::wstring const | Directory | ) |
| int DXP::IVcsProvider::Download | ( | std::wstring | ARepositoryAddress, |
| std::wstring | FileName, | ||
| std::wstring | LocalDirectory ) |
| std::wstring DXP::IVcsProvider::Export | ( | std::wstring | ARepositoryAddress, |
| std::wstring | Path, | ||
| std::wstring | LocalDirectory ) |
| bool DXP::IVcsProvider::GetAutoConnect | ( | ) |
| std::wstring DXP::IVcsProvider::GetName | ( | ) |
| IOptionsPage * DXP::IVcsProvider::GetOptionPage | ( | ) |
| IVcsDesignVault * DXP::IVcsProvider::GetRegisteredDesignVault | ( | int | I | ) |
| bool DXP::IVcsProvider::GetValid | ( | ) |
| std::wstring DXP::IVcsProvider::Import | ( | std::wstring | ARepositoryAddress, |
| std::wstring | Path, | ||
| std::wstring | LocalDirectory, | ||
| std::wstring | Comment ) |
| bool DXP::IVcsProvider::IsUnderVersionControl | ( | std::wstring const | Directory | ) |
| IVcsFileNames * DXP::IVcsProvider::ListRepository | ( | std::wstring | ARepositoryAddress, |
| std::wstring | APath, | ||
| bool | ARecursive ) |
| void DXP::IVcsProvider::LoadDesignVaultsFromIni | ( | IOptionsReader *const | Reader, |
| std::wstring const | SectionName ) |
| std::wstring DXP::IVcsProvider::Move | ( | std::wstring const | ARepositoryAddress, |
| std::wstring const | ASrcPath, | ||
| std::wstring const | ADestPath ) |
| int DXP::IVcsProvider::RegisteredDesignVaultCount | ( | ) |
| void DXP::IVcsProvider::ReloadOptions | ( | ) |
| bool DXP::IVcsProvider::RepositoryPathExists | ( | std::wstring const | ARepositoryAddress, |
| std::wstring const | APath ) |
| int DXP::IVcsProvider::Resolve | ( | std::wstring | LocalDirectory, |
| IVcsFileNames * | FileNames ) |
| std::wstring DXP::IVcsProvider::Revert | ( | std::wstring const | ARepositoryAddress, |
| IVcsFileNames * | ALocalPaths ) |
| void DXP::IVcsProvider::SaveOptions | ( | ) |
| bool DXP::IVcsProvider::SelectModule | ( | std::wstring const | AAuxProject, |
| std::wstring * | AModule ) |
| int DXP::IVcsProvider::ShallowCheckOut | ( | std::wstring | ARepositoryAddress, |
| std::wstring | Path, | ||
| std::wstring | LocalDirectory ) |
| int DXP::IVcsProvider::Update | ( | std::wstring | ARepositoryAddress, |
| std::wstring | LocalDirectory ) |