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

Per-frame context for the export panel. More...

#include <ExportPanel.h>

Public Attributes

std::function< WoWModel *()> getLoadedModel
 
std::vector< std::unique_ptr< ExporterPlugin > > * exporters = nullptr
 
int * selectedExporter = nullptr
 
std::vector< AnimEntry > * animEntries = nullptr
 
std::vector< char > * exportAnimChecked = nullptr
 
int * selectedAnimCombo = nullptr
 
std::string * exportPath = nullptr
 
std::string * exportStatus = nullptr
 

Detailed Description

Per-frame context for the export panel.

Definition at line 19 of file ExportPanel.h.

Member Data Documentation

◆ animEntries

std::vector<AnimEntry>* ExportPanel::DrawContext::animEntries = nullptr

Definition at line 24 of file ExportPanel.h.

◆ exportAnimChecked

std::vector<char>* ExportPanel::DrawContext::exportAnimChecked = nullptr

Definition at line 25 of file ExportPanel.h.

◆ exporters

std::vector<std::unique_ptr<ExporterPlugin> >* ExportPanel::DrawContext::exporters = nullptr

Definition at line 22 of file ExportPanel.h.

◆ exportPath

std::string* ExportPanel::DrawContext::exportPath = nullptr

Definition at line 27 of file ExportPanel.h.

◆ exportStatus

std::string* ExportPanel::DrawContext::exportStatus = nullptr

Definition at line 28 of file ExportPanel.h.

◆ getLoadedModel

std::function<WoWModel*()> ExportPanel::DrawContext::getLoadedModel

Definition at line 21 of file ExportPanel.h.

◆ selectedAnimCombo

int* ExportPanel::DrawContext::selectedAnimCombo = nullptr

Definition at line 26 of file ExportPanel.h.

◆ selectedExporter

int* ExportPanel::DrawContext::selectedExporter = nullptr

Definition at line 23 of file ExportPanel.h.


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