.TH "wayland::zwp_text_input_v1_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_v1_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, 23 > \fBnone\fP {0x0}" .br .RI "no special behaviour " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fB_default\fP {0x7}" .br .RI "auto completion, correction and capitalization " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBpassword\fP {0xc0}" .br .RI "hidden and sensitive text " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBauto_completion\fP {0x1}" .br .RI "suggest word completions " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBauto_correction\fP {0x2}" .br .RI "suggest word corrections " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \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, 23 > \fBlowercase\fP {0x8}" .br .RI "prefer lowercase letters " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBuppercase\fP {0x10}" .br .RI "prefer uppercase letters " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBtitlecase\fP {0x20}" .br .RI "prefer casing for titles and headings (can be language dependent) " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBhidden_text\fP {0x40}" .br .RI "characters should be hidden " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBsensitive_data\fP {0x80}" .br .RI "typed text should not be stored " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBlatin\fP {0x100}" .br .RI "just latin characters should be entered " .ti -1c .RI "static const wayland::detail::bitfield< 10, 23 > \fBmultiline\fP {0x200}" .br .RI "the text input is multiline " .in -1c .SH "Detailed Description" .PP content hint Content hint is a bitmask to allow to modify the behavior of the text input\&. .PP Definition at line \fB5989\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SH "Member Data Documentation" .PP .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::_default {0x7}\fC [static]\fP" .PP auto completion, correction and capitalization .PP Definition at line \fB5998\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::auto_capitalization {0x4}\fC [static]\fP" .PP switch to uppercase letters at the start of a sentence .PP Definition at line \fB6006\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::auto_completion {0x1}\fC [static]\fP" .PP suggest word completions .PP Definition at line \fB6002\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::auto_correction {0x2}\fC [static]\fP" .PP suggest word corrections .PP Definition at line \fB6004\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::hidden_text {0x40}\fC [static]\fP" .PP characters should be hidden .PP Definition at line \fB6014\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::latin {0x100}\fC [static]\fP" .PP just latin characters should be entered .PP Definition at line \fB6018\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::lowercase {0x8}\fC [static]\fP" .PP prefer lowercase letters .PP Definition at line \fB6008\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::multiline {0x200}\fC [static]\fP" .PP the text input is multiline .PP Definition at line \fB6020\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::none {0x0}\fC [static]\fP" .PP no special behaviour .PP Definition at line \fB5996\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::password {0xc0}\fC [static]\fP" .PP hidden and sensitive text .PP Definition at line \fB6000\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::sensitive_data {0x80}\fC [static]\fP" .PP typed text should not be stored .PP Definition at line \fB6016\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::titlecase {0x20}\fC [static]\fP" .PP prefer casing for titles and headings (can be language dependent) .PP Definition at line \fB6012\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SS "const bitfield< 10, 23 > zwp_text_input_v1_content_hint::uppercase {0x10}\fC [static]\fP" .PP prefer uppercase letters .PP Definition at line \fB6010\fP of file \fBwayland\-client\-protocol\-unstable\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.