Drag[en]gine Script Module DragonScript  1.23
Dragengine.Gui.ScrollBar.ActionScroll.ActionScrollUpLeft Class Reference

Action scroll up/left action. More...

Inheritance diagram for Dragengine.Gui.ScrollBar.ActionScroll.ActionScrollUpLeft:
Dragengine.Gui.ScrollBar.ActionScroll Dragengine.Gui.Events.DefaultActionListener Dragengine.Gui.Events.ActionListener

Public Member Functions

ActionScrollUpLeft new (ScrollBar scrollBar)
 
ActionScrollUpLeft 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
 

Detailed Description

Action scroll up/left action.

Member Function Documentation

◆ increaseValue()

bool Dragengine.Gui.ScrollBar.ActionScroll.ActionScrollUpLeft.increaseValue ( )
protected

◆ new() [1/2]

ActionScrollUpLeft Dragengine.Gui.ScrollBar.ActionScroll.ActionScrollUpLeft.new ( ScrollBar  scrollBar)

◆ new() [2/2]

ActionScrollUpLeft Dragengine.Gui.ScrollBar.ActionScroll.ActionScrollUpLeft.new ( ScrollBar  scrollBar,
bool  isWheelAction 
)
Version
1.11

Reimplemented from Dragengine.Gui.ScrollBar.ActionScroll.


The documentation for this class was generated from the following file: