Home
last modified time | relevance | path

Searched refs:m_closeAllEditorsContextAction (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/editormanager/
H A Deditormanager_p.h254 QAction *m_closeAllEditorsContextAction; variable
H A Deditormanager.cpp418 m_closeAllEditorsContextAction(new QAction(EditorManager::tr("Close All"), this)), in EditorManagerPrivate()
555 connect(m_closeAllEditorsContextAction, &QAction::triggered, in init()
2836 d->m_closeAllEditorsContextAction->setEnabled(!DocumentModel::entries().isEmpty()); in addSaveAndCloseEditorActions()
2840 contextMenu->addAction(d->m_closeAllEditorsContextAction); in addSaveAndCloseEditorActions()