xoreos
0.0.5
|
#include <chargenchoices.h>
Public Member Functions | |
bool | operator< (const FeatItem &f) const |
FeatItem () | |
Public Attributes | |
uint32 | featId |
Common::UString | name |
Common::UString | description |
Common::UString | icon |
uint8 | list |
The kind of list the feat belongs to: 0 (general feat), 2 (bonus feat), 1 (both) More... | |
bool | isMasterFeat |
uint32 | masterFeat |
Definition at line 54 of file chargenchoices.h.
Engines::NWN::FeatItem::FeatItem | ( | ) |
Definition at line 42 of file chargenchoices.cpp.
|
inline |
Definition at line 63 of file chargenchoices.h.
References name.
Common::UString Engines::NWN::FeatItem::description |
Definition at line 57 of file chargenchoices.h.
Referenced by Engines::NWN::CharGenChoices::getFeatItems(), Engines::NWN::CharFeats::makeKnownList(), and Engines::NWN::CharFeats::showFeatHelp().
uint32 Engines::NWN::FeatItem::featId |
Definition at line 55 of file chargenchoices.h.
Referenced by Engines::NWN::CharFeatsPopup::callbackActive(), Engines::NWN::CharFeats::callbackActive(), Engines::NWN::CharFeatsPopup::CharFeatsPopup(), Engines::NWN::CharGenChoices::getFeatItems(), Engines::NWN::CharFeats::makeAvailList(), and Engines::NWN::CharFeats::moveFeat().
Common::UString Engines::NWN::FeatItem::icon |
Definition at line 58 of file chargenchoices.h.
Referenced by Engines::NWN::CharGenChoices::getFeatItems(), Engines::NWN::CharFeats::makeAvailList(), Engines::NWN::CharFeats::makeKnownList(), and Engines::NWN::CharFeats::showFeatHelp().
bool Engines::NWN::FeatItem::isMasterFeat |
Definition at line 60 of file chargenchoices.h.
Referenced by Engines::NWN::CharGenChoices::getFeatItems(), Engines::NWN::CharFeats::makeAvailList(), Engines::NWN::CharFeats::makeKnownList(), and Engines::NWN::CharFeats::moveFeat().
uint8 Engines::NWN::FeatItem::list |
The kind of list the feat belongs to: 0 (general feat), 2 (bonus feat), 1 (both)
Definition at line 59 of file chargenchoices.h.
Referenced by Engines::NWN::CharGenChoices::getFeatItems(), and Engines::NWN::CharFeats::moveFeat().
uint32 Engines::NWN::FeatItem::masterFeat |
Definition at line 61 of file chargenchoices.h.
Referenced by Engines::NWN::CharGenChoices::getFeatItems(), Engines::NWN::CharFeats::makeAvailList(), and Engines::NWN::CharFeats::makeKnownList().
Common::UString Engines::NWN::FeatItem::name |
Definition at line 56 of file chargenchoices.h.
Referenced by Engines::NWN::CharGenChoices::getFeatItems(), Engines::NWN::CharFeats::makeAvailList(), Engines::NWN::CharFeats::makeKnownList(), operator<(), Engines::NWN::CharFeats::showFeatHelp(), and Engines::NWN::WidgetListItemFeat::WidgetListItemFeat().