Guitar
Classes | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
FileHistoryWindow Class Reference

#include <FileHistoryWindow.h>

Inheritance diagram for FileHistoryWindow:
Inheritance graph
[legend]
Collaboration diagram for FileHistoryWindow:
Collaboration graph
[legend]

Classes

struct  Private
 

Public Member Functions

 FileHistoryWindow (MainWindow *parent)
 
 ~FileHistoryWindow () override
 
void prepare (GitPtr g, QString const &path)
 

Private Slots

void on_tableWidget_log_currentItemChanged (QTableWidgetItem *current, QTableWidgetItem *previous)
 
void on_tableWidget_log_customContextMenuRequested (const QPoint &pos)
 

Private Member Functions

FileDiffWidget::DiffDatadiffdata ()
 
const FileDiffWidget::DiffDatadiffdata () const
 
int totalTextLines () const
 
void collectFileHistory ()
 
void updateDiffView ()
 
MainWindowmainwindow ()
 

Private Attributes

Privatem
 
Ui::FileHistoryWindow * ui
 

Constructor & Destructor Documentation

◆ FileHistoryWindow()

FileHistoryWindow::FileHistoryWindow ( MainWindow parent)
explicit
Here is the call graph for this function:

◆ ~FileHistoryWindow()

FileHistoryWindow::~FileHistoryWindow ( )
override

Member Function Documentation

◆ collectFileHistory()

void FileHistoryWindow::collectFileHistory ( )
private
Here is the call graph for this function:

◆ diffdata() [1/2]

const FileDiffWidget::DiffData * FileHistoryWindow::diffdata ( )
private

◆ diffdata() [2/2]

const FileDiffWidget::DiffData* FileHistoryWindow::diffdata ( ) const
private

◆ mainwindow()

MainWindow * FileHistoryWindow::mainwindow ( )
private

◆ on_tableWidget_log_currentItemChanged

void FileHistoryWindow::on_tableWidget_log_currentItemChanged ( QTableWidgetItem *  current,
QTableWidgetItem *  previous 
)
privateslot
Here is the call graph for this function:

◆ on_tableWidget_log_customContextMenuRequested

void FileHistoryWindow::on_tableWidget_log_customContextMenuRequested ( const QPoint &  pos)
privateslot
Here is the call graph for this function:

◆ prepare()

void FileHistoryWindow::prepare ( GitPtr  g,
QString const &  path 
)
Here is the call graph for this function:

◆ totalTextLines()

int FileHistoryWindow::totalTextLines ( ) const
private
Here is the call graph for this function:

◆ updateDiffView()

void FileHistoryWindow::updateDiffView ( )
private
Here is the call graph for this function:

Member Data Documentation

◆ m

Private* FileHistoryWindow::m
private

◆ ui

Ui::FileHistoryWindow* FileHistoryWindow::ui
private

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