#include <textinput_v3_p.h>
|
| 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_content_type (Resource *resource, uint32_t hint, uint32_t purpose) override |
| |
| void | zwp_text_input_v3_set_text_change_cause (Resource *resource, uint32_t cause) 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 |
| |
Definition at line 32 of file textinput_v3_p.h.
◆ TextInputV3InterfacePrivate()
◆ commitString()
| void KWin::TextInputV3InterfacePrivate::commitString |
( |
const QString & | text | ) |
|
◆ defaultPending()
| void KWin::TextInputV3InterfacePrivate::defaultPending |
( |
| ) |
|
◆ defaultPendingPreedit()
| void KWin::TextInputV3InterfacePrivate::defaultPendingPreedit |
( |
| ) |
|
◆ deleteSurroundingText()
| void KWin::TextInputV3InterfacePrivate::deleteSurroundingText |
( |
quint32 | beforeLength, |
|
|
quint32 | afterLength ) |
◆ done()
| void KWin::TextInputV3InterfacePrivate::done |
( |
| ) |
|
◆ enabledTextInputsForClient()
| QList< TextInputV3InterfacePrivate::Resource * > KWin::TextInputV3InterfacePrivate::enabledTextInputsForClient |
( |
ClientConnection * | client | ) |
const |
◆ get()
◆ sendEnter()
◆ sendLeave()
◆ sendPreEdit()
| void KWin::TextInputV3InterfacePrivate::sendPreEdit |
( |
const QString & | text, |
|
|
const quint32 | cursorBegin, |
|
|
const quint32 | cursorEnd ) |
◆ textInputsForClient()
| QList< TextInputV3InterfacePrivate::Resource * > KWin::TextInputV3InterfacePrivate::textInputsForClient |
( |
ClientConnection * | client | ) |
const |
◆ updateEnabled()
| void KWin::TextInputV3InterfacePrivate::updateEnabled |
( |
| ) |
|
◆ zwp_text_input_v3_bind_resource()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_bind_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ zwp_text_input_v3_commit()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_commit |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ zwp_text_input_v3_destroy()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_destroy |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ zwp_text_input_v3_destroy_resource()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_destroy_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ zwp_text_input_v3_disable()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_disable |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ zwp_text_input_v3_enable()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_enable |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ zwp_text_input_v3_set_content_type()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_set_content_type |
( |
Resource * | resource, |
|
|
uint32_t | hint, |
|
|
uint32_t | purpose ) |
|
overrideprotected |
◆ zwp_text_input_v3_set_cursor_rectangle()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_set_cursor_rectangle |
( |
Resource * | resource, |
|
|
int32_t | x, |
|
|
int32_t | y, |
|
|
int32_t | width, |
|
|
int32_t | height ) |
|
overrideprotected |
◆ zwp_text_input_v3_set_surrounding_text()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_set_surrounding_text |
( |
Resource * | resource, |
|
|
const QString & | text, |
|
|
int32_t | cursor, |
|
|
int32_t | anchor ) |
|
overrideprotected |
◆ zwp_text_input_v3_set_text_change_cause()
| void KWin::TextInputV3InterfacePrivate::zwp_text_input_v3_set_text_change_cause |
( |
Resource * | resource, |
|
|
uint32_t | cause ) |
|
overrideprotected |
◆ contentHints
◆ contentPurpose
◆ cursorRectangle
| QRect KWin::TextInputV3InterfacePrivate::cursorRectangle |
◆ enabled
| bool KWin::TextInputV3InterfacePrivate::enabled = false |
◆ enabledHash
| QHash<Resource *, bool> KWin::TextInputV3InterfacePrivate::enabledHash |
◆ isEnabled
| bool KWin::TextInputV3InterfacePrivate::isEnabled = false |
◆ [struct]
| struct { ... } KWin::TextInputV3InterfacePrivate::pending |
◆ preeditCursorBegin
| quint32 KWin::TextInputV3InterfacePrivate::preeditCursorBegin = 0 |
◆ preeditCursorEnd
| quint32 KWin::TextInputV3InterfacePrivate::preeditCursorEnd = 0 |
◆ preeditText
| QString KWin::TextInputV3InterfacePrivate::preeditText |
◆ seat
◆ serialHash
| QHash<Resource *, quint32> KWin::TextInputV3InterfacePrivate::serialHash |
◆ surface
◆ surroundingText
| QString KWin::TextInputV3InterfacePrivate::surroundingText |
◆ surroundingTextChangeCause
◆ surroundingTextCursorPosition
| qint32 KWin::TextInputV3InterfacePrivate::surroundingTextCursorPosition = 0 |
◆ surroundingTextSelectionAnchor
| qint32 KWin::TextInputV3InterfacePrivate::surroundingTextSelectionAnchor = 0 |
The documentation for this class was generated from the following files: