#include <race.hpp>
Enumerator |
---|
GM_Male |
|
GM_Female |
|
void MWGui::RaceDialog::close |
( |
| ) |
|
|
virtual |
void MWGui::RaceDialog::getBodyParts |
( |
int |
part, |
|
|
std::vector< std::string > & |
out |
|
) |
| |
|
private |
Gender MWGui::RaceDialog::getGender |
( |
| ) |
const |
|
inline |
const std::string& MWGui::RaceDialog::getRaceId |
( |
| ) |
const |
|
inline |
const ESM::NPC & MWGui::RaceDialog::getResult |
( |
| ) |
const |
void MWGui::RaceDialog::onAccept |
( |
MyGUI::ListBox * |
_sender, |
|
|
size_t |
_index |
|
) |
| |
|
protected |
void MWGui::RaceDialog::onBackClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onHeadRotate |
( |
MyGUI::ScrollBar * |
_sender, |
|
|
size_t |
_position |
|
) |
| |
|
protected |
void MWGui::RaceDialog::onOkClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onSelectNextFace |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onSelectNextGender |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onSelectNextHair |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onSelectPreviousFace |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onSelectPreviousGender |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onSelectPreviousHair |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::RaceDialog::onSelectRace |
( |
MyGUI::ListBox * |
_sender, |
|
|
size_t |
_index |
|
) |
| |
|
protected |
void MWGui::RaceDialog::open |
( |
| ) |
|
|
virtual |
void MWGui::RaceDialog::recountParts |
( |
| ) |
|
|
private |
void MWGui::RaceDialog::setGender |
( |
Gender |
gender | ) |
|
|
inline |
void MWGui::RaceDialog::setNextButtonShow |
( |
bool |
shown | ) |
|
void MWGui::RaceDialog::setRaceId |
( |
const std::string & |
raceId | ) |
|
void MWGui::RaceDialog::updatePreview |
( |
| ) |
|
|
private |
void MWGui::RaceDialog::updateRaces |
( |
| ) |
|
|
private |
void MWGui::RaceDialog::updateSkills |
( |
| ) |
|
|
private |
void MWGui::RaceDialog::updateSpellPowers |
( |
| ) |
|
|
private |
Event : Back button clicked.
signature : void method()
Event : Dialog finished, OK button clicked.
signature : void method()
std::vector<std::string> MWGui::RaceDialog::mAvailableHairs |
|
private |
std::vector<std::string> MWGui::RaceDialog::mAvailableHeads |
|
private |
float MWGui::RaceDialog::mCurrentAngle |
|
private |
std::string MWGui::RaceDialog::mCurrentRaceId |
|
private |
int MWGui::RaceDialog::mFaceIndex |
|
private |
int MWGui::RaceDialog::mGenderIndex |
|
private |
int MWGui::RaceDialog::mHairIndex |
|
private |
MyGUI::ScrollBar* MWGui::RaceDialog::mHeadRotate |
|
private |
osg::Group* MWGui::RaceDialog::mParent |
|
private |
bool MWGui::RaceDialog::mPreviewDirty |
|
private |
MyGUI::ImageBox* MWGui::RaceDialog::mPreviewImage |
|
private |
std::auto_ptr<MyGUI::ITexture> MWGui::RaceDialog::mPreviewTexture |
|
private |
MyGUI::ListBox* MWGui::RaceDialog::mRaceList |
|
private |
std::vector<MyGUI::Widget*> MWGui::RaceDialog::mSkillItems |
|
private |
MyGUI::Widget* MWGui::RaceDialog::mSkillList |
|
private |
std::vector<MyGUI::Widget*> MWGui::RaceDialog::mSpellPowerItems |
|
private |
MyGUI::Widget* MWGui::RaceDialog::mSpellPowerList |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/race.hpp
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/race.cpp