#include <statusTextHelper.h>
◆ StatusTextHelper()
| StatusTextHelper::StatusTextHelper |
( |
gui::IGUIEnvironment * | guienv, |
|
|
gui::IGUIElement * | parent = nullptr ) |
◆ ~StatusTextHelper()
| StatusTextHelper::~StatusTextHelper |
( |
| ) |
|
◆ clearStatusText()
| void StatusTextHelper::clearStatusText |
( |
| ) |
|
◆ getStatusText()
| const std::wstring & StatusTextHelper::getStatusText |
( |
| ) |
const |
|
inline |
◆ getStatusTextTime()
| float StatusTextHelper::getStatusTextTime |
( |
| ) |
const |
|
inline |
◆ isVisible()
| bool StatusTextHelper::isVisible |
( |
| ) |
const |
◆ setGameStyle()
| void StatusTextHelper::setGameStyle |
( |
| ) |
|
◆ setMainMenuStyle()
| void StatusTextHelper::setMainMenuStyle |
( |
| ) |
|
◆ setVisible()
| void StatusTextHelper::setVisible |
( |
bool | visible | ) |
|
◆ showStatusText()
| void StatusTextHelper::showStatusText |
( |
const std::wstring & | str | ) |
|
◆ update()
| void StatusTextHelper::update |
( |
float | dtime | ) |
|
References clearStatusText(), m_background_color, m_background_enabled, m_display_duration, m_fade_progress, m_guitext_status, m_statustext, m_statustext_time, m_text_alignment_v, m_text_color, and updatePosition().
◆ updatePosition()
| void StatusTextHelper::updatePosition |
( |
| ) |
|
|
private |
◆ m_background_color
| video::SColor StatusTextHelper::m_background_color = video::SColor(0, 0, 0, 0) |
|
private |
◆ m_background_enabled
| bool StatusTextHelper::m_background_enabled = false |
|
private |
◆ m_display_duration
| float StatusTextHelper::m_display_duration = 1.5f |
|
private |
◆ m_fade_progress
| float StatusTextHelper::m_fade_progress = 0.0f |
|
private |
◆ m_guitext_status
| irr_ptr<gui::IGUIStaticText> StatusTextHelper::m_guitext_status |
|
private |
◆ m_statustext
| std::wstring StatusTextHelper::m_statustext |
|
private |
◆ m_statustext_time
| float StatusTextHelper::m_statustext_time = 0.0f |
|
private |
◆ m_text_alignment_v
| gui::EGUI_ALIGNMENT StatusTextHelper::m_text_alignment_v = gui::EGUIA_UPPERLEFT |
|
private |
◆ m_text_color
| video::SColor StatusTextHelper::m_text_color |
|
private |
◆ m_use_main_menu_position
| bool StatusTextHelper::m_use_main_menu_position = false |
|
private |
◆ MAIN_MENU_BAR_HEIGHT
| s32 StatusTextHelper::MAIN_MENU_BAR_HEIGHT = 40 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: