#include <layout.hpp>
|
void | initialise (const std::string &_layout, MyGUI::Widget *_parent=nullptr) |
|
void | shutdown () |
|
The Layout class is an utility class used to load MyGUI layouts from xml files, and to manipulate member widgets.
MWGui::Layout::Layout |
( |
const std::string & |
_layout, |
|
|
MyGUI::Widget * |
_parent = nullptr |
|
) |
| |
|
inline |
virtual MWGui::Layout::~Layout |
( |
| ) |
|
|
inlinevirtual |
MyGUI::Widget * MWGui::Layout::getWidget |
( |
const std::string & |
_name | ) |
|
template<typename T >
void MWGui::Layout::getWidget |
( |
T *& |
_widget, |
|
|
const std::string & |
_name |
|
) |
| |
|
inline |
void MWGui::Layout::initialise |
( |
const std::string & |
_layout, |
|
|
MyGUI::Widget * |
_parent = nullptr |
|
) |
| |
|
private |
void MWGui::Layout::setText |
( |
const std::string & |
name, |
|
|
const std::string & |
caption |
|
) |
| |
void MWGui::Layout::setTitle |
( |
const std::string & |
title | ) |
|
void MWGui::Layout::setVisible |
( |
bool |
b | ) |
|
|
virtual |
void MWGui::Layout::shutdown |
( |
| ) |
|
|
private |
std::string MWGui::Layout::mLayoutName |
|
protected |
MyGUI::VectorWidgetPtr MWGui::Layout::mListWindowRoot |
|
protected |
MyGUI::Widget* MWGui::Layout::mMainWidget |
std::string MWGui::Layout::mPrefix |
|
protected |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/layout.hpp
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/layout.cpp