xoreos  0.0.5
Public Attributes | List of all members
Aurora::GFXCharacter::EditText Struct Reference

An edit text character, mostly used as static, but sometimes also used as editable text. More...

#include <gfxfile.h>

Collaboration diagram for Aurora::GFXCharacter::EditText:
Collaboration graph
[legend]

Public Attributes

Common::Rect bounds
 
bool wordWrap
 
bool multiLine
 
bool password
 
bool readOnly
 
bool autosize
 
bool noSelect
 
bool html
 
boost::optional< uint16fontId
 
boost::optional< uint16fontHeight
 
boost::optional< glm::u8vec4 > textColor
 
boost::optional< uint16maxLength
 
boost::optional< Common::UStringinitialText
 
boost::optional< EditTextLayoutlayout
 

Detailed Description

An edit text character, mostly used as static, but sometimes also used as editable text.

Definition at line 193 of file gfxfile.h.

Member Data Documentation

◆ autosize

bool Aurora::GFXCharacter::EditText::autosize

Definition at line 199 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ bounds

Common::Rect Aurora::GFXCharacter::EditText::bounds

Definition at line 194 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ fontHeight

boost::optional<uint16> Aurora::GFXCharacter::EditText::fontHeight

Definition at line 203 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ fontId

boost::optional<uint16> Aurora::GFXCharacter::EditText::fontId

Definition at line 202 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ html

bool Aurora::GFXCharacter::EditText::html

Definition at line 201 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ initialText

boost::optional<Common::UString> Aurora::GFXCharacter::EditText::initialText

Definition at line 206 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ layout

boost::optional<EditTextLayout> Aurora::GFXCharacter::EditText::layout

Definition at line 207 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ maxLength

boost::optional<uint16> Aurora::GFXCharacter::EditText::maxLength

Definition at line 205 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ multiLine

bool Aurora::GFXCharacter::EditText::multiLine

Definition at line 196 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ noSelect

bool Aurora::GFXCharacter::EditText::noSelect

Definition at line 200 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ password

bool Aurora::GFXCharacter::EditText::password

Definition at line 197 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ readOnly

bool Aurora::GFXCharacter::EditText::readOnly

Definition at line 198 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ textColor

boost::optional<glm::u8vec4> Aurora::GFXCharacter::EditText::textColor

Definition at line 204 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().

◆ wordWrap

bool Aurora::GFXCharacter::EditText::wordWrap

Definition at line 195 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineEditText().


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