Home
last modified time | relevance | path

Searched refs:InputSelectionHandle (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/
H A Dinputselectionhandle.cpp38 InputSelectionHandle::InputSelectionHandle(DesktopInputSelectionControl *control, QWindow *eventWin… in InputSelectionHandle() function in QtVirtualKeyboard::InputSelectionHandle
53 void InputSelectionHandle::applyImage(const QSize &windowSize) in applyImage()
59 void InputSelectionHandle::paintEvent(QPaintEvent *pe) in paintEvent()
71 bool InputSelectionHandle::event(QEvent *e) in event()
H A Ddesktopinputselectioncontrol_p.h56 class InputSelectionHandle; variable
86 QSharedPointer<InputSelectionHandle> m_anchorSelectionHandle;
87 QSharedPointer<InputSelectionHandle> m_cursorSelectionHandle;
H A Dinputselectionhandle_p.h55 class QVIRTUALKEYBOARD_EXPORT InputSelectionHandle : public QRasterWindow
60 InputSelectionHandle(DesktopInputSelectionControl *control, QWindow *eventWindow);
H A Ddesktopinputselectioncontrol.cpp181 m_anchorSelectionHandle = QSharedPointer<InputSelectionHandle>::create(this, focusWindow); in createHandles()
182 m_cursorSelectionHandle = QSharedPointer<InputSelectionHandle>::create(this, focusWindow); in createHandles()