#include <review.hpp>
|
void | addSkills (const SkillList &skills, const std::string &titleId, const std::string &titleDefault, MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2) |
|
void | addSeparator (MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2) |
|
void | addGroup (const std::string &label, MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2) |
|
MyGUI::TextBox * | addValueItem (const std::string &text, const std::string &value, const std::string &state, MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2) |
|
void | addItem (const std::string &text, MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2) |
|
void | addItem (const ESM::Spell *spell, MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2) |
|
void | updateSkillArea () |
|
Enumerator |
---|
NAME_DIALOG |
|
RACE_DIALOG |
|
CLASS_DIALOG |
|
BIRTHSIGN_DIALOG |
|
MWGui::ReviewDialog::ReviewDialog |
( |
| ) |
|
void MWGui::ReviewDialog::addGroup |
( |
const std::string & |
label, |
|
|
MyGUI::IntCoord & |
coord1, |
|
|
MyGUI::IntCoord & |
coord2 |
|
) |
| |
|
private |
void MWGui::ReviewDialog::addItem |
( |
const std::string & |
text, |
|
|
MyGUI::IntCoord & |
coord1, |
|
|
MyGUI::IntCoord & |
coord2 |
|
) |
| |
|
private |
void MWGui::ReviewDialog::addItem |
( |
const ESM::Spell * |
spell, |
|
|
MyGUI::IntCoord & |
coord1, |
|
|
MyGUI::IntCoord & |
coord2 |
|
) |
| |
|
private |
void MWGui::ReviewDialog::addSeparator |
( |
MyGUI::IntCoord & |
coord1, |
|
|
MyGUI::IntCoord & |
coord2 |
|
) |
| |
|
private |
void MWGui::ReviewDialog::addSkills |
( |
const SkillList & |
skills, |
|
|
const std::string & |
titleId, |
|
|
const std::string & |
titleDefault, |
|
|
MyGUI::IntCoord & |
coord1, |
|
|
MyGUI::IntCoord & |
coord2 |
|
) |
| |
|
private |
MyGUI::TextBox * MWGui::ReviewDialog::addValueItem |
( |
const std::string & |
text, |
|
|
const std::string & |
value, |
|
|
const std::string & |
state, |
|
|
MyGUI::IntCoord & |
coord1, |
|
|
MyGUI::IntCoord & |
coord2 |
|
) |
| |
|
private |
void MWGui::ReviewDialog::configureSkills |
( |
const SkillList & |
major, |
|
|
const SkillList & |
minor |
|
) |
| |
void MWGui::ReviewDialog::onBackClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::ReviewDialog::onBirthSignClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::ReviewDialog::onClassClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::ReviewDialog::onFrame |
( |
float |
duration | ) |
|
void MWGui::ReviewDialog::onMouseWheel |
( |
MyGUI::Widget * |
_sender, |
|
|
int |
_rel |
|
) |
| |
|
protected |
void MWGui::ReviewDialog::onNameClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::ReviewDialog::onOkClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::ReviewDialog::onRaceClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
void MWGui::ReviewDialog::open |
( |
| ) |
|
|
virtual |
void MWGui::ReviewDialog::setBirthSign |
( |
const std::string & |
signId | ) |
|
void MWGui::ReviewDialog::setClass |
( |
const ESM::Class & |
class_ | ) |
|
void MWGui::ReviewDialog::setPlayerName |
( |
const std::string & |
name | ) |
|
void MWGui::ReviewDialog::setRace |
( |
const std::string & |
raceId | ) |
|
void MWGui::ReviewDialog::updateSkillArea |
( |
| ) |
|
|
private |
Event : Back button clicked.
signature : void method()
Event : Dialog finished, OK button clicked.
signature : void method()
std::string MWGui::ReviewDialog::mBirthSignId |
|
private |
MyGUI::TextBox * MWGui::ReviewDialog::mBirthSignWidget |
|
private |
MyGUI::TextBox * MWGui::ReviewDialog::mClassWidget |
|
private |
std::string MWGui::ReviewDialog::mName |
|
private |
MyGUI::TextBox* MWGui::ReviewDialog::mNameWidget |
|
private |
std::string MWGui::ReviewDialog::mRaceId |
|
private |
MyGUI::TextBox * MWGui::ReviewDialog::mRaceWidget |
|
private |
MyGUI::ScrollView* MWGui::ReviewDialog::mSkillView |
|
private |
std::map<int, MyGUI::TextBox*> MWGui::ReviewDialog::mSkillWidgetMap |
|
private |
std::vector<MyGUI::Widget*> MWGui::ReviewDialog::mSkillWidgets |
|
private |
bool MWGui::ReviewDialog::mUpdateSkillArea |
|
private |
const int MWGui::ReviewDialog::sLineHeight = 18 |
|
staticprivate |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/review.hpp
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/review.cpp