Home
last modified time | relevance | path

Searched refs:UNFOLD_ALL (Results 1 – 5 of 5) sorted by relevance

/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/
H A Dtexteditorconstants.h52 const char * const UNFOLD_ALL = "TextEditor.UnFoldAll"; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtexteditorconstants.h140 const char UNFOLD_ALL[] = "TextEditor.UnFoldAll"; variable
H A Dtexteditoractionhandler.cpp360 m_unfoldAllAction = registerAction(UNFOLD_ALL, in createActions()
/dports/audio/din/din-52/src/
H A Dcurve_editor.h121 UNFOLD_ALL, enumerator
H A Dcurve_editor.cc1173 next_todo = UNFOLD_ALL; in unfold_tangents_using_menu()
1463 else if (next_todo == UNFOLD_ALL) unfold_all_tangents (pik); in curve_picked()