Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerinternalconstants.h65 const char PRESET_PERSPECTIVE_ID[] = "Debugger.Perspective.Preset"; variable
H A Denginemanager.cpp330 perspective = Perspective::findPerspective(Debugger::Constants::PRESET_PERSPECTIVE_ID); in activateEngineByIndex()
432 shouldBeActive = current->id() == Debugger::Constants::PRESET_PERSPECTIVE_ID; in updatePerspectives()
H A Ddebuggerplugin.cpp705 Perspective m_perspective{Constants::PRESET_PERSPECTIVE_ID, tr("Debugger")};
H A Ddebuggerengine.cpp571 Debugger::Constants::PRESET_PERSPECTIVE_ID, in setupViews()