Home
last modified time | relevance | path

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

/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A Dqtermwidget.h49 using KeyboardCursorShape = Konsole::Emulation::KeyboardCursorShape; variable
201 void setKeyboardCursorShape(KeyboardCursorShape shape);
306 …void cursorChanged(Konsole::Emulation::KeyboardCursorShape cursorShape, bool blinkingCursorEnabled…
H A DEmulation.h133 enum class KeyboardCursorShape { enum
455 void cursorChanged(KeyboardCursorShape cursorShape, bool blinkingCursorEnabled);
H A DTerminalDisplay.h247 void setKeyboardCursorShape(QTermWidget::KeyboardCursorShape shape);
251 QTermWidget::KeyboardCursorShape keyboardCursorShape() const;
870 QTermWidget::KeyboardCursorShape _cursorShape;
H A DVt102Emulation.cpp658 …case TY_CSI_PS_SP('q', 1) : emit cursorChanged(KeyboardCursorShape::BlockCursor, true ); bre… in processToken()
659 …case TY_CSI_PS_SP('q', 2) : emit cursorChanged(KeyboardCursorShape::BlockCursor, false); bre… in processToken()
660 …case TY_CSI_PS_SP('q', 3) : emit cursorChanged(KeyboardCursorShape::UnderlineCursor, true ); bre… in processToken()
661 …case TY_CSI_PS_SP('q', 4) : emit cursorChanged(KeyboardCursorShape::UnderlineCursor, false); bre… in processToken()
662 …case TY_CSI_PS_SP('q', 5) : emit cursorChanged(KeyboardCursorShape::IBeamCursor, true ); bre… in processToken()
663 …case TY_CSI_PS_SP('q', 6) : emit cursorChanged(KeyboardCursorShape::IBeamCursor, false); bre… in processToken()
H A Dqtermwidget.cpp335 setKeyboardCursorShape(Emulation::KeyboardCursorShape::BlockCursor); in init()
707 void QTermWidget::setKeyboardCursorShape(KeyboardCursorShape shape) in setKeyboardCursorShape()
761 void QTermWidget::cursorChanged(Konsole::Emulation::KeyboardCursorShape cursorShape, bool blinkingC… in cursorChanged()
H A DSession.h490 void cursorChanged(Emulation::KeyboardCursorShape cursorShape, bool blinkingCursorEnabled);
H A DEmulation.cpp75 …connect(this, &Emulation::cursorChanged, [this] (KeyboardCursorShape cursorShape, bool blinkingCur… in Emulation()
H A DTerminalDisplay.cpp348 ,_cursorShape(Emulation::KeyboardCursorShape::BlockCursor) in TerminalDisplay()
664 void TerminalDisplay::setKeyboardCursorShape(QTermWidget::KeyboardCursorShape shape) in setKeyboardCursorShape()
670 QTermWidget::KeyboardCursorShape TerminalDisplay::keyboardCursorShape() const in keyboardCursorShape()
761 if ( _cursorShape == Emulation::KeyboardCursorShape::BlockCursor ) in drawCursor()
788 else if ( _cursorShape == Emulation::KeyboardCursorShape::UnderlineCursor ) in drawCursor()
793 else if ( _cursorShape == Emulation::KeyboardCursorShape::IBeamCursor ) in drawCursor()
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A Dqtermwidget.h51 using KeyboardCursorShape = Konsole::Emulation::KeyboardCursorShape; variable
207 void setKeyboardCursorShape(KeyboardCursorShape shape);
324 …void cursorChanged(Konsole::Emulation::KeyboardCursorShape cursorShape, bool blinkingCursorEnabled…
H A DEmulation.h131 enum class KeyboardCursorShape { enum
443 void cursorChanged(KeyboardCursorShape cursorShape, bool blinkingCursorEnabled);
H A DTerminalDisplay.h221 void setKeyboardCursorShape(QTermWidget::KeyboardCursorShape shape);
225 QTermWidget::KeyboardCursorShape keyboardCursorShape() const;
832 QTermWidget::KeyboardCursorShape _cursorShape;
H A DVt102Emulation.cpp657 …case TY_CSI_PS_SP('q', 1) : emit cursorChanged(KeyboardCursorShape::BlockCursor, true ); bre… in processToken()
658 …case TY_CSI_PS_SP('q', 2) : emit cursorChanged(KeyboardCursorShape::BlockCursor, false); bre… in processToken()
659 …case TY_CSI_PS_SP('q', 3) : emit cursorChanged(KeyboardCursorShape::UnderlineCursor, true ); bre… in processToken()
660 …case TY_CSI_PS_SP('q', 4) : emit cursorChanged(KeyboardCursorShape::UnderlineCursor, false); bre… in processToken()
661 …case TY_CSI_PS_SP('q', 5) : emit cursorChanged(KeyboardCursorShape::IBeamCursor, true ); bre… in processToken()
662 …case TY_CSI_PS_SP('q', 6) : emit cursorChanged(KeyboardCursorShape::IBeamCursor, false); bre… in processToken()
H A Dqtermwidget.cpp339 setKeyboardCursorShape(Emulation::KeyboardCursorShape::BlockCursor); in init()
712 void QTermWidget::setKeyboardCursorShape(KeyboardCursorShape shape) in setKeyboardCursorShape()
758 void QTermWidget::cursorChanged(Konsole::Emulation::KeyboardCursorShape cursorShape, bool blinkingC… in cursorChanged()
H A DSession.h486 void cursorChanged(Emulation::KeyboardCursorShape cursorShape, bool blinkingCursorEnabled);
H A DEmulation.cpp75 …connect(this, &Emulation::cursorChanged, [this] (KeyboardCursorShape cursorShape, bool blinkingCur… in Emulation()
H A DTerminalDisplay.cpp366 ,_cursorShape(Emulation::KeyboardCursorShape::BlockCursor) in TerminalDisplay()
675 void TerminalDisplay::setKeyboardCursorShape(QTermWidget::KeyboardCursorShape shape) in setKeyboardCursorShape()
681 QTermWidget::KeyboardCursorShape TerminalDisplay::keyboardCursorShape() const in keyboardCursorShape()
762 if ( _cursorShape == Emulation::KeyboardCursorShape::BlockCursor ) in drawCursor()
784 else if ( _cursorShape == Emulation::KeyboardCursorShape::UnderlineCursor ) in drawCursor()
789 else if ( _cursorShape == Emulation::KeyboardCursorShape::IBeamCursor ) in drawCursor()
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DTerminalView.h170 enum KeyboardCursorShape enum
195 void setKeyboardCursorShape(KeyboardCursorShape shape);
199 KeyboardCursorShape keyboardCursorShape() const;
734 KeyboardCursorShape _cursorShape;
H A DTerminalView.cpp410 void TerminalView::setKeyboardCursorShape(KeyboardCursorShape shape) in setKeyboardCursorShape()
414 TerminalView::KeyboardCursorShape TerminalView::keyboardCursorShape() const in keyboardCursorShape()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DTerminalDisplay.h207 enum KeyboardCursorShape enum
232 void setKeyboardCursorShape(KeyboardCursorShape shape);
236 KeyboardCursorShape keyboardCursorShape() const;
817 KeyboardCursorShape _cursorShape;
H A DTerminalDisplay.cpp558 void TerminalDisplay::setKeyboardCursorShape( KeyboardCursorShape shape ) in setKeyboardCursorShape()
562 TerminalDisplay::KeyboardCursorShape TerminalDisplay::keyboardCursorShape() const in keyboardCursorShape()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DTerminalDisplay.h207 enum KeyboardCursorShape enum
232 void setKeyboardCursorShape(KeyboardCursorShape shape);
236 KeyboardCursorShape keyboardCursorShape() const;
817 KeyboardCursorShape _cursorShape;
H A DTerminalDisplay.cpp567 void TerminalDisplay::setKeyboardCursorShape( KeyboardCursorShape shape ) in setKeyboardCursorShape()
571 TerminalDisplay::KeyboardCursorShape TerminalDisplay::keyboardCursorShape() const in keyboardCursorShape()
/dports/x11/qterminal/qterminal-1.0.0/src/
H A Dtermwidget.cpp127 setKeyboardCursorShape(QTermWidget::KeyboardCursorShape::UnderlineCursor); in propertiesChanged()
130 setKeyboardCursorShape(QTermWidget::KeyboardCursorShape::IBeamCursor); in propertiesChanged()
134 setKeyboardCursorShape(QTermWidget::KeyboardCursorShape::BlockCursor); in propertiesChanged()
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/pyqt/sip/
H A Dqtermwidget.sip25 enum class KeyboardCursorShape
74 void setKeyboardCursorShape(KeyboardCursorShape shape);
/dports/x11/coreterminal/coreterminal-c61e5f8e0941dee2ab8920f2470fe93d21d717a2/
H A Dctermwidget.cpp78 …setKeyboardCursorShape( ( QTermWidget::KeyboardCursorShape )( int )smi->getValue( "CoreTerminal", … in basicInit()