Public Attributes | |
| bool | aboutToClose |
| QTimer * | activityTimer |
| EditorView::DisplayName | displayName |
| QString | fileName |
| bool | lock |
| QStringList | redos |
| SearchBar * | searchBar |
| QPlainTextEdit * | textEdit |
| uint | timeStamp |
| QStringList | undos |
| bool Gui::EditorViewP::aboutToClose |
Referenced by Gui::EditorView::closeEvent(), Gui::EditorView::onHasMsg(), and Gui::EditorView::onMsg().
| QTimer* Gui::EditorViewP::activityTimer |
Referenced by Gui::EditorView::open(), and Gui::EditorView::~EditorView().
| EditorView::DisplayName Gui::EditorViewP::displayName |
Referenced by Gui::EditorView::setDisplayName().
| QString Gui::EditorViewP::fileName |
Referenced by Gui::EditorView::fileName().
| bool Gui::EditorViewP::lock |
Referenced by Gui::EditorView::EditorView(), AddonManager.CommandAddonManager::on_package_updated(), Gui::EditorView::open(), Gui::EditorView::redo(), drafttaskpanels.task_scale.ScaleTaskPanel::retranslateUi(), drafttaskpanels.task_scale.ScaleTaskPanel::setValue(), addonmanager_workers.CacheMacroCode::terminate(), Gui::EditorView::undo(), and addonmanager_workers.CacheMacroCode::update_and_advance().
| QStringList Gui::EditorViewP::redos |
Referenced by Gui::EditorView::open(), Gui::EditorView::redo(), Gui::EditorView::redoActions(), and Gui::EditorView::undo().
| SearchBar* Gui::EditorViewP::searchBar |
| QPlainTextEdit* Gui::EditorViewP::textEdit |
Referenced by Gui::EditorView::canClose(), Gui::EditorView::copy(), Gui::EditorView::cut(), 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().
| uint Gui::EditorViewP::timeStamp |
Referenced by Gui::EditorView::open().
| QStringList Gui::EditorViewP::undos |
Referenced by Gui::EditorView::open(), Gui::EditorView::redo(), Gui::EditorView::undo(), and Gui::EditorView::undoActions().