TrackGit
Public Member Functions | Private Attributes | List of all members
ShowConflicts Class Reference

ShowConflicts command Class. More...

#include <ShowConflicts.h>

Inheritance diagram for ShowConflicts:
GitCommand

Public Member Functions

 ShowConflicts (BString)
 ShowConflicts command constructor. More...
 
virtual void Execute ()
 ShowConflicts command excution. More...
 
- Public Member Functions inherited from GitCommand
virtual TrackGitWindowGetWindow ()
 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...
 

Detailed Description

ShowConflicts command Class.

Definition at line 18 of file ShowConflicts.h.

Constructor & Destructor Documentation

◆ ShowConflicts()

ShowConflicts::ShowConflicts ( BString  repoPath)

ShowConflicts command constructor.

Parameters
repoPathThe repository path where ShowConflicts is selected.

Definition at line 20 of file ShowConflicts.cpp.

Member Function Documentation

◆ Execute()

void ShowConflicts::Execute ( )
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.

Member Data Documentation

◆ fRepoPath

BString ShowConflicts::fRepoPath
private

The repo path where ShowConflicts option is selected.

Definition at line 23 of file ShowConflicts.h.


The documentation for this class was generated from the following files: