Home
last modified time | relevance | path

Searched refs:s_selection (Results 1 – 25 of 26) sorted by relevance

12

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/search-tool/
H A Dsearch-tool.cc84 static Index<bool> s_selection; variable
145 s_selection.clear (); in search_timeout()
146 s_selection.insert (0, shown); in search_timeout()
148 s_selection[0] = true; in search_timeout()
181 s_selection.clear (); in signal_update()
208 s_selection.clear (); in search_cleanup()
225 if (! s_selection[i]) in do_add()
320 return s_selection[row]; in list_get_selected()
326 s_selection[row] = selected; in list_set_selected()
331 for (bool & s : s_selection) in list_select_all()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/
H A DAmarokCollectionViewScript.cpp45 QPointer<Selection> AmarokCollectionViewScript::s_selection; member in AmarokCollectionViewScript
81 delete s_selection.data(); in ~AmarokCollectionViewScript()
115 if( s_selection ) in createScriptedActions()
116 delete s_selection.data(); in createScriptedActions()
119 s_selection = new Selection( indices ); in createScriptedActions()
144 QQmlEngine::setObjectOwnership( s_selection.data(), QQmlEngine::CppOwnership); in selectionScriptValue()
145 return m_engine->newQObject( s_selection.data() ); in selectionScriptValue()
152 return s_selection.data(); in selection()
H A DAmarokCollectionViewScript.h119 static QPointer<Selection> s_selection; variable
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/region/
H A Dcinnamon-region-panel-xkblt.c131 GtkTreeSelection *s_selection = in xkb_layouts_enable_disable_buttons() local
135 gtk_tree_selection_count_selected_rows (s_selection); in xkb_layouts_enable_disable_buttons()
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/keyboard/
H A Dmate-keyboard-properties-xkblt.c137 GtkTreeSelection *s_selection = in xkb_layouts_enable_disable_buttons() local
141 gtk_tree_selection_count_selected_rows (s_selection); in xkb_layouts_enable_disable_buttons()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h236 int s_selection(v4l2_selection &sel) { return m_fd->s_selection(sel); } in s_selection() function
H A Dgeneral-tab.cpp1618 s_selection(sel); in cropChanged()
1635 s_selection(sel); in composeChanged()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h236 int s_selection(v4l2_selection &sel) { return m_fd->s_selection(sel); } in s_selection() function
H A Dgeneral-tab.cpp1618 s_selection(sel); in cropChanged()
1635 s_selection(sel); in composeChanged()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h236 int s_selection(v4l2_selection &sel) { return m_fd->s_selection(sel); } in s_selection() function
H A Dgeneral-tab.cpp1618 s_selection(sel); in cropChanged()
1635 s_selection(sel); in composeChanged()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.cpp410 node->s_selection(sel); in restoreStateTimings()
460 node->s_selection(sel_compose); in restoreState()
462 node->s_selection(sel_crop); in restoreState()
470 node->s_selection(sel_crop); in restoreState()
472 node->s_selection(sel_compose); in restoreState()
H A Dv4l2-test-formats.cpp870 node->s_selection(sel); in testM2MFormats()
H A Dv4l2-test-buffers.cpp533 fail_on_test(node->s_selection(sel)); in testCanSetSameTimings()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.cpp410 node->s_selection(sel); in restoreStateTimings()
460 node->s_selection(sel_compose); in restoreState()
462 node->s_selection(sel_crop); in restoreState()
470 node->s_selection(sel_crop); in restoreState()
472 node->s_selection(sel_compose); in restoreState()
H A Dv4l2-test-formats.cpp870 node->s_selection(sel); in testM2MFormats()
H A Dv4l2-test-buffers.cpp533 fail_on_test(node->s_selection(sel)); in testCanSetSameTimings()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.cpp410 node->s_selection(sel); in restoreStateTimings()
460 node->s_selection(sel_compose); in restoreState()
462 node->s_selection(sel_crop); in restoreState()
470 node->s_selection(sel_crop); in restoreState()
472 node->s_selection(sel_compose); in restoreState()
H A Dv4l2-test-formats.cpp870 node->s_selection(sel); in testM2MFormats()
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp4826 *s_selection = _s_selection.data(); in _run() local
4828 *command = *s_selection = 0; in _run()
4855 *command = *s_selection = 0; in _run()
4979 *s_selection = 0; in _run()
5001 if (pd!=s_selection) { in _run()
5018 … *s_selection = '-'; s_selection[1] = '1'; s_selection[2] = 0; command[l_command - 1] = 0; in _run()
5021 … *s_selection = '-'; s_selection[1] = '2'; s_selection[2] = 0; command[l_command - 2] = 0; in _run()
5024 … *s_selection = '-'; s_selection[1] = '3'; s_selection[2] = 0; command[l_command - 3] = 0; in _run()
5064 *s_selection = 0; in _run()
9954 uext.data(),*s_selection?s_selection:"^",filename); in _run()
[all …]
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp5248 *s_selection = _s_selection.data(); local
5298 *command = *s_selection = 0;
5449 *s_selection = 0;
5471 if (pd!=s_selection) {
5488 … *s_selection = '-'; s_selection[1] = '1'; s_selection[2] = 0; command[l_command - 1] = 0;
5491 … *s_selection = '-'; s_selection[1] = '2'; s_selection[2] = 0; command[l_command - 2] = 0;
5494 … *s_selection = '-'; s_selection[1] = '3'; s_selection[2] = 0; command[l_command - 3] = 0;
5535 s_selection = _s_selection.data();
5536 *s_selection = 0;
10277 uext.data(),*s_selection?s_selection:"^",filename,
[all …]
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp5186 *s_selection = _s_selection.data(); in _run() local
5235 *command = *s_selection = 0; in _run()
5371 *s_selection = 0; in _run()
5393 if (pd!=s_selection) { in _run()
5410 … *s_selection = '-'; s_selection[1] = '1'; s_selection[2] = 0; command[l_command - 1] = 0; in _run()
5413 … *s_selection = '-'; s_selection[1] = '2'; s_selection[2] = 0; command[l_command - 2] = 0; in _run()
5416 … *s_selection = '-'; s_selection[1] = '3'; s_selection[2] = 0; command[l_command - 3] = 0; in _run()
5457 s_selection = _s_selection.data(); in _run()
5458 *s_selection = 0; in _run()
10396 uext.data(),*s_selection?s_selection:"^",filename, in _run()
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h154 int s_selection(v4l2_selection &sel) in s_selection() function
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h154 int s_selection(v4l2_selection &sel) in s_selection() function
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h154 int s_selection(v4l2_selection &sel) in s_selection() function

12