Home
last modified time | relevance | path

Searched refs:controlPressed (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/okteta/okteta-0.26.6/gui/controller/
H A Dkeynavigator.cpp47 const bool controlPressed = keyEvent->modifiers() & Qt::CTRL; in handleKeyPress() local
56 moveCursor(controlPressed ? MoveWordBackward : MoveBackward, shiftPressed); in handleKeyPress()
59 moveCursor(controlPressed ? MoveWordForward : MoveForward, shiftPressed); in handleKeyPress()
62 moveCursor(controlPressed ? MovePgUp : MoveUp, shiftPressed); in handleKeyPress()
65 moveCursor(controlPressed ? MovePgDown : MoveDown, shiftPressed); in handleKeyPress()
68 moveCursor(controlPressed ? MoveHome : MoveLineStart, shiftPressed); in handleKeyPress()
71 moveCursor(controlPressed ? MoveEnd : MoveLineEnd, shiftPressed); in handleKeyPress()
H A Dabstracteditor.cpp35 const bool controlPressed = keyEvent->modifiers() & Qt::CTRL; in handleKeyPress() local
51 doEditAction(controlPressed ? WordDelete : CharDelete); in handleKeyPress()
57 } else if (controlPressed) { in handleKeyPress()
71 doEditAction(controlPressed ? WordBackspace : CharBackspace); in handleKeyPress()
/dports/games/fbg2/fbg2-0.4/Data/Fbg2/
H A DBoard.lua113 board.controlPressed = {
465 self.controlPressed.down = false
466 self.controlPressed.left = false
467 self.controlPressed.right = false
585 if self.controlPressed.left then
596 if self.controlPressed.right then
749 if self.controlPressed.left or self.controlPressed.right then
756 if self.controlPressed.left then
811 self.controlPressed.left = pressed
824 self.controlPressed.right = pressed
[all …]
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/Styles/Flat/
H A DCheckBoxDrawer.qml52 property bool controlPressed: false
67 …color: controlEnabled ? (controlPressed ? FlatStyle.lightFrameColor : FlatStyle.backgroundColor) :…
69 (controlPressed ? FlatStyle.darkFrameColor :
73 !controlPressed ? FlatStyle.twoPixels : FlatStyle.onePixel
97 (controlPressed ? FlatStyle.checkedAndPressedColor :
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/
H A DkpTool_Drawing.cpp69 bool kpTool::controlPressed () const in controlPressed() function in kpTool
71 return d->controlPressed; in controlPressed()
173 d->controlPressed = (keyState & Qt::ControlModifier); in beginInternal()
H A DkpToolPrivate.h59 bool shiftPressed, controlPressed, altPressed; // m_altPressed is unreliable member
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/polygonal/
H A DkpToolPolygonalBase.cpp204 << " ctrl=" << controlPressed (); in applyModifiers()
208 if (shiftPressed () || controlPressed ()) in applyModifiers()
231 if (controlPressed ()) { in applyModifiers()
237 if (controlPressed ()) { in applyModifiers()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/rectangular/
H A DkpToolRectangularBase.cpp188 << " ctrl=" << controlPressed () in applyModifiers()
193 if (controlPressed ()) in applyModifiers()
207 if (!controlPressed ()) in applyModifiers()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/
H A Dkitemlistcontroller.cpp240 const bool controlPressed = event->modifiers() & Qt::ControlModifier; in keyPressEvent() local
241 const bool shiftOrControlPressed = shiftPressed || controlPressed; in keyPressEvent()
418 if (controlPressed) { in keyPressEvent()
454 if (controlPressed) { in keyPressEvent()
1449 const bool controlPressed = modifiers & Qt::ControlModifier; in onPress() local
1458 const bool shiftOrControlPressed = shiftPressed || controlPressed; in onPress()
1504 if (controlPressed && !shiftPressed) { in onPress()
1553 const bool controlPressed = modifiers & Qt::ControlModifier; in onRelease() local
1555 controlPressed; in onRelease()
1591 if (controlPressed && m_selectionBehavior == SingleSelection) { in onRelease()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/tools/assistant/
H A Dsearchwidget.cpp161 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
162 if((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/assistant/assistant/
H A Dsearchwidget.cpp151 bool controlPressed = me->modifiers() & Qt::ControlModifier; in eventFilter() local
152 if ((me->button() == Qt::LeftButton && controlPressed) in eventFilter()

123