#include <UIStatusBar.h>
◆ clearAll()
void StatusBar::clearAll |
( |
| ) |
|
◆ clearEvent()
void StatusBar::clearEvent |
( |
| ) |
|
◆ clearPermanent()
void StatusBar::clearPermanent |
( |
| ) |
|
◆ draw()
◆ drawForced()
void StatusBar::drawForced |
( |
std::string_view |
str, |
|
|
Color |
color |
|
) |
| |
◆ get()
const std::string & StatusBar::get |
( |
| ) |
|
◆ nothingHere()
void StatusBar::nothingHere |
( |
| ) |
|
◆ setEvent() [1/2]
template<class... Args>
void StatusBar::setEvent |
( |
int |
locId, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ setEvent() [2/2]
void StatusBar::setEvent |
( |
std::string_view |
str | ) |
|
◆ setEventShort() [1/2]
template<class... Args>
void StatusBar::setEventShort |
( |
int |
locId, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ setEventShort() [2/2]
void StatusBar::setEventShort |
( |
std::string_view |
str | ) |
|
◆ setPermanent() [1/2]
template<class... Args>
void StatusBar::setPermanent |
( |
int |
locId, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ setPermanent() [2/2]
void StatusBar::setPermanent |
( |
std::string_view |
str | ) |
|
◆ update()
void StatusBar::update |
( |
| ) |
|
◆ _eventStatusExpireTime
int StatusBar::_eventStatusExpireTime = 0 |
|
private |
◆ _eventStatusString
std::string StatusBar::_eventStatusString = "" |
|
private |
◆ _statusString
std::string StatusBar::_statusString = "" |
|
private |
◆ EVENT_DURATION
const int StatusBar::EVENT_DURATION = 2000 |
|
static |
◆ EVENT_DURATION_SHORT
const int StatusBar::EVENT_DURATION_SHORT = 500 |
|
static |
The documentation for this class was generated from the following files: