Drag[en]gine Script Module DragonScript
1.23
|
Action scroll down/right action. More...
Public Member Functions | |
ActionScrollDownRight | new (ScrollBar scrollBar) |
ActionScrollDownRight | new (ScrollBar scrollBar, bool isWheelAction) |
Public Member Functions inherited from Dragengine.Gui.ScrollBar.ActionScroll | |
void | createContent () |
void | dispose () |
void | enableDirectionButtons () |
RectArea | getHelperPositions () |
bool | getHideIfEmpty () |
Hide scroll bar if range is empty. More... | |
int | getKnobSize () |
RangeModel | getModel () |
bool | getReverseWheel () |
Reverse wheel direction. More... | |
ActionScroll | new (Orientation orientation) |
ActionScroll | new (Orientation orientation, RangeModel model) |
Create scroll bar widget with model. More... | |
void | onAction (ActionEvent event) |
Run action. More... | |
void | onButtonPress (MouseEvent event) |
void | onButtonRelease (MouseEvent event) |
void | onDesignerChanged () |
Designer changed. More... | |
void | onGuiThemeChanged () |
void | onResize (WidgetEvent event) |
Size changed. More... | |
void | rangeChanged (RangeModel rangeModel) |
void | removeAllWidgets () |
Remove all widgets. More... | |
void | setHideIfEmpty (bool hideIfEmpty) |
Set if scroll bar is hidden if range is empty. More... | |
void | setModel (RangeModel rangeModel) |
void | setOrientation (Orientation orientation) |
void | setReverseWheel (bool reverseWheel) |
Set reverse wheel direction. More... | |
void | updateKnobWidget () |
void | valueChanged (RangeModel rangeModel) |
Public Member Functions inherited from Dragengine.Gui.Events.DefaultActionListener | |
DefaultActionListener | new () |
Create default action listener. More... | |
Protected Member Functions | |
bool | increaseValue () |
Protected Member Functions inherited from Dragengine.Gui.ScrollBar.ActionScroll | |
WidgetDesigner | getDesignerFromTheme () |
Get designer from gui theme. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Dragengine.Gui.ScrollBar.ActionScroll | |
bool | pIsWheelAction |
ScrollBar | pScrollBar |
Action scroll down/right action.
|
protected |
Reimplemented from Dragengine.Gui.ScrollBar.ActionScroll.
ActionScrollDownRight Dragengine.Gui.ScrollBar.ActionScroll.ActionScrollDownRight.new | ( | ScrollBar | scrollBar | ) |
Reimplemented from Dragengine.Gui.ScrollBar.ActionScroll.
ActionScrollDownRight Dragengine.Gui.ScrollBar.ActionScroll.ActionScrollDownRight.new | ( | ScrollBar | scrollBar, |
bool | isWheelAction | ||
) |
Reimplemented from Dragengine.Gui.ScrollBar.ActionScroll.