|
Drag[en]gine Script Module DragonScript 1.32.1
|
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 () |
| void | focusDirectional (int direction) |
| Point | getFocusMouseLocation () |
| RectArea | getHelperPositions () |
| bool | getHideIfEmpty () |
| Hide scroll bar if range is empty. | |
| int | getKnobSize () |
| RangeModel | getModel () |
| bool | getReverseWheel () |
| Reverse wheel direction. | |
| ActionScroll | new (Orientation orientation) |
| ActionScroll | new (Orientation orientation, RangeModel model) |
| Create scroll bar widget with model. | |
| void | onAction (ActionEvent event) |
| void | onButtonPress (MouseEvent event) |
| void | onButtonRelease (MouseEvent event) |
| void | onDesignerChanged () |
| Designer changed. | |
| void | onGuiThemeChanged () |
| void | onResize (WidgetEvent event) |
| Size changed. | |
| void | rangeChanged (RangeModel rangeModel) |
| void | removeAllWidgets () |
| Remove all widgets. | |
| void | setHideIfEmpty (bool hideIfEmpty) |
| Set if scroll bar is hidden if range is empty. | |
| void | setModel (RangeModel rangeModel) |
| void | setOrientation (Orientation orientation) |
| void | setReverseWheel (bool reverseWheel) |
| Set reverse wheel direction. | |
| void | updateKnobWidget () |
| void | valueChanged (RangeModel rangeModel) |
Protected Member Functions | |
| bool | increaseValue () |
Protected Member Functions inherited from Dragengine.Gui.ScrollBar.ActionScroll | |
| WidgetDesigner | getDesignerFromTheme () |
| Get designer from gui theme. | |
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.