Guitar
Classes | Typedefs | Enumerations
FileDiffSliderWidget.h File Reference
#include "AbstractCharacterBasedApplication.h"
#include "MainWindow.h"
#include "Theme.h"
#include <QPixmap>
#include <QWidget>
#include <functional>
Include dependency graph for FileDiffSliderWidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FileDiffSliderWidget
 

Typedefs

using TextDiffLine = Document::Line
 
using TextDiffLineList = QList< Document::Line >
 
using fn_pixmap_maker_t = std::function< QPixmap(DiffPane, int, int)>
 

Enumerations

enum  DiffPane { DiffPane::Left, DiffPane::Right }
 

Typedef Documentation

◆ fn_pixmap_maker_t

using fn_pixmap_maker_t = std::function<QPixmap (DiffPane, int, int)>

◆ TextDiffLine

◆ TextDiffLineList

Enumeration Type Documentation

◆ DiffPane

enum DiffPane
strong
Enumerator
Left 
Right