|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
A sizer with components lined up horizontally. More...
#include <panel_sizer.h>
Inheritance diagram for lwpp::HorizontalSizer:
Collaboration diagram for lwpp::HorizontalSizer:Public Member Functions | |
| HorizontalSizer (int flags) | |
| virtual Sizer * | Add (Sizer *sizer) |
| Add a sizer. | |
| virtual void | getCurrentSize (int &w, int &h) |
| Return the current size of the Sizer. | |
| virtual int | getFlags () |
| virtual int | getLabelWidth () |
| Get the biggest label width of the Size. | |
| virtual void | getMaxSize (int &w, int &h) |
| Return the maximum size of the Sizer. | |
| virtual void | getMinSize (int &w, int &h) |
| Return the minimum size of the Sizer. | |
| virtual void | Layout (int x, int y, int w, int h, int lw) |
| Layout the sizer to fit into the bounds. | |
Protected Types | |
| typedef std::vector< Sizer * > ::iterator | childIter |
Protected Attributes | |
| std::vector< Sizer * > | childList |
| int | Flags |
A sizer with components lined up horizontally.
|
protectedinherited |
|
inline |
Add a sizer.
Implements lwpp::Sizer.
|
inlinevirtual |
Return the current size of the Sizer.
Implements lwpp::Sizer.
|
inlinevirtualinherited |
Implements lwpp::Sizer.
|
inlinevirtualinherited |
Get the biggest label width of the Size.
Implements lwpp::Sizer.
|
inlinevirtual |
Return the maximum size of the Sizer.
Implements lwpp::Sizer.
|
inlinevirtual |
Return the minimum size of the Sizer.
Implements lwpp::Sizer.
|
inlinevirtual |
Layout the sizer to fit into the bounds.
Implements lwpp::Sizer.
|
protectedinherited |
|
protectedinherited |