#include <font_typer.h>
◆ anonymous enum
| Enumerator |
|---|
| LETTER_OFFSET | |
| NUMBER_OFFSET | |
◆ IsActive()
| bool CFontTyper::IsActive |
( |
| ) |
const |
|
inline |
◆ OnInit()
| void CFontTyper::OnInit |
( |
CEditor * | pEditor | ) |
|
|
overridevirtual |
Initialize the component and interface pointers. Needs to be the first function that is called. The default implementation also resets the component.
Reimplemented from CEditorComponent.
◆ OnInput()
◆ OnRender()
| void CFontTyper::OnRender |
( |
CUIRect | View | ) |
|
|
overridevirtual |
◆ SetCursor()
| void CFontTyper::SetCursor |
( |
| ) |
|
|
private |
◆ SetTile()
| void CFontTyper::SetTile |
( |
ivec2 | Pos, |
|
|
unsigned char | Index, |
|
|
const std::shared_ptr< CLayerTiles > & | pLayer ) |
|
private |
◆ TextModeOff()
| void CFontTyper::TextModeOff |
( |
| ) |
|
|
private |
◆ TextModeOn()
| void CFontTyper::TextModeOn |
( |
| ) |
|
|
private |
◆ m_Active
| bool CFontTyper::m_Active = false |
|
private |
◆ m_ConfirmActivatePopupContext
◆ m_CursorRenderTime
| std::chrono::nanoseconds CFontTyper::m_CursorRenderTime |
|
private |
◆ m_CursorTextTexture
◆ m_pLastLayer
| std::shared_ptr<CLayer> CFontTyper::m_pLastLayer |
|
private |
◆ m_TextIndex
◆ m_TextLineLen
| int CFontTyper::m_TextLineLen = 0 |
|
private |
◆ m_TilesPlacedSinceActivate
| int CFontTyper::m_TilesPlacedSinceActivate = 0 |
|
private |
The documentation for this class was generated from the following files: