#include <YSpacing.h>
Inheritance diagram for YSpacing:
Public Member Functions | |
YSpacing (const YWidgetOpt &opt, float layoutUnits, bool horizontal, bool vertical) | |
virtual char * | widgetClass () |
long | nicesize (YUIDimension dim) |
bool | isLayoutStretch (YUIDimension dim) const |
long | width () const |
long | height () const |
Private Attributes | |
long | _size [YUIAllDimensions] |
|
Constructor
|
|
Height in device dependent units (pixels or character cells) |
|
Returns true if this is a layout stretch space in dimension "dim". Such widgets will receive special treatment in layout calculations. Inherited from YWidget. Reimplemented from YWidget. |
|
Minimum size the widget should have to make it look and feel nice. This is 0 for the empty widget.
Implements YWidget. |
|
Returns a descriptive name of this widget class for logging, debugging etc. Reimplemented from YWidget. |
|
Width in device dependent units (pixels or character cells) |
|
|