|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
a sizer containing a single PanelControl More...
#include <panel_sizer.h>
Inheritance diagram for lwpp::ControlSizer:
Collaboration diagram for lwpp::ControlSizer:Public Member Functions | |
| ControlSizer (PanelControl _control, int flags=0) | |
| virtual Sizer * | Add (Sizer *sizer, SizerFlags) |
| virtual Sizer * | Add (Sizer *s) |
| 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. | |
a sizer containing a single PanelControl
|
inline |
|
inlinevirtual |
Add a sizer.
Implements lwpp::Sizer.
|
inlinevirtual |
Return the current size of the Sizer.
Implements lwpp::Sizer.
|
inlinevirtual |
Implements lwpp::Sizer.
|
inlinevirtual |
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.