TrackGit
GitCommand
GitCommand.h
Go to the documentation of this file.
1
8
#ifndef _GIT_COMMAND_H_
9
#define _GIT_COMMAND_H_
10
11
#include <stddef.h>
12
13
class
TrackGitWindow
;
14
20
class
GitCommand
{
21
public
:
25
virtual
void
Execute
() = 0;
30
virtual
TrackGitWindow
*
GetWindow
()
31
{
32
return
NULL;
33
}
34
};
35
36
#endif
GitCommand::GetWindow
virtual TrackGitWindow * GetWindow()
This is used to get pointer to the window (if any).
Definition:
GitCommand.h:30
GitCommand
GitCommand Class.
Definition:
GitCommand.h:20
TrackGitWindow
The TrackGit Window class.
Definition:
TrackGitWindow.h:22
GitCommand::Execute
virtual void Execute()=0
This is where actual calls to libgit2 will go.
Generated by
1.8.14