Drag[en]gine Script Module DragonScript 1.23
|
Slider layout. More...
Classes | |
enum | Target |
Public Member Functions | |
void | addWidget (Widget widget, Object settings) |
Add widget to layout using settings. | |
void | doLayout (Container container) |
Layout widgets in container. | |
Point | getMinimumSize (Container container) |
Minimal size required for layout in container. | |
Point | getMinimumSizeForHeight (Container container, int height) |
Minimum size of layout using reference widget height and variable width. | |
Point | getMinimumSizeForWidth (Container container, int width) |
Minimum size of layout using reference width and variable height. | |
SliderLayout | new () |
void | removeWidget (Widget widget) |
Remove widget from layout. | |
Protected Attributes | |
Widget | pWidgetBar |
Widget | pWidgetKnob |
Slider layout.
void Dragengine.Gui.Slider.ActionSlide.SliderLayout.addWidget | ( | Widget | widget, |
Object | settings | ||
) |
Add widget to layout using settings.
widget | Widget to add to layout. |
settings | Settings for widget. Can be null. |
Implements Dragengine.Gui.Layout.
void Dragengine.Gui.Slider.ActionSlide.SliderLayout.doLayout | ( | Container | container | ) |
Layout widgets in container.
Implements Dragengine.Gui.Layout.
Minimal size required for layout in container.
Implements Dragengine.Gui.Layout.
Point Dragengine.Gui.Slider.ActionSlide.SliderLayout.getMinimumSizeForHeight | ( | Container | container, |
int | height | ||
) |
Minimum size of layout using reference widget height and variable width.
Implements Dragengine.Gui.Layout.
Point Dragengine.Gui.Slider.ActionSlide.SliderLayout.getMinimumSizeForWidth | ( | Container | container, |
int | width | ||
) |
Minimum size of layout using reference width and variable height.
Implements Dragengine.Gui.Layout.
SliderLayout Dragengine.Gui.Slider.ActionSlide.SliderLayout.new | ( | ) |
void Dragengine.Gui.Slider.ActionSlide.SliderLayout.removeWidget | ( | Widget | widget | ) |
Remove widget from layout.
Implements Dragengine.Gui.Layout.
|
protected |
|
protected |