1 #ifndef FILEVIEWWIDGET_H
2 #define FILEVIEWWIDGET_H
10 class BasicMainWindow;
58 void setImage(
const std::string &mimetype,
const QByteArray &ba, QString
const &object_id,
const QString &path);
59 void setText(
const QList<Document::Line> *source, QString
const &object_id,
const QString &object_path);
60 void setText(
const QByteArray &ba,
const QString &object_id,
const QString &object_path);
68 void write(QKeyEvent *e);
70 void move(
int cur_row,
int cur_col,
int scr_row,
int scr_col,
bool auto_scroll);
std::shared_ptr< TextEditorEngine > TextEditorEnginePtr
Definition: AbstractCharacterBasedApplication.h:149
std::shared_ptr< TextEditorTheme > TextEditorThemePtr
Definition: TextEditorTheme.h:9
Definition: MyTextEditorWidget.h:8
Definition: TextEditorTheme.h:11
Definition: TextEditorView.h:32
Definition: TextEditorWidget.h:9
TextEditorView * view()
Definition: TextEditorWidget.h:18
Definition: TextEditorView.h:15