|
OpenMW
|
#include <class.hpp>
Public Types | |
| typedef MyGUI::delegates::CMultiDelegate0 | EventHandle_Void |
Public Member Functions | |
| GenerateClassResultDialog () | |
| std::string | getClassId () const |
| void | setClassId (const std::string &classId) |
Public Attributes | |
| EventHandle_Void | eventBack |
Protected Member Functions | |
| void | onOkClicked (MyGUI::Widget *_sender) |
| void | onBackClicked (MyGUI::Widget *_sender) |
Private Attributes | |
| MyGUI::ImageBox * | mClassImage |
| MyGUI::TextBox * | mClassName |
| std::string | mCurrentClassId |
| typedef MyGUI::delegates::CMultiDelegate0 MWGui::GenerateClassResultDialog::EventHandle_Void |
| std::string MWGui::GenerateClassResultDialog::getClassId | ( | ) | const |
| void MWGui::GenerateClassResultDialog::onBackClicked | ( | MyGUI::Widget * | _sender | ) | [protected] |
| void MWGui::GenerateClassResultDialog::onOkClicked | ( | MyGUI::Widget * | _sender | ) | [protected] |
| void MWGui::GenerateClassResultDialog::setClassId | ( | const std::string & | classId | ) |
Event : Back button clicked.
signature : void method()
MyGUI::ImageBox* MWGui::GenerateClassResultDialog::mClassImage [private] |
MyGUI::TextBox* MWGui::GenerateClassResultDialog::mClassName [private] |
std::string MWGui::GenerateClassResultDialog::mCurrentClassId [private] |
1.7.6.1