Public Attributes | |
QTimer * | activityTimer |
QString | fileName |
bool | lock |
QStringList | redos |
QPlainTextEdit * | textEdit |
uint | timeStamp |
QStringList | undos |
Definition at line 56 of file EditorView.cpp.
QTimer* Gui::EditorViewP::activityTimer |
Definition at line 60 of file EditorView.cpp.
Referenced by Gui::EditorView::EditorView(), Gui::EditorView::open(), and Gui::EditorView::~EditorView().
QString Gui::EditorViewP::fileName |
Definition at line 59 of file EditorView.cpp.
Referenced by Gui::EditorView::fileName().
Definition at line 62 of file EditorView.cpp.
Referenced by Gui::EditorView::EditorView(), Gui::EditorView::open(), Gui::EditorView::redo(), and Gui::EditorView::undo().
QStringList Gui::EditorViewP::redos |
Definition at line 64 of file EditorView.cpp.
Referenced by Gui::EditorView::open(), Gui::EditorView::redo(), Gui::EditorView::redoActions(), and Gui::EditorView::undo().
QPlainTextEdit* Gui::EditorViewP::textEdit |
Definition at line 58 of file EditorView.cpp.
Referenced by Gui::EditorView::canClose(), Gui::EditorView::copy(), Gui::EditorView::cut(), Gui::EditorView::EditorView(), Gui::EditorView::focusInEvent(), Gui::EditorView::getEditor(), Gui::EditorView::onHasMsg(), Gui::EditorView::open(), Gui::EditorView::paste(), Gui::EditorView::print(), Gui::EditorView::printPdf(), Gui::EditorView::redo(), and Gui::EditorView::undo().
Definition at line 61 of file EditorView.cpp.
Referenced by Gui::EditorView::open().
QStringList Gui::EditorViewP::undos |
Definition at line 63 of file EditorView.cpp.
Referenced by Gui::EditorView::open(), Gui::EditorView::redo(), Gui::EditorView::undo(), and Gui::EditorView::undoActions().