kdevplatform/vcs
vcsjob.h
Go to the documentation of this file.
57 Unknown = -1 ,
58 Add = 0 ,
59 Remove = 1 ,
60 Copy = 2 ,
61 Move = 3 ,
62 Diff = 4 ,
63 Commit = 5 ,
64 Update = 6 ,
65 Merge = 7 ,
66 Resolve = 8 ,
67 Import = 9 ,
68 Checkout = 10 ,
69 Log = 11 ,
70 Push = 12 ,
71 Pull = 13 ,
72 Annotate = 14 ,
73 Clone = 15 ,
74 Status = 16 ,
75 Revert = 17 ,
76 Cat = 18 ,
77 Reset = 19 ,
78 Apply = 20 ,
79 UserType = 1000
87 JobRunning = 0 ,
88 JobSucceeded = 1 ,
89 JobCanceled = 2 ,
90 JobFailed = 3 ,
91 JobNotStarted = 4
This class provides an extension of KJob to get various VCS-specific information about the job.
Definition: vcsjob.h:43
Definition: dvcsevent.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 16 2021 23:31:09 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 16 2021 23:31:09 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.