![]() |
Qt 6.x
The Qt SDK
|
#include <qwaylandqttextinputmethod_p.h>
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
![]() | |
static QWaylandCompositorExtensionPrivate * | get (QWaylandCompositorExtension *extension) |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 33 of file qwaylandqttextinputmethod_p.h.
|
explicit |
Definition at line 18 of file qwaylandqttextinputmethod.cpp.
|
overrideprivate |
Definition at line 145 of file qwaylandqttextinputmethod.cpp.
References resource, and waitingForSync.
|
overrideprivate |
Definition at line 61 of file qwaylandqttextinputmethod.cpp.
|
overrideprivate |
Definition at line 49 of file qwaylandqttextinputmethod.cpp.
References resource.
|
overrideprivate |
Definition at line 35 of file qwaylandqttextinputmethod.cpp.
References emit, enabledSurfaces, QWaylandSurface::fromResource(), Q_UNLIKELY, qCWarning, resource, and QHash< Key, T >::take().
|
overrideprivate |
Definition at line 23 of file qwaylandqttextinputmethod.cpp.
References emit, enabledSurfaces, QWaylandSurface::fromResource(), and resource.
|
overrideprivate |
Definition at line 135 of file qwaylandqttextinputmethod.cpp.
References emit, resource, and updatingQueries.
|
overrideprivate |
Definition at line 73 of file qwaylandqttextinputmethod.cpp.
|
overrideprivate |
Definition at line 79 of file qwaylandqttextinputmethod.cpp.
References cursorPosition, qApp, and resource.
|
overrideprivate |
Definition at line 55 of file qwaylandqttextinputmethod.cpp.
|
overrideprivate |
Definition at line 67 of file qwaylandqttextinputmethod.cpp.
|
overrideprivate |
Definition at line 91 of file qwaylandqttextinputmethod.cpp.
References resource, and updatingQueries.
|
overrideprivate |
Definition at line 123 of file qwaylandqttextinputmethod.cpp.
References absolutePosition, and resource.
|
overrideprivate |
Definition at line 103 of file qwaylandqttextinputmethod.cpp.
References anchorPosition, and resource.
|
overrideprivate |
Definition at line 109 of file qwaylandqttextinputmethod.cpp.
References cursorPosition, and resource.
|
overrideprivate |
Definition at line 85 of file qwaylandqttextinputmethod.cpp.
References cursorRectangle, and resource.
|
overrideprivate |
Definition at line 97 of file qwaylandqttextinputmethod.cpp.
|
overrideprivate |
Definition at line 129 of file qwaylandqttextinputmethod.cpp.
References preferredLanguage, and resource.
|
overrideprivate |
Definition at line 115 of file qwaylandqttextinputmethod.cpp.
References resource, surroundingText, and surroundingTextOffset.
int QWaylandQtTextInputMethodPrivate::absolutePosition = 0 |
Definition at line 54 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_update_absolute_position().
int QWaylandQtTextInputMethodPrivate::anchorPosition = 0 |
Definition at line 53 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_update_anchor_position().
QWaylandCompositor* QWaylandQtTextInputMethodPrivate::compositor |
Definition at line 39 of file qwaylandqttextinputmethod_p.h.
int QWaylandQtTextInputMethodPrivate::cursorPosition = 0 |
Definition at line 52 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_invoke_action(), and text_input_method_v1_update_cursor_position().
QRect QWaylandQtTextInputMethodPrivate::cursorRectangle |
Definition at line 51 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_update_cursor_rectangle().
QHash<Resource * , QWaylandSurface *> QWaylandQtTextInputMethodPrivate::enabledSurfaces |
Definition at line 42 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_disable(), and text_input_method_v1_enable().
QWaylandDestroyListener QWaylandQtTextInputMethodPrivate::focusDestroyListener |
Definition at line 43 of file qwaylandqttextinputmethod_p.h.
QWaylandSurface* QWaylandQtTextInputMethodPrivate::focusedSurface = nullptr |
Definition at line 40 of file qwaylandqttextinputmethod_p.h.
Qt::InputMethodHints QWaylandQtTextInputMethodPrivate::hints |
Definition at line 48 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_update_hints().
bool QWaylandQtTextInputMethodPrivate::inputPanelVisible = false |
Definition at line 44 of file qwaylandqttextinputmethod_p.h.
QString QWaylandQtTextInputMethodPrivate::preferredLanguage |
Definition at line 50 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_update_preferred_language().
Resource* QWaylandQtTextInputMethodPrivate::resource = nullptr |
Definition at line 41 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_acknowledge_input_method(), text_input_method_v1_commit(), text_input_method_v1_destroy(), text_input_method_v1_disable(), text_input_method_v1_enable(), text_input_method_v1_end_update(), text_input_method_v1_hide_input_panel(), text_input_method_v1_invoke_action(), text_input_method_v1_reset(), text_input_method_v1_show_input_panel(), text_input_method_v1_start_update(), text_input_method_v1_update_absolute_position(), text_input_method_v1_update_anchor_position(), text_input_method_v1_update_cursor_position(), text_input_method_v1_update_cursor_rectangle(), text_input_method_v1_update_hints(), text_input_method_v1_update_preferred_language(), and text_input_method_v1_update_surrounding_text().
QString QWaylandQtTextInputMethodPrivate::surroundingText |
Definition at line 49 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_update_surrounding_text().
int QWaylandQtTextInputMethodPrivate::surroundingTextOffset = 0 |
Definition at line 55 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_update_surrounding_text().
Qt::InputMethodQueries QWaylandQtTextInputMethodPrivate::updatingQueries |
Definition at line 47 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_end_update(), and text_input_method_v1_start_update().
bool QWaylandQtTextInputMethodPrivate::waitingForSync = false |
Definition at line 45 of file qwaylandqttextinputmethod_p.h.
Referenced by text_input_method_v1_acknowledge_input_method().