Wayland++ 1.0.0
C++ Bindings for Wayland
wayland::zwp_text_input_v3_content_hint Struct Reference

content hint More...

#include <wayland-client-protocol-unstable.hpp>

Inherits wayland::detail::bitfield< size, id >.

Static Public Attributes

static const wayland::detail::bitfield< 10, 28 > none {0x0}
 no special behavior More...
 
static const wayland::detail::bitfield< 10, 28 > completion {0x1}
 suggest word completions More...
 
static const wayland::detail::bitfield< 10, 28 > spellcheck {0x2}
 suggest word corrections More...
 
static const wayland::detail::bitfield< 10, 28 > auto_capitalization {0x4}
 switch to uppercase letters at the start of a sentence More...
 
static const wayland::detail::bitfield< 10, 28 > lowercase {0x8}
 prefer lowercase letters More...
 
static const wayland::detail::bitfield< 10, 28 > uppercase {0x10}
 prefer uppercase letters More...
 
static const wayland::detail::bitfield< 10, 28 > titlecase {0x20}
 prefer casing for titles and headings (can be language dependent) More...
 
static const wayland::detail::bitfield< 10, 28 > hidden_text {0x40}
 characters should be hidden More...
 
static const wayland::detail::bitfield< 10, 28 > sensitive_data {0x80}
 typed text should not be stored More...
 
static const wayland::detail::bitfield< 10, 28 > latin {0x100}
 just Latin characters should be entered More...
 
static const wayland::detail::bitfield< 10, 28 > multiline {0x200}
 the text input is multiline More...
 

Detailed Description

content hint

Content hint is a bitmask to allow to modify the behavior of the text
input.

Definition at line 6549 of file wayland-client-protocol-unstable.hpp.

Member Data Documentation

◆ auto_capitalization

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::auto_capitalization {0x4}
static

switch to uppercase letters at the start of a sentence

Definition at line 6562 of file wayland-client-protocol-unstable.hpp.

◆ completion

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::completion {0x1}
static

suggest word completions

Definition at line 6558 of file wayland-client-protocol-unstable.hpp.

◆ hidden_text

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::hidden_text {0x40}
static

characters should be hidden

Definition at line 6570 of file wayland-client-protocol-unstable.hpp.

◆ latin

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::latin {0x100}
static

just Latin characters should be entered

Definition at line 6574 of file wayland-client-protocol-unstable.hpp.

◆ lowercase

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::lowercase {0x8}
static

prefer lowercase letters

Definition at line 6564 of file wayland-client-protocol-unstable.hpp.

◆ multiline

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::multiline {0x200}
static

the text input is multiline

Definition at line 6576 of file wayland-client-protocol-unstable.hpp.

◆ none

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::none {0x0}
static

no special behavior

Definition at line 6556 of file wayland-client-protocol-unstable.hpp.

◆ sensitive_data

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::sensitive_data {0x80}
static

typed text should not be stored

Definition at line 6572 of file wayland-client-protocol-unstable.hpp.

◆ spellcheck

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::spellcheck {0x2}
static

suggest word corrections

Definition at line 6560 of file wayland-client-protocol-unstable.hpp.

◆ titlecase

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::titlecase {0x20}
static

prefer casing for titles and headings (can be language dependent)

Definition at line 6568 of file wayland-client-protocol-unstable.hpp.

◆ uppercase

const bitfield< 10, 28 > zwp_text_input_v3_content_hint::uppercase {0x10}
static

prefer uppercase letters

Definition at line 6566 of file wayland-client-protocol-unstable.hpp.


The documentation for this struct was generated from the following files: