|
| std::wstring | GetStorageID () |
| void | SetStorageID (std::wstring const AValue) |
| int | GetBaseRevisionNumber () |
| void | SetBaseRevisionNumber (int AValue) |
| void | LoadBaseRevisionNumber () |
| bool | SaveToWorkingCopy (IVcsFileNames *const AFileNames) |
| bool | RemoveFromWorkingCopy (IVcsFileNames *const AFileNames) |
| bool | GetCanCommit () |
| bool | GetCanUpdate () |
| std::wstring | GetStatusText (std::wstring const AFileName) |
| int | CommitWithDialog (IVcsFileNames *FileNames, std::wstring const Comment) |
| void | AsyncUpdateStatus () |
| 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) |