|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Top-level aggregate of all mutable application state. More...
#include <AppState.h>
Public Attributes | |
| SceneState | scene |
| LoadingState | loading |
| UIState | ui |
| AnimationState | anim |
| CharacterState | character |
| BrowserState | browsers |
| ExportState | exporting |
| AppSettings | settings |
Top-level aggregate of all mutable application state.
Sub-structs follow the Gregory "subsystem state" pattern: each group owns a cohesive slice of the application's data.
Definition at line 260 of file AppState.h.
| AnimationState AppState::anim |
Definition at line 265 of file AppState.h.
| BrowserState AppState::browsers |
Definition at line 267 of file AppState.h.
| CharacterState AppState::character |
Definition at line 266 of file AppState.h.
| ExportState AppState::exporting |
Definition at line 268 of file AppState.h.
| LoadingState AppState::loading |
Definition at line 263 of file AppState.h.
| SceneState AppState::scene |
Definition at line 262 of file AppState.h.
| AppSettings AppState::settings |
Definition at line 269 of file AppState.h.
| UIState AppState::ui |
Definition at line 264 of file AppState.h.