![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwaylandtextinputv3_p.h>
Protected Member Functions | |
void | zwp_text_input_v3_bind_resource (Resource *resource) override |
void | zwp_text_input_v3_destroy_resource (Resource *resource) override |
void | zwp_text_input_v3_destroy (Resource *resource) override |
void | zwp_text_input_v3_enable (Resource *resource) override |
void | zwp_text_input_v3_disable (Resource *resource) override |
void | zwp_text_input_v3_set_surrounding_text (Resource *resource, const QString &text, int32_t cursor, int32_t anchor) override |
void | zwp_text_input_v3_set_text_change_cause (Resource *resource, uint32_t cause) override |
void | zwp_text_input_v3_set_content_type (Resource *resource, uint32_t hint, uint32_t purpose) override |
void | zwp_text_input_v3_set_cursor_rectangle (Resource *resource, int32_t x, int32_t y, int32_t width, int32_t height) override |
void | zwp_text_input_v3_commit (Resource *resource) override |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Static Public Member Functions inherited from QWaylandCompositorExtensionPrivate | |
static QWaylandCompositorExtensionPrivate * | get (QWaylandCompositorExtension *extension) |
Static Public Member Functions inherited from QObjectPrivate | |
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 50 of file qwaylandtextinputv3_p.h.
|
explicit |
Definition at line 80 of file qwaylandtextinputv3.cpp.
QVariant QWaylandTextInputV3Private::inputMethodQuery | ( | Qt::InputMethodQuery | property, |
QVariant | argument ) const |
Definition at line 163 of file qwaylandtextinputv3.cpp.
void QWaylandTextInputV3Private::sendInputMethodEvent | ( | QInputMethodEvent * | event | ) |
Definition at line 87 of file qwaylandtextinputv3.cpp.
Definition at line 151 of file qwaylandtextinputv3.cpp.
void QWaylandTextInputV3Private::setFocus | ( | QWaylandSurface * | surface | ) |
Definition at line 207 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 234 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 300 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 250 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 241 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 272 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 257 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 334 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 288 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 403 of file qwaylandtextinputv3.cpp.
|
overrideprotected |
Definition at line 417 of file qwaylandtextinputv3.cpp.
QWaylandCompositor* QWaylandTextInputV3Private::compositor = nullptr |
Definition at line 63 of file qwaylandtextinputv3_p.h.
QString QWaylandTextInputV3Private::currentPreeditString |
Definition at line 71 of file qwaylandtextinputv3_p.h.
QScopedPointer<QWaylandTextInputV3ClientState> QWaylandTextInputV3Private::currentState |
Definition at line 73 of file qwaylandtextinputv3_p.h.
QHash<Resource *, QWaylandSurface *> QWaylandTextInputV3Private::enabledSurfaces |
Definition at line 77 of file qwaylandtextinputv3_p.h.
QWaylandSurface* QWaylandTextInputV3Private::focus = nullptr |
Definition at line 65 of file qwaylandtextinputv3_p.h.
QWaylandDestroyListener QWaylandTextInputV3Private::focusDestroyListener |
Definition at line 67 of file qwaylandtextinputv3_p.h.
Resource* QWaylandTextInputV3Private::focusResource = nullptr |
Definition at line 66 of file qwaylandtextinputv3_p.h.
bool QWaylandTextInputV3Private::inputPanelVisible = false |
Definition at line 69 of file qwaylandtextinputv3_p.h.
QScopedPointer<QWaylandTextInputV3ClientState> QWaylandTextInputV3Private::pendingState |
Definition at line 74 of file qwaylandtextinputv3_p.h.
QHash<Resource *, uint32_t> QWaylandTextInputV3Private::serials |
Definition at line 76 of file qwaylandtextinputv3_p.h.