TrackGit
|
ShowConflicts command Class. More...
#include <ShowConflicts.h>
Public Member Functions | |
ShowConflicts (BString) | |
ShowConflicts command constructor. More... | |
virtual void | Execute () |
ShowConflicts command excution. More... | |
Public Member Functions inherited from GitCommand | |
virtual TrackGitWindow * | GetWindow () |
This is used to get pointer to the window (if any). More... | |
Private Attributes | |
BString | fRepoPath |
The repo path where ShowConflicts option is selected. More... | |
ShowConflicts command Class.
Definition at line 18 of file ShowConflicts.h.
ShowConflicts::ShowConflicts | ( | BString | repoPath | ) |
ShowConflicts command constructor.
repoPath | The repository path where ShowConflicts is selected. |
Definition at line 20 of file ShowConflicts.cpp.
|
virtual |
ShowConflicts command excution.
Opens up a window showing list of files which are conflicting.
Implements GitCommand.
Definition at line 33 of file ShowConflicts.cpp.
|
private |
The repo path where ShowConflicts option is selected.
Definition at line 23 of file ShowConflicts.h.