.TH "wayland::zwp_text_input_v3_content_hint" 3 "Wed May 1 2024 17:27:19" "Version 1.0.0" "Wayland++" \" -*- nroff -*- .ad l .nh .SH NAME wayland::zwp_text_input_v3_content_hint \- content hint .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits wayland::detail::bitfield< size, id >\&. .SS "Static Public Attributes" .in +1c .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBnone\fP {0x0}" .br .RI "no special behavior " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBcompletion\fP {0x1}" .br .RI "suggest word completions " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBspellcheck\fP {0x2}" .br .RI "suggest word corrections " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBauto_capitalization\fP {0x4}" .br .RI "switch to uppercase letters at the start of a sentence " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBlowercase\fP {0x8}" .br .RI "prefer lowercase letters " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBuppercase\fP {0x10}" .br .RI "prefer uppercase letters " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBtitlecase\fP {0x20}" .br .RI "prefer casing for titles and headings (can be language dependent) " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBhidden_text\fP {0x40}" .br .RI "characters should be hidden " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBsensitive_data\fP {0x80}" .br .RI "typed text should not be stored " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBlatin\fP {0x100}" .br .RI "just Latin characters should be entered " .ti -1c .RI "static const wayland::detail::bitfield< 10, 28 > \fBmultiline\fP {0x200}" .br .RI "the text input is multiline " .in -1c .SH "Detailed Description" .PP content hint .PP .nf Content hint is a bitmask to allow to modify the behavior of the text input\&. .fi .PP .PP Definition at line \fB6549\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SH "Member Data Documentation" .PP .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::auto_capitalization {0x4}\fC [static]\fP" .PP switch to uppercase letters at the start of a sentence .PP Definition at line \fB6562\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::completion {0x1}\fC [static]\fP" .PP suggest word completions .PP Definition at line \fB6558\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::hidden_text {0x40}\fC [static]\fP" .PP characters should be hidden .PP Definition at line \fB6570\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::latin {0x100}\fC [static]\fP" .PP just Latin characters should be entered .PP Definition at line \fB6574\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::lowercase {0x8}\fC [static]\fP" .PP prefer lowercase letters .PP Definition at line \fB6564\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::multiline {0x200}\fC [static]\fP" .PP the text input is multiline .PP Definition at line \fB6576\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::none {0x0}\fC [static]\fP" .PP no special behavior .PP Definition at line \fB6556\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::sensitive_data {0x80}\fC [static]\fP" .PP typed text should not be stored .PP Definition at line \fB6572\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::spellcheck {0x2}\fC [static]\fP" .PP suggest word corrections .PP Definition at line \fB6560\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::titlecase {0x20}\fC [static]\fP" .PP prefer casing for titles and headings (can be language dependent) .PP Definition at line \fB6568\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 28 > zwp_text_input_v3_content_hint::uppercase {0x10}\fC [static]\fP" .PP prefer uppercase letters .PP Definition at line \fB6566\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.