|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include <FileBrowserPanel.h>
Public Attributes | |
| bool | isLoaded = false |
| bool | inProgress = false |
| float | progress = 0.0f |
| const char * | statusText = "" |
Information about the game-loading progress, passed in by the caller so the panel can show status / progress without owning the load state.
Definition at line 10 of file FileBrowserPanel.h.
| bool FileBrowserPanel::LoadState::inProgress = false |
Definition at line 13 of file FileBrowserPanel.h.
| bool FileBrowserPanel::LoadState::isLoaded = false |
Definition at line 12 of file FileBrowserPanel.h.
| float FileBrowserPanel::LoadState::progress = 0.0f |
Definition at line 14 of file FileBrowserPanel.h.
| const char* FileBrowserPanel::LoadState::statusText = "" |
Definition at line 15 of file FileBrowserPanel.h.