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