Home
last modified time | relevance | path

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

12

/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Private/
H A DTextInputWithHandles.qml49 property alias selectionHandle: selectionHandle.delegate
71 if (!blockRecursion && selectionHandle.delegate) {
75selectionHandle.position = (selectionStart !== cursorPosition) ? selectionStart : selectionEnd
87 selectionHandle.activate()
97 selectionHandle.position = selection
130 selectionHandle: selectionHandle
141 id: selectionHandle
163 input.select(selectionHandle.position, cursorHandle.position)
179 minimum: input.hasSelection ? selectionHandle.position + 1 : -1
195 selectionHandle.position = cursorHandle.position
[all …]
H A DEditMenu.qml48 property Item selectionHandle
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtimestretchpopup.cpp249 TSelectionHandle *selectionHandle = TApp::instance()->getCurrentSelection(); in showEvent() local
250 bool ret = connect(selectionHandle, SIGNAL(selectionChanged(TSelection *)), in showEvent()
252 ret = ret && connect(selectionHandle, in showEvent()
259 updateValues(selectionHandle->getSelection()); in showEvent()
265 TSelectionHandle *selectionHandle = TApp::instance()->getCurrentSelection(); in hideEvent() local
266 bool ret = disconnect(selectionHandle, SIGNAL(selectionChanged(TSelection *)), in hideEvent()
268 ret = ret && connect(selectionHandle, in hideEvent()
H A Dadjustlevelspopup.cpp344 TSelectionHandle *selectionHandle = TApp::instance()->getCurrentSelection(); in showEvent() local
345 connect(selectionHandle, SIGNAL(selectionChanged(TSelection *)), this, in showEvent()
356 TSelectionHandle *selectionHandle = TApp::instance()->getCurrentSelection(); in hideEvent() local
357 disconnect(selectionHandle, SIGNAL(selectionChanged(TSelection *)), this, in hideEvent()
H A Dexportlevelpopup.cpp394 TSelectionHandle *selectionHandle = TApp::instance()->getCurrentSelection(); in showEvent() local
395 TSelection *selection = selectionHandle->getSelection(); in showEvent()
409 selectionHandle->pushSelection(); in showEvent()
410 selectionHandle->setSelection(selection); in showEvent()
H A Dadjustthicknesspopup.cpp782 TSelectionHandle *selectionHandle = app->getCurrentSelection(); in showEvent() local
788 ret = connect(selectionHandle, SIGNAL(selectionChanged(TSelection *)), this, in showEvent()
791 ret = connect(selectionHandle, in showEvent()
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/
H A DTextArea.qml783 …platform.os != "ios" && (!Settings.isMobile || !cursorHandle.delegate || !selectionHandle.delegate)
805 if (!blockRecursion && selectionHandle.delegate) {
809selectionHandle.position = (selectionStart !== cursorPosition) ? selectionStart : selectionEnd
844 selectionHandle.activate()
854 selectionHandle.position = selection
886 selectionHandle: selectionHandle
898 id: selectionHandle
925 edit.select(selectionHandle.position, cursorHandle.position)
942 minimum: edit.hasSelection ? selectionHandle.position + 1 : -1
962 selectionHandle.position = cursorHandle.position
[all …]
H A DSpinBox.qml302 selectionHandle: __style ? __style.__selectionHandle : undefined
H A DComboBox.qml452 selectionHandle: __style ? __style.__selectionHandle : undefined
H A DTextField.qml648 selectionHandle: __style ? __style.__selectionHandle : undefined
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/components/
H A DSelectionControl.qml41 sourceComponent: keyboard.style.selectionHandle
73 sourceComponent: keyboard.style.selectionHandle
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A Dsm40 selection handle selectionHandle handleSelection
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/styles/
H A Dplugins.qmltypes107 Property { name: "selectionHandle"; type: "QQmlComponent"; isPointer: true }
175 Property { name: "selectionHandle"; type: "QQmlComponent"; isPointer: true }
243 Property { name: "selectionHandle"; type: "QQmlComponent"; isPointer: true }
311 Property { name: "selectionHandle"; type: "QQmlComponent"; isPointer: true }
379 Property { name: "selectionHandle"; type: "QQmlComponent"; isPointer: true }
447 Property { name: "selectionHandle"; type: "QQmlComponent"; isPointer: true }
515 Property { name: "selectionHandle"; type: "QQmlComponent"; isPointer: true }
H A DKeyboardStyle.qml431 property Component selectionHandle: null
/dports/misc/openvdb/openvdb-9.0.0/openvdb_maya/openvdb_maya/
H A DOpenVDBToPolygonsNode.cc336 MDataHandle selectionHandle = data.inputValue(aVdbSelectedGridNames, &status); in compute() local
339 std::string names = selectionHandle.asString().asChar(); in compute()
H A DOpenVDBVisualizeNode.cc392 MDataHandle selectionHandle = data.inputValue(aVdbSelectedGridNames, &status); in compute() local
395 std::string names = selectionHandle.asString().asChar(); in compute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DList.java229 long selectionHandle = GTK.gtk_tree_view_get_selection (handle); in createHandle() local
230 GTK.gtk_tree_selection_set_mode (selectionHandle, mode); in createHandle()
H A DTable.java656 long selectionHandle = GTK.gtk_tree_view_get_selection (handle); in createHandle() local
657 GTK.gtk_tree_selection_set_mode (selectionHandle, mode); in createHandle()
2814 long selectionHandle = GTK.gtk_tree_view_get_selection(handle); in removeAll() local
2816 if (changeMode) GTK.gtk_tree_selection_set_mode(selectionHandle, GTK.GTK_SELECTION_BROWSE); in removeAll()
2818 if (changeMode) GTK.gtk_tree_selection_set_mode(selectionHandle, GTK.GTK_SELECTION_MULTIPLE); in removeAll()
H A DTree.java813 long selectionHandle = GTK.gtk_tree_view_get_selection (handle); in createHandle() local
814 GTK.gtk_tree_selection_set_mode (selectionHandle, mode); in createHandle()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DList.java242 long selectionHandle = GTK.gtk_tree_view_get_selection (handle); in createHandle() local
243 GTK.gtk_tree_selection_set_mode (selectionHandle, mode); in createHandle()
H A DTable.java675 long selectionHandle = GTK.gtk_tree_view_get_selection (handle); in createHandle() local
676 GTK.gtk_tree_selection_set_mode (selectionHandle, mode); in createHandle()
2896 long selectionHandle = GTK.gtk_tree_view_get_selection(handle); in removeAll() local
2898 if (changeMode) GTK.gtk_tree_selection_set_mode(selectionHandle, GTK.GTK_SELECTION_BROWSE); in removeAll()
2900 if (changeMode) GTK.gtk_tree_selection_set_mode(selectionHandle, GTK.GTK_SELECTION_MULTIPLE); in removeAll()
H A DTree.java837 long selectionHandle = GTK.gtk_tree_view_get_selection (handle); in createHandle() local
838 GTK.gtk_tree_selection_set_mode (selectionHandle, mode); in createHandle()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/styles/default/
H A Dstyle.qml1012 selectionHandle: Image {
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/styles/retro/
H A Dstyle.qml1051 selectionHandle: Image {
/dports/www/py-django-ckeditor-5/django-ckeditor-5-0.0.13/django_ckeditor_5/static/django_ckeditor_5/dist/
H A Dbundle.js.map1selectionHandle","addSelectionHandle","setHighlightHandling","addHighlight","getLabel","labelCreat…

12