Log command Class.
More...
#include <Log.h>
Log command Class.
Definition at line 50 of file Log.h.
◆ Log()
Log class Constructor.
- Parameters
-
repo | The repo where the command is called. |
dirPath | The current directory where Log is selected. |
Definition at line 22 of file Log.cpp.
◆ Execute()
Log command execution.
Opens an alert with log text.
Implements GitCommand.
Definition at line 49 of file Log.cpp.
◆ GetLogText()
BString Log::GetLogText |
( |
| ) |
|
Constructs the entire Log Text for given repo.
- Returns
- The entire log text to display.
Use the revwalker to traverse the history.
Definition at line 243 of file Log.cpp.
◆ GetWindow()
This returns pointer to the log window.
- Returns
- The pointer to the Log Window.
Reimplemented from GitCommand.
Definition at line 36 of file Log.cpp.
◆ fLogWindow
The Log Window.
Definition at line 58 of file Log.h.
◆ fRepo
The repo/directory where command is called.
Definition at line 54 of file Log.h.
The documentation for this class was generated from the following files: