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::HBox::align | ( | ) | [protected, virtual] |
Implements MWGui::Widgets::Box.
MyGUI::IntSize MWGui::Widgets::HBox::getRequestedSize | ( | ) | [protected, virtual] |
Implements MWGui::Widgets::AutoSizedWidget.
void MWGui::Widgets::HBox::onWidgetCreated | ( | MyGUI::Widget * | _widget | ) | [protected, virtual] |
void MWGui::Widgets::HBox::setCoord | ( | const MyGUI::IntCoord & | _value | ) | [virtual] |
void MWGui::Widgets::HBox::setPropertyOverride | ( | const std::string & | _key, |
const std::string & | _value | ||
) | [protected, virtual] |
void MWGui::Widgets::HBox::setSize | ( | const MyGUI::IntSize & | _value | ) | [virtual] |