Constructors
Name | Description |
---|---|
Character() |
Override Functions
Access | Return | Modifier | Name | Description |
---|---|---|---|---|
public | bool | const | isDrawable() | |
protected | void | refreshPrimitive() |
Functions
Access | Return | Modifier | Name | Description |
---|---|---|---|---|
public | void | disable() | ||
public | bool | const | hasCharacter() | |
public | char | const | getCharacter() | |
public | void | setCharacter( char inValue ) | ||
public | bool | const | hasFont() | |
public | const | getFont() | ||
public | bool | const | hasGlyph() | |
public | const | getGlyph() | ||
protected | void | refreshFont() |
Members
Access | Type | Modifier | Name | Description |
---|---|---|---|---|
public | const char* | static, constexpr | TAG_ID | |
private | bool | m_canUpdate | ||
private | char | m_character |