Home
last modified time | relevance | path

Searched refs:hasCtrl (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/3d/
H A Dqgscameracontroller.cpp289 bool hasCtrl = ( mouse->modifiers() & Qt::ControlModifier ); in onPositionChanged() local
294 if ( ( hasLeftButton && hasShift && !hasCtrl ) || ( hasMiddleButton && !hasShift && !hasCtrl ) ) in onPositionChanged()
305 else if ( hasLeftButton && hasCtrl && !hasShift ) in onPositionChanged()
313 else if ( hasLeftButton && !hasShift && !hasCtrl ) in onPositionChanged()
328 else if ( hasRightButton && !hasShift && !hasCtrl ) in onPositionChanged()
368 bool hasCtrl = ( event->modifiers() & Qt::ControlModifier ); in onKeyPressed() local
397 if ( !hasShift && !hasCtrl ) in onKeyPressed()
401 else if ( hasShift && !hasCtrl ) in onKeyPressed()
407 else if ( hasCtrl && !hasShift ) in onKeyPressed()
/dports/graphics/qgis/qgis-3.22.3/src/3d/
H A Dqgscameracontroller.cpp375 const bool hasCtrl = ( mouse->modifiers() & Qt::ControlModifier ); in onPositionChangedTerrainNavigation() local
380 if ( ( hasLeftButton && hasShift && !hasCtrl ) || ( hasMiddleButton && !hasShift && !hasCtrl ) ) in onPositionChangedTerrainNavigation()
391 else if ( hasLeftButton && hasCtrl && !hasShift ) in onPositionChangedTerrainNavigation()
399 else if ( hasLeftButton && !hasShift && !hasCtrl ) in onPositionChangedTerrainNavigation()
414 else if ( hasRightButton && !hasShift && !hasCtrl ) in onPositionChangedTerrainNavigation()
514 const bool hasCtrl = ( event->modifiers() & Qt::ControlModifier ); in onKeyPressedTerrainNavigation() local
543 if ( !hasShift && !hasCtrl ) in onKeyPressedTerrainNavigation()
547 else if ( hasShift && !hasCtrl ) in onKeyPressedTerrainNavigation()
553 else if ( hasCtrl && !hasShift ) in onKeyPressedTerrainNavigation()
/dports/audio/pms-devel/pms-c94e3c6/keysequence/
H A Dparser.go158 hasCtrl := modifiers&tcell.ModCtrl == tcell.ModCtrl
161 if !hasCtrl || ev.Key() != tcell.KeyRune {
/dports/audio/visp-go/visp-2585747/keysequence/
H A Dparser.go158 hasCtrl := modifiers&tcell.ModCtrl == tcell.ModCtrl
161 if !hasCtrl || ev.Key() != tcell.KeyRune {
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp547 const uint32_t values[], bool hasShift, bool hasCtrl) in cycleMenu() argument
551 if (overrideVal == 0xffffffff || hasCtrl) in cycleMenu()
553 if (hasCtrl) in cycleMenu()
577 bool hasCtrl = event->modifiers() & Qt::ControlModifier; in keyPressEvent() local
620 colorspaces, hasShift, hasCtrl); in keyPressEvent()
632 hsv_encs, hasShift, hasCtrl); in keyPressEvent()
639 fields, hasShift, hasCtrl); in keyPressEvent()
648 formats, hasShift, hasCtrl); in keyPressEvent()
659 quantizations, hasShift, hasCtrl); in keyPressEvent()
666 xfer_funcs, hasShift, hasCtrl); in keyPressEvent()
[all …]
H A Dcapture.h134 const uint32_t values[], bool hasShift, bool hasCtrl);
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp547 const uint32_t values[], bool hasShift, bool hasCtrl) in cycleMenu() argument
551 if (overrideVal == 0xffffffff || hasCtrl) in cycleMenu()
553 if (hasCtrl) in cycleMenu()
577 bool hasCtrl = event->modifiers() & Qt::ControlModifier; in keyPressEvent() local
620 colorspaces, hasShift, hasCtrl); in keyPressEvent()
632 hsv_encs, hasShift, hasCtrl); in keyPressEvent()
639 fields, hasShift, hasCtrl); in keyPressEvent()
648 formats, hasShift, hasCtrl); in keyPressEvent()
659 quantizations, hasShift, hasCtrl); in keyPressEvent()
666 xfer_funcs, hasShift, hasCtrl); in keyPressEvent()
[all …]
H A Dcapture.h134 const uint32_t values[], bool hasShift, bool hasCtrl);
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp547 const uint32_t values[], bool hasShift, bool hasCtrl) in cycleMenu() argument
551 if (overrideVal == 0xffffffff || hasCtrl) in cycleMenu()
553 if (hasCtrl) in cycleMenu()
577 bool hasCtrl = event->modifiers() & Qt::ControlModifier; in keyPressEvent() local
620 colorspaces, hasShift, hasCtrl); in keyPressEvent()
632 hsv_encs, hasShift, hasCtrl); in keyPressEvent()
639 fields, hasShift, hasCtrl); in keyPressEvent()
648 formats, hasShift, hasCtrl); in keyPressEvent()
659 quantizations, hasShift, hasCtrl); in keyPressEvent()
666 xfer_funcs, hasShift, hasCtrl); in keyPressEvent()
[all …]
H A Dcapture.h134 const uint32_t values[], bool hasShift, bool hasCtrl);
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFGCocoaMenuBar.mm131 bool hasCtrl = strutils::starts_with(s, "Ctrl-");
137 if (hasCtrl) offset += 5;
152 if (hasCtrl) modifiers |= NSControlKeyMask;