Wayland++ 1.0.0
C++ Bindings for Wayland
|
content hint More...
#include <wayland-server-protocol-unstable.hpp>
Static Public Attributes | |
static const wayland::detail::bitfield< 10, 23 > | none |
no special behaviour | |
static const wayland::detail::bitfield< 10, 23 > | _default |
auto completion, correction and capitalization | |
static const wayland::detail::bitfield< 10, 23 > | password |
hidden and sensitive text | |
static const wayland::detail::bitfield< 10, 23 > | auto_completion |
suggest word completions | |
static const wayland::detail::bitfield< 10, 23 > | auto_correction |
suggest word corrections | |
static const wayland::detail::bitfield< 10, 23 > | auto_capitalization |
switch to uppercase letters at the start of a sentence | |
static const wayland::detail::bitfield< 10, 23 > | lowercase |
prefer lowercase letters | |
static const wayland::detail::bitfield< 10, 23 > | uppercase |
prefer uppercase letters | |
static const wayland::detail::bitfield< 10, 23 > | titlecase |
prefer casing for titles and headings (can be language dependent) | |
static const wayland::detail::bitfield< 10, 23 > | hidden_text |
characters should be hidden | |
static const wayland::detail::bitfield< 10, 23 > | sensitive_data |
typed text should not be stored | |
static const wayland::detail::bitfield< 10, 23 > | latin |
just latin characters should be entered | |
static const wayland::detail::bitfield< 10, 23 > | multiline |
the text input is multiline | |
content hint
Content hint is a bitmask to allow to modify the behavior of the text input.
Definition at line 6809 of file wayland-server-protocol-unstable.hpp.
|
static |
auto completion, correction and capitalization
Definition at line 6818 of file wayland-server-protocol-unstable.hpp.
|
static |
switch to uppercase letters at the start of a sentence
Definition at line 6826 of file wayland-server-protocol-unstable.hpp.
|
static |
suggest word completions
Definition at line 6822 of file wayland-server-protocol-unstable.hpp.
|
static |
suggest word corrections
Definition at line 6824 of file wayland-server-protocol-unstable.hpp.
|
static |
characters should be hidden
Definition at line 6834 of file wayland-server-protocol-unstable.hpp.
|
static |
just latin characters should be entered
Definition at line 6838 of file wayland-server-protocol-unstable.hpp.
|
static |
prefer lowercase letters
Definition at line 6828 of file wayland-server-protocol-unstable.hpp.
|
static |
the text input is multiline
Definition at line 6840 of file wayland-server-protocol-unstable.hpp.
|
static |
no special behaviour
Definition at line 6816 of file wayland-server-protocol-unstable.hpp.
|
static |
hidden and sensitive text
Definition at line 6820 of file wayland-server-protocol-unstable.hpp.
|
static |
typed text should not be stored
Definition at line 6836 of file wayland-server-protocol-unstable.hpp.
|
static |
prefer casing for titles and headings (can be language dependent)
Definition at line 6832 of file wayland-server-protocol-unstable.hpp.
|
static |
prefer uppercase letters
Definition at line 6830 of file wayland-server-protocol-unstable.hpp.