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

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

#include <PresetsPanel.h>

Public Attributes

std::string * presetPath = nullptr
 
std::string * presetStatus = nullptr
 
bool isChar = false
 
bool hasModel = false
 
std::function< void(const char *)> savePreset
 
std::function< void(const char *)> loadPreset
 

Detailed Description

Per-frame context for the presets panel.

Definition at line 11 of file PresetsPanel.h.

Member Data Documentation

◆ hasModel

bool PresetsPanel::DrawContext::hasModel = false

Definition at line 16 of file PresetsPanel.h.

◆ isChar

bool PresetsPanel::DrawContext::isChar = false

Definition at line 15 of file PresetsPanel.h.

◆ loadPreset

std::function<void(const char*)> PresetsPanel::DrawContext::loadPreset

Definition at line 19 of file PresetsPanel.h.

◆ presetPath

std::string* PresetsPanel::DrawContext::presetPath = nullptr

Definition at line 13 of file PresetsPanel.h.

◆ presetStatus

std::string* PresetsPanel::DrawContext::presetStatus = nullptr

Definition at line 14 of file PresetsPanel.h.

◆ savePreset

std::function<void(const char*)> PresetsPanel::DrawContext::savePreset

Definition at line 18 of file PresetsPanel.h.


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