|
OpenMW
|
#include <widgets.hpp>
Public Member Functions | |
| virtual void | setSize (const MyGUI::IntSize &_value) |
| virtual void | setCoord (const MyGUI::IntCoord &_value) |
Protected Member Functions | |
| virtual void | align () |
| virtual MyGUI::IntSize | getRequestedSize () |
| virtual void | setPropertyOverride (const std::string &_key, const std::string &_value) |
| virtual void | onWidgetCreated (MyGUI::Widget *_widget) |
| void MWGui::Widgets::VBox::align | ( | ) | [protected, virtual] |
Implements MWGui::Widgets::Box.
| MyGUI::IntSize MWGui::Widgets::VBox::getRequestedSize | ( | ) | [protected, virtual] |
Implements MWGui::Widgets::AutoSizedWidget.
| void MWGui::Widgets::VBox::onWidgetCreated | ( | MyGUI::Widget * | _widget | ) | [protected, virtual] |
| void MWGui::Widgets::VBox::setCoord | ( | const MyGUI::IntCoord & | _value | ) | [virtual] |
| void MWGui::Widgets::VBox::setPropertyOverride | ( | const std::string & | _key, |
| const std::string & | _value | ||
| ) | [protected, virtual] |
| void MWGui::Widgets::VBox::setSize | ( | const MyGUI::IntSize & | _value | ) | [virtual] |
1.7.6.1