|
Wayland++ 1.0.0
C++ Bindings for Wayland
|
content hint More...
#include <wayland-client-protocol-unstable.hpp>
Static Public Attributes | |
| static const wayland::detail::bitfield< 10, 28 > | none {0x0} |
| no special behavior | |
| static const wayland::detail::bitfield< 10, 28 > | completion {0x1} |
| suggest word completions | |
| static const wayland::detail::bitfield< 10, 28 > | spellcheck {0x2} |
| suggest word corrections | |
| static const wayland::detail::bitfield< 10, 28 > | auto_capitalization {0x4} |
| switch to uppercase letters at the start of a sentence | |
| static const wayland::detail::bitfield< 10, 28 > | lowercase {0x8} |
| prefer lowercase letters | |
| static const wayland::detail::bitfield< 10, 28 > | uppercase {0x10} |
| prefer uppercase letters | |
| static const wayland::detail::bitfield< 10, 28 > | titlecase {0x20} |
| prefer casing for titles and headings (can be language dependent) | |
| static const wayland::detail::bitfield< 10, 28 > | hidden_text {0x40} |
| characters should be hidden | |
| static const wayland::detail::bitfield< 10, 28 > | sensitive_data {0x80} |
| typed text should not be stored | |
| static const wayland::detail::bitfield< 10, 28 > | latin {0x100} |
| just Latin characters should be entered | |
| static const wayland::detail::bitfield< 10, 28 > | multiline {0x200} |
| 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 6550 of file wayland-client-protocol-unstable.hpp.
|
static |
switch to uppercase letters at the start of a sentence
Definition at line 6563 of file wayland-client-protocol-unstable.hpp.
|
static |
suggest word completions
Definition at line 6559 of file wayland-client-protocol-unstable.hpp.
|
static |
characters should be hidden
Definition at line 6571 of file wayland-client-protocol-unstable.hpp.
|
static |
just Latin characters should be entered
Definition at line 6575 of file wayland-client-protocol-unstable.hpp.
|
static |
prefer lowercase letters
Definition at line 6565 of file wayland-client-protocol-unstable.hpp.
|
static |
the text input is multiline
Definition at line 6577 of file wayland-client-protocol-unstable.hpp.
|
static |
no special behavior
Definition at line 6557 of file wayland-client-protocol-unstable.hpp.
|
static |
typed text should not be stored
Definition at line 6573 of file wayland-client-protocol-unstable.hpp.
|
static |
suggest word corrections
Definition at line 6561 of file wayland-client-protocol-unstable.hpp.
|
static |
prefer casing for titles and headings (can be language dependent)
Definition at line 6569 of file wayland-client-protocol-unstable.hpp.
|
static |
prefer uppercase letters
Definition at line 6567 of file wayland-client-protocol-unstable.hpp.