25 #ifndef ENGINES_NWN_GUI_CHARGEN_CHARPACKAGE_H 26 #define ENGINES_NWN_GUI_CHARGEN_CHARPACKAGE_H 67 #endif // ENGINES_NWN_GUI_CHARGEN_CHARPACKAGE_H
WidgetListBox * _packageListBox
std::vector< Common::UString > _packageNames
A vector of pointer to objects, with automatic deletion.
Common::PtrVector< CharGenBase > _subGUIs
std::vector< Common::UString > _helpTexts
A vector storing pointer to objects, with automatic deletion.
std::vector< uint8 > _packageID
The character generator base class.
void callbackActive(Widget &widget)
Callback that's triggered when a widget was activated.
CharPackage(CharGenChoices &choices, ::Engines::Console *console)