|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | CommitCreation () |
| void | CopyTo (IVcsDesignVault *AVault) |
| std::wstring | GetName () |
| bool | GetActivated () |
| IVcsProvider * | GetProvider () |
| TProviderType | GetProviderType () |
| std::wstring | GetRepositoryAddress () |
| std::wstring | Import (IVcsProject *const VCSProject, std::wstring const Path, std::wstring const LocalPath, IVcsFileNames *const FileNames, std::wstring const Comment) |
| void | Initialize (IVcsProject *const VCSProject, std::wstring const Path, std::wstring const LocalPath) |
| bool | IsEqual (IVcsDesignVault *const AVault) |
| bool | LoadFromIni (IOptionsReader *const Reader, std::wstring const SectionName, std::wstring const Suffix) |
| bool | RunPropertiesForm (IVcsFileNames *const ExistingNames, bool CreateNew) |
| void | SaveToIni (IOptionsWriter *const Writer, std::wstring const SectionName, std::wstring const Suffix) |
| void | SetName (std::wstring const AValue) |
| void | SetActivated (bool AValue) |
| void | SetRepositoryAddress (std::wstring const AValue) |
| std::wstring | Status () |
| std::wstring | GetUserName () |
| void | SetUserName (std::wstring const AValue) |
| std::wstring | GetPassword () |
| void | SetPassword (std::wstring const AValue) |
| std::wstring | GetDefaultWorkingCopy () |
| void | SetDefaultWorkingCopy (std::wstring const AValue) |
| TCreateKind | GetCreateKindKind () |
| void | SetCreateKindKind (TCreateKind const AValue) |
| std::wstring | GetRepositoryAddressOnly () |
| TRepositoryType | GetRepositoryType () |
| void | SetRepositoryType (TRepositoryType const AValue) |
| std::wstring | GetManagedRepositoryGUID () |
| void | SetManagedRepositoryGUID (std::wstring const AValue) |
| std::wstring DXP::IVcsDesignVault::CommitCreation | ( | ) |
| void DXP::IVcsDesignVault::CopyTo | ( | IVcsDesignVault * | AVault | ) |
| bool DXP::IVcsDesignVault::GetActivated | ( | ) |
| TCreateKind DXP::IVcsDesignVault::GetCreateKindKind | ( | ) |
| std::wstring DXP::IVcsDesignVault::GetDefaultWorkingCopy | ( | ) |
| std::wstring DXP::IVcsDesignVault::GetManagedRepositoryGUID | ( | ) |
| std::wstring DXP::IVcsDesignVault::GetName | ( | ) |
| std::wstring DXP::IVcsDesignVault::GetPassword | ( | ) |
| IVcsProvider * DXP::IVcsDesignVault::GetProvider | ( | ) |
| TProviderType DXP::IVcsDesignVault::GetProviderType | ( | ) |
| std::wstring DXP::IVcsDesignVault::GetRepositoryAddress | ( | ) |
| std::wstring DXP::IVcsDesignVault::GetRepositoryAddressOnly | ( | ) |
| TRepositoryType DXP::IVcsDesignVault::GetRepositoryType | ( | ) |
| std::wstring DXP::IVcsDesignVault::GetUserName | ( | ) |
| std::wstring DXP::IVcsDesignVault::Import | ( | IVcsProject *const | VCSProject, |
| std::wstring const | Path, | ||
| std::wstring const | LocalPath, | ||
| IVcsFileNames *const | FileNames, | ||
| std::wstring const | Comment ) |
| void DXP::IVcsDesignVault::Initialize | ( | IVcsProject *const | VCSProject, |
| std::wstring const | Path, | ||
| std::wstring const | LocalPath ) |
| bool DXP::IVcsDesignVault::IsEqual | ( | IVcsDesignVault *const | AVault | ) |
| bool DXP::IVcsDesignVault::LoadFromIni | ( | IOptionsReader *const | Reader, |
| std::wstring const | SectionName, | ||
| std::wstring const | Suffix ) |
| bool DXP::IVcsDesignVault::RunPropertiesForm | ( | IVcsFileNames *const | ExistingNames, |
| bool | CreateNew ) |
| void DXP::IVcsDesignVault::SaveToIni | ( | IOptionsWriter *const | Writer, |
| std::wstring const | SectionName, | ||
| std::wstring const | Suffix ) |
| void DXP::IVcsDesignVault::SetActivated | ( | bool | AValue | ) |
| void DXP::IVcsDesignVault::SetCreateKindKind | ( | TCreateKind const | AValue | ) |
| void DXP::IVcsDesignVault::SetDefaultWorkingCopy | ( | std::wstring const | AValue | ) |
| void DXP::IVcsDesignVault::SetManagedRepositoryGUID | ( | std::wstring const | AValue | ) |
| void DXP::IVcsDesignVault::SetName | ( | std::wstring const | AValue | ) |
| void DXP::IVcsDesignVault::SetPassword | ( | std::wstring const | AValue | ) |
| void DXP::IVcsDesignVault::SetRepositoryAddress | ( | std::wstring const | AValue | ) |
| void DXP::IVcsDesignVault::SetRepositoryType | ( | TRepositoryType const | AValue | ) |
| void DXP::IVcsDesignVault::SetUserName | ( | std::wstring const | AValue | ) |
| std::wstring DXP::IVcsDesignVault::Status | ( | ) |