libkonq
kversioncontrolplugin2.h
Go to the documentation of this file.
141 MissingVersion
The file is under version control but has been marked for getting removed with the next commit...
Definition: kversioncontrolplugin2.h:115
The file is under version control and represents the latest version.
Definition: kversioncontrolplugin2.h:94
The file is not under version control and is listed in the ignore list of the version control system...
Definition: kversioncontrolplugin2.h:134
The file is not under version control.
Definition: kversioncontrolplugin2.h:89
virtual void endRetrieval()=0
Is invoked after the version control information has been received.
virtual bool beginRetrieval(const QString &directory)=0
Is invoked whenever the version control information will get retrieved for the directory directory...
void errorMessage(const QString &msg)
Is emitted if an error message with the content msg should be shown.
The file is under version control and has been locally modified.
Definition: kversioncontrolplugin2.h:121
The file is under version control and has local modifications, which will not be part of the next com...
Definition: kversioncontrolplugin2.h:128
Base class for version control plugins.
Definition: kversioncontrolplugin2.h:81
The file has not been under version control but has been marked to get added with the next commit...
Definition: kversioncontrolplugin2.h:110
virtual QString fileName() const =0
Returns the name of the file which stores the version controls information.
void infoMessage(const QString &msg)
Is emitted if an information message with the content msg should be shown.
void operationCompletedMessage(const QString &msg)
Is emitted if an "operation completed" message with the content msg should be shown.
virtual VersionState versionState(const KFileItem &item)=0
Returns the version state for the file item.
The file is under version control and a newer version exists on the main branch.
Definition: kversioncontrolplugin2.h:99
The file is under version control and has been modified locally.
Definition: kversioncontrolplugin2.h:105
virtual QList< QAction * > contextMenuActions(const KFileItemList &items)=0
Returns the list of actions that should be shown in the context menu for the files items...
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.