|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | LoadFromFile (std::wstring const AFileName) |
| void | SaveToFile (std::wstring const AFileName) |
| int | GetProjPath (IVcsDesignVault *const DesignVault) |
| int | OpenProject () |
| int | CloseProject () |
| int | RemoveProject (IVcsFileNames *FileNames, std::wstring const Comment) |
| int | RunVcs (IVcsFileNames *FileNames) |
| TVCSStatusSet | GetStatus (std::wstring FileName, IVcsBackgroundThread *Thread) |
| int | Properties (std::wstring const FileName) |
| int | Diff (std::wstring const FileName) |
| TVCSStatusSet | GetStatusWithPrefetch (std::wstring FileName, IVcsBackgroundThread *Thread) |
| int | CheckIn (IVcsFileNames *FileNames, std::wstring const Comment) |
| int | CheckInKeep (IVcsFileNames *FileNames, std::wstring const Comment) |
| int | Lock (IVcsFileNames *FileNames, std::wstring const Comment) |
| int | Remove (IVcsFileNames *FileNames, std::wstring const Comment) |
| int | Unlock (IVcsFileNames *FileNames) |
| int | Get (IVcsFileNames *FileNames) |
| int | History (IVcsFileNames *FileNames) |
| int | Update (IVcsFileNames *FileNames, bool AForce) |
| int | Commit (IVcsFileNames *FileNames, std::wstring const Comment) |
| int | Resolve (IVcsFileNames *FileNames) |
| IVcsRevisions * | GetRevisions (std::wstring const FileName, IVcsBackgroundThread *Thread) |
| int | GetRevision (std::wstring const AFileName, std::wstring const ARevision, std::wstring const ARevisionFileName) |
| int | Rename (std::wstring const OldName, std::wstring const NewName) |
| int | GetCommandOptions (TVcsCommand Command) |
| bool | SupportsCommand (TVcsCommand Command, std::wstring const FileName) |
| bool | GetConnected () |
| bool | GetUseCommit () |
| std::wstring | GetUserName () |
| std::wstring | GetProjectName () |
| std::wstring | GetLocalProj () |
| std::wstring | GetAuxProj () |
| bool | GetCanCache () |
| void | SetUserName (std::wstring AValue) |
| void | SetProjectName (std::wstring AValue) |
| void | SetLocalProj (std::wstring AValue) |
| void | SetAuxProj (std::wstring AValue) |
| std::wstring | CheckoutProject (IVcsDesignVault *const DesignVault, std::wstring const APath, std::wstring const ALocalPath, std::wstring const ARelPath) |
| void | LinkLocalFolder (std::wstring ALocalFolderFullPath) |
| void | BringToDate (std::wstring ALocalFolderFullPath) |
| void | InitializeAndAddFiles (C_VCSAddFilesSettings const ASettings) |
| std::wstring | GetLocationInRepository (std::wstring AFullPath) |
| bool | CanGetLocationInRepository () |
| std::wstring | CheckoutProjectSilently () |
| void | List (std::wstring ALocalFolderFullPath, IVcsFileNames *FileNames) |
| int | CleanUp (IVcsFileNames *AFolders) |
| IDXPProject * | GetProject () |
| void | SetProject (IDXPProject *AProject) |
| std::wstring | Export (std::wstring FileName, std::wstring LocalDirectory) |
| std::wstring | GetRepositoryRoot () |
| IVcsDesignVault * | DesignVault () |
| std::wstring | DesignVaultName () |
| TProviderType | ProviderType () |
| bool | IsThreadSafe () |
| std::wstring | Delete (IVcsFileNames *const FileNames) |
| std::wstring | Revert (IVcsFileNames *const FileNames) |
| std::wstring | GetFilenameUniqueIDForRepository (std::wstring const FileName) |
| void DXP::IVcsProject::BringToDate | ( | std::wstring | ALocalFolderFullPath | ) |
| bool DXP::IVcsProject::CanGetLocationInRepository | ( | ) |
| int DXP::IVcsProject::CheckIn | ( | IVcsFileNames * | FileNames, |
| std::wstring const | Comment ) |
| int DXP::IVcsProject::CheckInKeep | ( | IVcsFileNames * | FileNames, |
| std::wstring const | Comment ) |
| std::wstring DXP::IVcsProject::CheckoutProject | ( | IVcsDesignVault *const | DesignVault, |
| std::wstring const | APath, | ||
| std::wstring const | ALocalPath, | ||
| std::wstring const | ARelPath ) |
| std::wstring DXP::IVcsProject::CheckoutProjectSilently | ( | ) |
| int DXP::IVcsProject::CleanUp | ( | IVcsFileNames * | AFolders | ) |
| int DXP::IVcsProject::CloseProject | ( | ) |
| int DXP::IVcsProject::Commit | ( | IVcsFileNames * | FileNames, |
| std::wstring const | Comment ) |
| std::wstring DXP::IVcsProject::Delete | ( | IVcsFileNames *const | FileNames | ) |
| IVcsDesignVault * DXP::IVcsProject::DesignVault | ( | ) |
| std::wstring DXP::IVcsProject::DesignVaultName | ( | ) |
| int DXP::IVcsProject::Diff | ( | std::wstring const | FileName | ) |
| std::wstring DXP::IVcsProject::Export | ( | std::wstring | FileName, |
| std::wstring | LocalDirectory ) |
| int DXP::IVcsProject::Get | ( | IVcsFileNames * | FileNames | ) |
| std::wstring DXP::IVcsProject::GetAuxProj | ( | ) |
| bool DXP::IVcsProject::GetCanCache | ( | ) |
| int DXP::IVcsProject::GetCommandOptions | ( | TVcsCommand | Command | ) |
| bool DXP::IVcsProject::GetConnected | ( | ) |
| std::wstring DXP::IVcsProject::GetFilenameUniqueIDForRepository | ( | std::wstring const | FileName | ) |
| std::wstring DXP::IVcsProject::GetLocalProj | ( | ) |
| std::wstring DXP::IVcsProject::GetLocationInRepository | ( | std::wstring | AFullPath | ) |
| IDXPProject * DXP::IVcsProject::GetProject | ( | ) |
| std::wstring DXP::IVcsProject::GetProjectName | ( | ) |
| int DXP::IVcsProject::GetProjPath | ( | IVcsDesignVault *const | DesignVault | ) |
| std::wstring DXP::IVcsProject::GetRepositoryRoot | ( | ) |
| int DXP::IVcsProject::GetRevision | ( | std::wstring const | AFileName, |
| std::wstring const | ARevision, | ||
| std::wstring const | ARevisionFileName ) |
| IVcsRevisions * DXP::IVcsProject::GetRevisions | ( | std::wstring const | FileName, |
| IVcsBackgroundThread * | Thread ) |
| TVCSStatusSet DXP::IVcsProject::GetStatus | ( | std::wstring | FileName, |
| IVcsBackgroundThread * | Thread ) |
| TVCSStatusSet DXP::IVcsProject::GetStatusWithPrefetch | ( | std::wstring | FileName, |
| IVcsBackgroundThread * | Thread ) |
| bool DXP::IVcsProject::GetUseCommit | ( | ) |
| std::wstring DXP::IVcsProject::GetUserName | ( | ) |
| int DXP::IVcsProject::History | ( | IVcsFileNames * | FileNames | ) |
| void DXP::IVcsProject::InitializeAndAddFiles | ( | C_VCSAddFilesSettings const | ASettings | ) |
| bool DXP::IVcsProject::IsThreadSafe | ( | ) |
| void DXP::IVcsProject::LinkLocalFolder | ( | std::wstring | ALocalFolderFullPath | ) |
| void DXP::IVcsProject::List | ( | std::wstring | ALocalFolderFullPath, |
| IVcsFileNames * | FileNames ) |
| void DXP::IVcsProject::LoadFromFile | ( | std::wstring const | AFileName | ) |
| int DXP::IVcsProject::Lock | ( | IVcsFileNames * | FileNames, |
| std::wstring const | Comment ) |
| int DXP::IVcsProject::OpenProject | ( | ) |
| int DXP::IVcsProject::Properties | ( | std::wstring const | FileName | ) |
| TProviderType DXP::IVcsProject::ProviderType | ( | ) |
| int DXP::IVcsProject::Remove | ( | IVcsFileNames * | FileNames, |
| std::wstring const | Comment ) |
| int DXP::IVcsProject::RemoveProject | ( | IVcsFileNames * | FileNames, |
| std::wstring const | Comment ) |
| int DXP::IVcsProject::Rename | ( | std::wstring const | OldName, |
| std::wstring const | NewName ) |
| int DXP::IVcsProject::Resolve | ( | IVcsFileNames * | FileNames | ) |
| std::wstring DXP::IVcsProject::Revert | ( | IVcsFileNames *const | FileNames | ) |
| int DXP::IVcsProject::RunVcs | ( | IVcsFileNames * | FileNames | ) |
| void DXP::IVcsProject::SaveToFile | ( | std::wstring const | AFileName | ) |
| void DXP::IVcsProject::SetAuxProj | ( | std::wstring | AValue | ) |
| void DXP::IVcsProject::SetLocalProj | ( | std::wstring | AValue | ) |
| void DXP::IVcsProject::SetProject | ( | IDXPProject * | AProject | ) |
| void DXP::IVcsProject::SetProjectName | ( | std::wstring | AValue | ) |
| void DXP::IVcsProject::SetUserName | ( | std::wstring | AValue | ) |
| bool DXP::IVcsProject::SupportsCommand | ( | TVcsCommand | Command, |
| std::wstring const | FileName ) |
| int DXP::IVcsProject::Unlock | ( | IVcsFileNames * | FileNames | ) |
| int DXP::IVcsProject::Update | ( | IVcsFileNames * | FileNames, |
| bool | AForce ) |