#include <mainmenu.hpp>
|
| | MainMenu (int w, int h, const VFS::Manager *vfs, const std::string &versionDescription) |
| |
| | ~MainMenu () |
| |
| void | onResChange (int w, int h) |
| |
| virtual void | setVisible (bool visible) |
| |
| void | update (float dt) |
| |
| | Layout (const std::string &_layout, MyGUI::Widget *_parent=nullptr) |
| |
| virtual | ~Layout () |
| |
| MyGUI::Widget * | getWidget (const std::string &_name) |
| |
| template<typename T > |
| void | getWidget (T *&_widget, const std::string &_name) |
| |
| void | setCoord (int x, int y, int w, int h) |
| |
| void | setText (const std::string &name, const std::string &caption) |
| |
| void | setTitle (const std::string &title) |
| |
| MWGui::MainMenu::MainMenu |
( |
int |
w, |
|
|
int |
h, |
|
|
const VFS::Manager * |
vfs, |
|
|
const std::string & |
versionDescription |
|
) |
| |
| MWGui::MainMenu::~MainMenu |
( |
| ) |
|
| void MWGui::MainMenu::onButtonClicked |
( |
MyGUI::Widget * |
sender | ) |
|
|
private |
| void MWGui::MainMenu::onExitConfirmed |
( |
| ) |
|
|
private |
| void MWGui::MainMenu::onNewGameConfirmed |
( |
| ) |
|
|
private |
| void MWGui::MainMenu::onResChange |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
| void MWGui::MainMenu::setVisible |
( |
bool |
visible | ) |
|
|
virtual |
| void MWGui::MainMenu::showBackground |
( |
bool |
show | ) |
|
|
private |
| void MWGui::MainMenu::update |
( |
float |
dt | ) |
|
| void MWGui::MainMenu::updateMenu |
( |
| ) |
|
|
private |
| MyGUI::Widget* MWGui::MainMenu::mButtonBox |
|
private |
| bool MWGui::MainMenu::mHasAnimatedMenu |
|
private |
| int MWGui::MainMenu::mHeight |
|
private |
| MyGUI::TextBox* MWGui::MainMenu::mVersionText |
|
private |
| MyGUI::ImageBox* MWGui::MainMenu::mVideoBackground |
|
private |
| int MWGui::MainMenu::mWidth |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/mainmenu.hpp
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/mainmenu.cpp