WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
ExportState Struct Reference

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
 

Detailed Description

Mutable state for export, import, screenshot, and preset operations.

Definition at line 229 of file AppState.h.

Member Data Documentation

◆ canvasHeight

int ExportState::canvasHeight = 1080

Definition at line 242 of file AppState.h.

◆ canvasWidth

int ExportState::canvasWidth = 1920

Definition at line 241 of file AppState.h.

◆ exportAnimChecked

std::vector<char> ExportState::exportAnimChecked

Definition at line 235 of file AppState.h.

◆ exporters

std::vector<std::unique_ptr<ExporterPlugin> > ExportState::exporters

Definition at line 231 of file AppState.h.

◆ exportPath

std::string ExportState::exportPath = "export"

Definition at line 233 of file AppState.h.

◆ exportStatus

std::string ExportState::exportStatus

Definition at line 234 of file AppState.h.

◆ importers

std::vector<std::unique_ptr<ImporterPlugin> > ExportState::importers

Definition at line 249 of file AppState.h.

◆ importStatus

std::string ExportState::importStatus

Definition at line 251 of file AppState.h.

◆ importUrlBuf

std::string ExportState::importUrlBuf

Definition at line 250 of file AppState.h.

◆ presetPath

std::string ExportState::presetPath = "userSettings/preset.ini"

Definition at line 245 of file AppState.h.

◆ presetStatus

std::string ExportState::presetStatus

Definition at line 246 of file AppState.h.

◆ screenshotPath

std::string ExportState::screenshotPath = "screenshot.png"

Definition at line 238 of file AppState.h.

◆ screenshotStatus

std::string ExportState::screenshotStatus

Definition at line 239 of file AppState.h.

◆ selectedExporter

int ExportState::selectedExporter = 0

Definition at line 232 of file AppState.h.

◆ useCanvasOverride

bool ExportState::useCanvasOverride = false

Definition at line 240 of file AppState.h.


The documentation for this struct was generated from the following file: