|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Mutable state for export, import, screenshot, and preset operations. More...
#include <AppState.h>
Public Attributes | |
| std::vector< std::unique_ptr< ExporterPlugin > > | exporters |
| int | selectedExporter = 0 |
| std::string | exportPath = "export" |
| std::string | exportStatus |
| std::vector< char > | exportAnimChecked |
| std::string | screenshotPath = "screenshot.png" |
| std::string | screenshotStatus |
| bool | useCanvasOverride = false |
| int | canvasWidth = 1920 |
| int | canvasHeight = 1080 |
| std::string | presetPath = "userSettings/preset.ini" |
| std::string | presetStatus |
| std::vector< std::unique_ptr< ImporterPlugin > > | importers |
| std::string | importUrlBuf |
| std::string | importStatus |
Mutable state for export, import, screenshot, and preset operations.
Definition at line 229 of file AppState.h.
| int ExportState::canvasHeight = 1080 |
Definition at line 242 of file AppState.h.
| int ExportState::canvasWidth = 1920 |
Definition at line 241 of file AppState.h.
| std::vector<char> ExportState::exportAnimChecked |
Definition at line 235 of file AppState.h.
| std::vector<std::unique_ptr<ExporterPlugin> > ExportState::exporters |
Definition at line 231 of file AppState.h.
| std::string ExportState::exportPath = "export" |
Definition at line 233 of file AppState.h.
| std::string ExportState::exportStatus |
Definition at line 234 of file AppState.h.
| std::vector<std::unique_ptr<ImporterPlugin> > ExportState::importers |
Definition at line 249 of file AppState.h.
| std::string ExportState::importStatus |
Definition at line 251 of file AppState.h.
| std::string ExportState::importUrlBuf |
Definition at line 250 of file AppState.h.
| std::string ExportState::presetPath = "userSettings/preset.ini" |
Definition at line 245 of file AppState.h.
| std::string ExportState::presetStatus |
Definition at line 246 of file AppState.h.
| std::string ExportState::screenshotPath = "screenshot.png" |
Definition at line 238 of file AppState.h.
| std::string ExportState::screenshotStatus |
Definition at line 239 of file AppState.h.
| int ExportState::selectedExporter = 0 |
Definition at line 232 of file AppState.h.
| bool ExportState::useCanvasOverride = false |
Definition at line 240 of file AppState.h.