kdevversioncontrol.h
Go to the documentation of this file.
83 return "(" + fileName + ", " + workRevision + ", " + repoRevision + ", " + state2String( state ) + ")";
217 virtual bool requestStatus( const TQString &dirPath, void *callerData, bool recursive = true, bool checkRepos = true ) = 0;
File was updated or it is already at up to date version.
Definition: kdevversioncontrol.h:50
File or Directory is scheduled to be deleted.
Definition: kdevversioncontrol.h:57
Basic interface for providing info on file registered in a version control repository repository...
Definition: kdevversioncontrol.h:185
KDevVersionControl * owner() const
Definition: kdevversioncontrol.h:229
KDevVersionControl(const KDevPluginInfo *info, TQObject *parent, const char *name)
Constructs a VCS plugin.
Definition: kdevversioncontrol.h:150
Local version conflicts with the one in a repository.
Definition: kdevversioncontrol.h:52
File was scheduled for deletion, and then a new file with the same name was scheduled for addition in...
Definition: kdevversioncontrol.h:58
File was added to the repository but not commited.
Definition: kdevversioncontrol.h:49
static TQString state2String(FileState state)
Definition: kdevversioncontrol.h:87
KDevVCSFileInfoProvider(KDevVersionControl *parent, const char *name)
Constructor.
Definition: kdevversioncontrol.h:193
VCSFileInfo(TQString fn, TQString workRev, TQString repoRev, FileState aState)
Constructor.
Definition: kdevversioncontrol.h:68