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

#include <CharacterViewerPanel.h>

Public Attributes

unsigned int optionID = 0
 
unsigned int categoryID = 0
 
std::string name
 
std::vector< unsigned int > choiceIDs
 
std::vector< std::string > choiceNames
 
int selectedIndex = 0
 

Detailed Description

Customization option visible in the left column. Populated by the caller (initCharacterControl) and mutated by the panel.

Definition at line 24 of file CharacterViewerPanel.h.

Member Data Documentation

◆ categoryID

unsigned int CharacterViewerPanel::CustomizationOption::categoryID = 0

Definition at line 27 of file CharacterViewerPanel.h.

◆ choiceIDs

std::vector<unsigned int> CharacterViewerPanel::CustomizationOption::choiceIDs

Definition at line 29 of file CharacterViewerPanel.h.

◆ choiceNames

std::vector<std::string> CharacterViewerPanel::CustomizationOption::choiceNames

Definition at line 30 of file CharacterViewerPanel.h.

◆ name

std::string CharacterViewerPanel::CustomizationOption::name

Definition at line 28 of file CharacterViewerPanel.h.

◆ optionID

unsigned int CharacterViewerPanel::CustomizationOption::optionID = 0

Definition at line 26 of file CharacterViewerPanel.h.

◆ selectedIndex

int CharacterViewerPanel::CustomizationOption::selectedIndex = 0

Definition at line 31 of file CharacterViewerPanel.h.


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