OpenMW
Public Member Functions | Protected Member Functions | Protected Attributes
MWGui::Widgets::Box Class Reference

A container widget that automatically sizes its children. More...

#include <widgets.hpp>

List of all members.

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

Detailed Description

A container widget that automatically sizes its children.

Note:
the box being an AutoSizedWidget as well allows to put boxes inside a box

Constructor & Destructor Documentation


Member Function Documentation

void MWGui::Widgets::Box::_setPropertyImpl ( const std::string &  _key,
const std::string &  _value 
) [protected, virtual]
virtual void MWGui::Widgets::Box::align ( ) [protected, pure virtual]

Member Data Documentation


The documentation for this class was generated from the following files: