.TH "wayland::server::zwp_text_input_v1_t" 3 "Wed May 3 2023" "Version 1.0.0" "Wayland++" \" -*- nroff -*- .ad l .nh .SH NAME wayland::server::zwp_text_input_v1_t \- text input .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits wayland::server::resource_t\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "std::function< void(\fBseat_t\fP, \fBsurface_t\fP)> & \fBon_activate\fP ()" .br .RI "request activation " .ti -1c .RI "std::function< void(\fBseat_t\fP)> & \fBon_deactivate\fP ()" .br .RI "request deactivation " .ti -1c .RI "std::function< void()> & \fBon_show_input_panel\fP ()" .br .RI "show input panels " .ti -1c .RI "std::function< void()> & \fBon_hide_input_panel\fP ()" .br .RI "hide input panels " .ti -1c .RI "std::function< void()> & \fBon_reset\fP ()" .br .RI "reset " .ti -1c .RI "std::function< void(std::string, uint32_t, uint32_t)> & \fBon_set_surrounding_text\fP ()" .br .RI "sets the surrounding text " .ti -1c .RI "std::function< void(\fBzwp_text_input_v1_content_hint\fP, zwp_text_input_v1_content_purpose)> & \fBon_set_content_type\fP ()" .br .RI "set content purpose and hint " .ti -1c .RI "std::function< void(int32_t, int32_t, int32_t, int32_t)> & \fBon_set_cursor_rectangle\fP ()" .br .ti -1c .RI "std::function< void(std::string)> & \fBon_set_preferred_language\fP ()" .br .RI "sets preferred language " .ti -1c .RI "std::function< void(uint32_t)> & \fBon_commit_state\fP ()" .br .ti -1c .RI "std::function< void(uint32_t, uint32_t)> & \fBon_invoke_action\fP ()" .br .ti -1c .RI "void \fBenter\fP (\fBsurface_t\fP const &surface, bool post=true)" .br .RI "enter event " .ti -1c .RI "void \fBleave\fP (bool post=true)" .br .RI "leave event " .ti -1c .RI "void \fBmodifiers_map\fP (array_t const &map, bool post=true)" .br .RI "modifiers map " .ti -1c .RI "void \fBinput_panel_state\fP (uint32_t state, bool post=true)" .br .RI "state of the input panel " .ti -1c .RI "void \fBpreedit_string\fP (uint32_t serial, std::string const &text, std::string const &commit, bool post=true)" .br .RI "pre-edit " .ti -1c .RI "void \fBpreedit_styling\fP (uint32_t index, uint32_t length, zwp_text_input_v1_preedit_style const &style, bool post=true)" .br .RI "pre-edit styling " .ti -1c .RI "void \fBpreedit_cursor\fP (int32_t index, bool post=true)" .br .RI "pre-edit cursor " .ti -1c .RI "void \fBcommit_string\fP (uint32_t serial, std::string const &text, bool post=true)" .br .RI "commit " .ti -1c .RI "void \fBcursor_position\fP (int32_t index, int32_t anchor, bool post=true)" .br .RI "set cursor to new position " .ti -1c .RI "void \fBdelete_surrounding_text\fP (int32_t index, uint32_t length, bool post=true)" .br .RI "delete surrounding text " .ti -1c .RI "void \fBkeysym\fP (uint32_t serial, uint32_t time, uint32_t sym, keyboard_key_state const &state, uint32_t modifiers, bool post=true)" .br .RI "keysym " .ti -1c .RI "void \fBlanguage\fP (uint32_t serial, std::string const &language, bool post=true)" .br .RI "language " .ti -1c .RI "void \fBtext_direction\fP (uint32_t serial, zwp_text_input_v1_text_direction const &direction, bool post=true)" .br .RI "text direction " .ti -1c .RI "bool \fBproxy_has_object\fP () const" .br .RI "Check whether this wrapper actually wraps an object\&. " .ti -1c .RI "void \fBpost_no_memory\fP () const" .br .ti -1c .RI "uint32_t \fBget_id\fP () const" .br .ti -1c .RI "client_t \fBget_client\fP () const" .br .ti -1c .RI "unsigned int \fBget_version\fP () const" .br .ti -1c .RI "std::string \fBget_class\fP ()" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static constexpr std::uint32_t \fBenter_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBenter\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBleave_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBleave\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBmodifiers_map_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBmodifiers_map\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBinput_panel_state_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBinput_panel_state\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBpreedit_string_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBpreedit_string\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBpreedit_styling_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBpreedit_styling\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBpreedit_cursor_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBpreedit_cursor\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBcommit_string_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBcommit_string\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBcursor_position_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBcursor_position\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBdelete_surrounding_text_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBdelete_surrounding_text\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBkeysym_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBkeysym\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBlanguage_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBlanguage\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBtext_direction_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBtext_direction\fP function\&. " .in -1c .SH "Detailed Description" .PP text input An object used for text input\&. Adds support for text input and input methods to applications\&. A text_input object is created from a wl_text_input_manager and corresponds typically to a text entry in an application\&. .PP Requests are used to activate/deactivate the text_input object and set state information like surrounding and selected text or the content type\&. The information about entered text is sent to the text_input object via the pre-edit and commit events\&. Using this interface removes the need for applications to directly process hardware key events and compose text out of them\&. .PP Text is generally UTF-8 encoded, indices and lengths are in bytes\&. .PP Serials are used to synchronize the state between the text input and an input method\&. New serials are sent by the text input in the commit_state request and are used by the input method to indicate the known text input state in events like preedit_string, commit_string, and keysym\&. The text input can then ignore events from the input method which are based on an outdated state (for example after a reset)\&. .PP Warning! The protocol described in this file is experimental and backward incompatible changes may be made\&. Backward compatible changes may be added together with the corresponding interface version bump\&. Backward incompatible changes are done by bumping the version number in the protocol and interface names and resetting the interface version\&. Once the protocol is to be declared stable, the 'z' prefix and the version number in the protocol and interface names are removed and the interface version number is reset\&. .PP Definition at line \fB6432\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SH "Member Function Documentation" .PP .SS "void zwp_text_input_v1_t::commit_string (uint32_t serial, std::string const & text, bool post = \fCtrue\fP)" .PP commit .PP \fBParameters\fP .RS 4 \fIserial\fP serial of the latest known text input state .br \fItext\fP .RE .PP Notify when text should be inserted into the editor widget\&. The text to commit could be either just a single character after a key press or the result of some composing (pre-edit)\&. It could also be an empty text when some text should be removed (see delete_surrounding_text) or when the input cursor should be moved (see cursor_position)\&. .PP Any previously set composing text should be removed\&. .PP Definition at line \fB7088\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::cursor_position (int32_t index, int32_t anchor, bool post = \fCtrue\fP)" .PP set cursor to new position .PP \fBParameters\fP .RS 4 \fIindex\fP .br \fIanchor\fP .RE .PP Notify when the cursor or anchor position should be modified\&. .PP This event should be handled as part of a following commit_string event\&. .PP Definition at line \fB7093\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::delete_surrounding_text (int32_t index, uint32_t length, bool post = \fCtrue\fP)" .PP delete surrounding text .PP \fBParameters\fP .RS 4 \fIindex\fP .br \fIlength\fP .RE .PP Notify when the text around the current cursor position should be deleted\&. .PP Index is relative to the current cursor (in bytes)\&. Length is the length of deleted text (in bytes)\&. .PP This event should be handled as part of a following commit_string event\&. .PP Definition at line \fB7098\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::enter (\fBsurface_t\fP const & surface, bool post = \fCtrue\fP)" .PP enter event .PP \fBParameters\fP .RS 4 \fIsurface\fP .RE .PP Notify the text_input object when it received focus\&. Typically in response to an activate request\&. .PP Definition at line \fB7053\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::string wayland::server::resource_t::get_class ()\fC [inherited]\fP" Retrieve the interface name (class) of a resource object\&. .PP \fBReturns\fP .RS 4 Interface name of the resource object\&. .RE .PP .SS "client_t wayland::server::resource_t::get_client () const\fC [inherited]\fP" Get the associated client .PP \fBReturns\fP .RS 4 the client that owns the resource\&. .RE .PP .SS "uint32_t wayland::server::resource_t::get_id () const\fC [inherited]\fP" Get the internal ID of the resource .PP \fBReturns\fP .RS 4 the internal ID of the resource .RE .PP .SS "unsigned int wayland::server::resource_t::get_version () const\fC [inherited]\fP" Get interface version .PP \fBReturns\fP .RS 4 Interface version this resource has been constructed with\&. .RE .PP .SS "void zwp_text_input_v1_t::input_panel_state (uint32_t state, bool post = \fCtrue\fP)" .PP state of the input panel .PP \fBParameters\fP .RS 4 \fIstate\fP .RE .PP Notify when the visibility state of the input panel changed\&. .PP Definition at line \fB7068\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::keysym (uint32_t serial, uint32_t time, uint32_t sym, keyboard_key_state const & state, uint32_t modifiers, bool post = \fCtrue\fP)" .PP keysym .PP \fBParameters\fP .RS 4 \fIserial\fP serial of the latest known text input state .br \fItime\fP .br \fIsym\fP .br \fIstate\fP .br \fImodifiers\fP .RE .PP Notify when a key event was sent\&. Key events should not be used for normal text input operations, which should be done with commit_string, delete_surrounding_text, etc\&. The key event follows the wl_keyboard key event convention\&. Sym is an XKB keysym, state a wl_keyboard key_state\&. Modifiers are a mask for effective modifiers (where the modifier indices are set by the modifiers_map event) .PP Definition at line \fB7103\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::language (uint32_t serial, std::string const & language, bool post = \fCtrue\fP)" .PP language .PP \fBParameters\fP .RS 4 \fIserial\fP serial of the latest known text input state .br \fIlanguage\fP .RE .PP Sets the language of the input text\&. The 'language' argument is an RFC-3066 format language tag\&. .PP Definition at line \fB7108\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::leave (bool post = \fCtrue\fP)" .PP leave event Notify the text_input object when it lost focus\&. Either in response to a deactivate request or when the assigned surface lost focus or was destroyed\&. .PP Definition at line \fB7058\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::modifiers_map (array_t const & map, bool post = \fCtrue\fP)" .PP modifiers map .PP \fBParameters\fP .RS 4 \fImap\fP .RE .PP Transfer an array of 0-terminated modifier names\&. The position in the array is the index of the modifier as used in the modifiers bitmask in the keysym event\&. .PP Definition at line \fB7063\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(\fBseat_t\fP, \fBsurface_t\fP)> & zwp_text_input_v1_t::on_activate ()" .PP request activation .PP \fBParameters\fP .RS 4 \fIseat\fP .br \fIsurface\fP .RE .PP Requests the text_input object to be activated (typically when the text entry gets focus)\&. .PP The seat argument is a wl_seat which maintains the focus for this activation\&. The surface argument is a wl_surface assigned to the text_input object and tracked for focus lost\&. The enter event is emitted on successful activation\&. .PP Definition at line \fB6987\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(uint32_t)> & zwp_text_input_v1_t::on_commit_state ()" .PP \fBParameters\fP .RS 4 \fIserial\fP used to identify the known state .RE .PP .PP Definition at line \fB7041\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(\fBseat_t\fP)> & zwp_text_input_v1_t::on_deactivate ()" .PP request deactivation .PP \fBParameters\fP .RS 4 \fIseat\fP .RE .PP Requests the text_input object to be deactivated (typically when the text entry lost focus)\&. The seat argument is a wl_seat which was used for activation\&. .PP Definition at line \fB6993\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void()> & zwp_text_input_v1_t::on_hide_input_panel ()" .PP hide input panels Requests input panels (virtual keyboard) to hide\&. .PP Definition at line \fB7005\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(uint32_t, uint32_t)> & zwp_text_input_v1_t::on_invoke_action ()" .PP \fBParameters\fP .RS 4 \fIbutton\fP .br \fIindex\fP .RE .PP .PP Definition at line \fB7047\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void()> & zwp_text_input_v1_t::on_reset ()" .PP reset Should be called by an editor widget when the input state should be reset, for example after the text was changed outside of the normal input method flow\&. .PP Definition at line \fB7011\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(\fBzwp_text_input_v1_content_hint\fP, zwp_text_input_v1_content_purpose)> & zwp_text_input_v1_t::on_set_content_type ()" .PP set content purpose and hint .PP \fBParameters\fP .RS 4 \fIhint\fP .br \fIpurpose\fP .RE .PP Sets the content purpose and content hint\&. While the purpose is the basic purpose of an input field, the hint flags allow to modify some of the behavior\&. .PP When no content type is explicitly set, a normal content purpose with default hints (auto completion, auto correction, auto capitalization) should be assumed\&. .PP Definition at line \fB7023\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(int32_t, int32_t, int32_t, int32_t)> & zwp_text_input_v1_t::on_set_cursor_rectangle ()" .PP \fBParameters\fP .RS 4 \fIx\fP .br \fIy\fP .br \fIwidth\fP .br \fIheight\fP .RE .PP .PP Definition at line \fB7029\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(std::string)> & zwp_text_input_v1_t::on_set_preferred_language ()" .PP sets preferred language .PP \fBParameters\fP .RS 4 \fIlanguage\fP .RE .PP Sets a specific language\&. This allows for example a virtual keyboard to show a language specific layout\&. The 'language' argument is an RFC-3066 format language tag\&. .PP It could be used for example in a word processor to indicate the language of the currently edited document or in an instant message application which tracks languages of contacts\&. .PP Definition at line \fB7035\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(std::string, uint32_t, uint32_t)> & zwp_text_input_v1_t::on_set_surrounding_text ()" .PP sets the surrounding text .PP \fBParameters\fP .RS 4 \fItext\fP .br \fIcursor\fP .br \fIanchor\fP .RE .PP Sets the plain surrounding text around the input position\&. Text is UTF-8 encoded\&. Cursor is the byte offset within the surrounding text\&. Anchor is the byte offset of the selection anchor within the surrounding text\&. If there is no selected text anchor, then it is the same as cursor\&. .PP Definition at line \fB7017\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void()> & zwp_text_input_v1_t::on_show_input_panel ()" .PP show input panels Requests input panels (virtual keyboard) to show\&. .PP Definition at line \fB6999\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void wayland::server::resource_t::post_no_memory () const\fC [inherited]\fP" Post 'not enough memory' error to the client .PP If the compositor has not enough memory to fulfill a certail request of the client, this function can be called to notify the client of this circumstance\&. .SS "void zwp_text_input_v1_t::preedit_cursor (int32_t index, bool post = \fCtrue\fP)" .PP pre-edit cursor .PP \fBParameters\fP .RS 4 \fIindex\fP .RE .PP Sets the cursor position inside the composing text (as byte offset) relative to the start of the composing text\&. When index is a negative number no cursor is shown\&. .PP This event is handled as part of a following preedit_string event\&. .PP Definition at line \fB7083\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::preedit_string (uint32_t serial, std::string const & text, std::string const & commit, bool post = \fCtrue\fP)" .PP pre-edit .PP \fBParameters\fP .RS 4 \fIserial\fP serial of the latest known text input state .br \fItext\fP .br \fIcommit\fP .RE .PP Notify when a new composing text (pre-edit) should be set around the current cursor position\&. Any previously set composing text should be removed\&. .PP The commit text can be used to replace the preedit text on reset (for example on unfocus)\&. .PP The text input should also handle all preedit_style and preedit_cursor events occurring directly before preedit_string\&. .PP Definition at line \fB7073\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_text_input_v1_t::preedit_styling (uint32_t index, uint32_t length, zwp_text_input_v1_preedit_style const & style, bool post = \fCtrue\fP)" .PP pre-edit styling .PP \fBParameters\fP .RS 4 \fIindex\fP .br \fIlength\fP .br \fIstyle\fP .RE .PP Sets styling information on composing text\&. The style is applied for length bytes from index relative to the beginning of the composing text (as byte offset)\&. Multiple styles can be applied to a composing text by sending multiple preedit_styling events\&. .PP This event is handled as part of a following preedit_string event\&. .PP Definition at line \fB7078\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "bool wayland::server::resource_t::proxy_has_object () const\fC [inherited]\fP" .PP Check whether this wrapper actually wraps an object\&. .PP \fBReturns\fP .RS 4 true if there is an underlying object, false if this wrapper is empty .RE .PP .SS "void zwp_text_input_v1_t::text_direction (uint32_t serial, zwp_text_input_v1_text_direction const & direction, bool post = \fCtrue\fP)" .PP text direction .PP \fBParameters\fP .RS 4 \fIserial\fP serial of the latest known text input state .br \fIdirection\fP .RE .PP Sets the text direction of input text\&. .PP It is mainly needed for showing an input cursor on the correct side of the editor when there is no input done yet and making sure neutral direction text is laid out properly\&. .PP Definition at line \fB7113\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SH "Member Data Documentation" .PP .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::commit_string_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBcommit_string\fP function\&. .PP Definition at line \fB6708\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::cursor_position_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBcursor_position\fP function\&. .PP Definition at line \fB6724\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::delete_surrounding_text_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBdelete_surrounding_text\fP function\&. .PP Definition at line \fB6744\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::enter_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBenter\fP function\&. .PP Definition at line \fB6592\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::input_panel_state_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBinput_panel_state\fP function\&. .PP Definition at line \fB6631\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::keysym_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBkeysym\fP function\&. .PP Definition at line \fB6765\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::language_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBlanguage\fP function\&. .PP Definition at line \fB6779\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::leave_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBleave\fP function\&. .PP Definition at line \fB6605\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::modifiers_map_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBmodifiers_map\fP function\&. .PP Definition at line \fB6619\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::preedit_cursor_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBpreedit_cursor\fP function\&. .PP Definition at line \fB6689\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::preedit_string_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBpreedit_string\fP function\&. .PP Definition at line \fB6653\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::preedit_styling_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBpreedit_styling\fP function\&. .PP Definition at line \fB6673\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_text_input_v1_t::text_direction_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBtext_direction\fP function\&. .PP Definition at line \fB6796\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.