A class which display a progress bar in game, only one can be displayed.
More...
|
|
| ProgressBarMessage (const core::stringw &msg) |
| |
|
virtual MessageQueue::MessageType | getMessageType () const |
| | Returns the type of the message.
|
| |
|
virtual void | init () |
| |
|
virtual void | draw (float dt) |
| |
|
| Message (float timer, const core::stringw &msg) |
| |
|
bool | canBeRemoved () const |
| |
|
|
float | m_display_timer |
| | If this < 0, remove this message from queue.
|
| |
|
core::stringw | m_message |
| | The message.
|
| |
|
core::recti | m_area |
| | The area which the message is drawn.
|
| |
A class which display a progress bar in game, only one can be displayed.
The documentation for this class was generated from the following file:
- guiengine/message_queue.cpp