OpenMW
|
A container widget that automatically sizes its children. More...
#include <widgets.hpp>
Public Member Functions | |
Box () | |
void | notifyChildrenSizeChanged () |
Protected Member Functions | |
virtual void | align ()=0 |
virtual void | _setPropertyImpl (const std::string &_key, const std::string &_value) |
Protected Attributes | |
int | mSpacing |
int | mPadding |
bool | mAutoResize |
A container widget that automatically sizes its children.
void MWGui::Widgets::Box::_setPropertyImpl | ( | const std::string & | _key, |
const std::string & | _value | ||
) | [protected, virtual] |
virtual void MWGui::Widgets::Box::align | ( | ) | [protected, pure virtual] |
Implemented in MWGui::Widgets::VBox, and MWGui::Widgets::HBox.
bool MWGui::Widgets::Box::mAutoResize [protected] |
int MWGui::Widgets::Box::mPadding [protected] |
int MWGui::Widgets::Box::mSpacing [protected] |