Wayland++
0.2.6
C++ Bindings for Wayland
|
content hint More...
#include <wayland-client-protocol-unstable.hpp>
Inherits wayland::detail::bitfield< size, id >.
Static Public Attributes | |
static const detail::bitfield< 10, 27 > | none {0x0} |
no special behavior More... | |
static const detail::bitfield< 10, 27 > | completion {0x1} |
suggest word completions More... | |
static const detail::bitfield< 10, 27 > | spellcheck {0x2} |
suggest word corrections More... | |
static const detail::bitfield< 10, 27 > | auto_capitalization {0x4} |
switch to uppercase letters at the start of a sentence More... | |
static const detail::bitfield< 10, 27 > | lowercase {0x8} |
prefer lowercase letters More... | |
static const detail::bitfield< 10, 27 > | uppercase {0x10} |
prefer uppercase letters More... | |
static const detail::bitfield< 10, 27 > | titlecase {0x20} |
prefer casing for titles and headings (can be language dependent) More... | |
static const detail::bitfield< 10, 27 > | hidden_text {0x40} |
characters should be hidden More... | |
static const detail::bitfield< 10, 27 > | sensitive_data {0x80} |
typed text should not be stored More... | |
static const detail::bitfield< 10, 27 > | latin {0x100} |
just Latin characters should be entered More... | |
static const detail::bitfield< 10, 27 > | multiline {0x200} |
the text input is multiline More... | |
content hint
Content hint is a bitmask to allow to modify the behavior of the text input.
Definition at line 6127 of file wayland-client-protocol-unstable.hpp.
|
static |
switch to uppercase letters at the start of a sentence
Definition at line 6140 of file wayland-client-protocol-unstable.hpp.
|
static |
suggest word completions
Definition at line 6136 of file wayland-client-protocol-unstable.hpp.
|
static |
characters should be hidden
Definition at line 6148 of file wayland-client-protocol-unstable.hpp.
|
static |
just Latin characters should be entered
Definition at line 6152 of file wayland-client-protocol-unstable.hpp.
|
static |
prefer lowercase letters
Definition at line 6142 of file wayland-client-protocol-unstable.hpp.
|
static |
the text input is multiline
Definition at line 6154 of file wayland-client-protocol-unstable.hpp.
|
static |
no special behavior
Definition at line 6134 of file wayland-client-protocol-unstable.hpp.
|
static |
typed text should not be stored
Definition at line 6150 of file wayland-client-protocol-unstable.hpp.
|
static |
suggest word corrections
Definition at line 6138 of file wayland-client-protocol-unstable.hpp.
|
static |
prefer casing for titles and headings (can be language dependent)
Definition at line 6146 of file wayland-client-protocol-unstable.hpp.
|
static |
prefer uppercase letters
Definition at line 6144 of file wayland-client-protocol-unstable.hpp.