|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#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 |
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.
| unsigned int CharacterViewerPanel::CustomizationOption::categoryID = 0 |
Definition at line 27 of file CharacterViewerPanel.h.
| std::vector<unsigned int> CharacterViewerPanel::CustomizationOption::choiceIDs |
Definition at line 29 of file CharacterViewerPanel.h.
| std::vector<std::string> CharacterViewerPanel::CustomizationOption::choiceNames |
Definition at line 30 of file CharacterViewerPanel.h.
| std::string CharacterViewerPanel::CustomizationOption::name |
Definition at line 28 of file CharacterViewerPanel.h.
| unsigned int CharacterViewerPanel::CustomizationOption::optionID = 0 |
Definition at line 26 of file CharacterViewerPanel.h.
| int CharacterViewerPanel::CustomizationOption::selectedIndex = 0 |
Definition at line 31 of file CharacterViewerPanel.h.