Home
last modified time | relevance | path

Searched refs:ACTION_RUN_ALL_ID (Results 1 – 4 of 4) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dautotestconstants.h34 const char ACTION_RUN_ALL_ID[] = "AutoTest.RunAll"; variable
H A Dautotestplugin.cpp214 Command *command = ActionManager::registerAction(action, Constants::ACTION_RUN_ALL_ID); in initializeMenuEntries()
417 ActionManager::command(Constants::ACTION_RUN_ALL_ID)->action()->setEnabled(canRun); in updateMenuItemsEnabledState()
H A Dtestnavigationwidget.cpp177 QAction *runAll = Core::ActionManager::command(Constants::ACTION_RUN_ALL_ID)->action(); in contextMenuEvent()
H A Dtestresultspane.cpp189 ActionManager::command(Constants::ACTION_RUN_ALL_ID)->action(), in createToolButtons()