|
Guitar
|
#include "FileDiffSliderWidget.h"#include "FileViewWidget.h"#include "Git.h"#include "texteditor/AbstractCharacterBasedApplication.h"#include <QDialog>#include <memory>

Go to the source code of this file.
Classes | |
| struct | ObjectContent |
| class | FileDiffWidget |
| The FileDiffWidget class サイドバイサイドで2つのファイルのdiffを表示するウィジェット More... | |
| struct | FileDiffWidget::DiffData |
| struct | FileDiffWidget::LineFragment |
| struct | FileDiffWidget::InitParam_ |
Namespaces | |
| Ui | |
Typedefs | |
| using | TextDiffLine = Document::Line |
| using | TextDiffLineList = QList< Document::Line > |
| using | ObjectContentPtr = std::shared_ptr< ObjectContent > |
Enumerations | |
| enum class | ViewType { None , Left , Right } |
| using ObjectContentPtr = std::shared_ptr<ObjectContent> |
| using TextDiffLine = Document::Line |
| using TextDiffLineList = QList<Document::Line> |
|
strong |