#include <GUI_LoadingWindow.h>
Definition at line 31 of file GUI_LoadingWindow.h.
◆ Draw()
void LoadingWindow::Draw |
( |
| ) |
|
◆ IsVisible()
bool RoR::GUI::LoadingWindow::IsVisible |
( |
| ) |
const |
|
inline |
◆ SetProgress()
void LoadingWindow::SetProgress |
( |
int |
_percent, |
|
|
const std::string & |
_text = "" , |
|
|
bool |
render_frame = true |
|
) |
| |
◆ SetProgressNetConnect()
void LoadingWindow::SetProgressNetConnect |
( |
const std::string & |
net_status | ) |
|
◆ SetVisible()
void RoR::GUI::LoadingWindow::SetVisible |
( |
bool |
v | ) |
|
|
inline |
◆ m_is_visible
bool RoR::GUI::LoadingWindow::m_is_visible = false |
|
private |
◆ m_percent
◆ m_spinner_counter
float RoR::GUI::LoadingWindow::m_spinner_counter = 0.f |
|
private |
◆ m_text
std::string RoR::GUI::LoadingWindow::m_text |
|
private |
◆ m_text_num_lines
int RoR::GUI::LoadingWindow::m_text_num_lines = -1 |
|
private |
◆ m_timer
Ogre::Timer RoR::GUI::LoadingWindow::m_timer |
|
private |
◆ PERC_HIDE_PROGRESSBAR
const int RoR::GUI::LoadingWindow::PERC_HIDE_PROGRESSBAR = -1 |
◆ PERC_SHOW_SPINNER
const int RoR::GUI::LoadingWindow::PERC_SHOW_SPINNER = -2 |
The documentation for this class was generated from the following files: