|
Guitar
|
#include "AbstractCharacterBasedApplication.h"#include "MainWindow.h"#include "Theme.h"#include <QPixmap>#include <QWidget>#include <functional>

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 class | DiffPane { Left , Right } |
| using fn_pixmap_maker_t = std::function<QPixmap (DiffPane, int, int)> |
| using TextDiffLine = Document::Line |
| using TextDiffLineList = QList<Document::Line> |
|
strong |