Action scroll.
More...
Action scroll.
- Version
- 1.9
◆ createContent()
void Dragengine.Gui.ScrollBar.ActionScroll.createContent |
( |
| ) |
|
◆ dispose()
void Dragengine.Gui.ScrollBar.ActionScroll.dispose |
( |
| ) |
|
◆ enableDirectionButtons()
void Dragengine.Gui.ScrollBar.ActionScroll.enableDirectionButtons |
( |
| ) |
|
Enable direction buttons depending on the model value.
◆ getDesignerFromTheme()
WidgetDesigner Dragengine.Gui.ScrollBar.ActionScroll.getDesignerFromTheme |
( |
| ) |
|
|
protected |
Get designer from gui theme.
Modified to ensure a DefaultScrollBarDesigner is used if super.getDesignerFromTheme() returns null.
◆ getHelperPositions()
RectArea Dragengine.Gui.ScrollBar.ActionScroll.getHelperPositions |
( |
| ) |
|
Helper positions. If not present yet they are calculated.
◆ getHideIfEmpty()
bool Dragengine.Gui.ScrollBar.ActionScroll.getHideIfEmpty |
( |
| ) |
|
Hide scroll bar if range is empty.
◆ getKnobSize()
int Dragengine.Gui.ScrollBar.ActionScroll.getKnobSize |
( |
| ) |
|
◆ getModel()
RangeModel Dragengine.Gui.ScrollBar.ActionScroll.getModel |
( |
| ) |
|
◆ getReverseWheel()
bool Dragengine.Gui.ScrollBar.ActionScroll.getReverseWheel |
( |
| ) |
|
Reverse wheel direction.
- Version
- 1.9
If false wheeling up decreases the range model. If true increases the range model.
◆ increaseValue()
bool Dragengine.Gui.ScrollBar.ActionScroll.increaseValue |
( |
| ) |
|
|
protected |
◆ new() [1/4]
ActionScroll Dragengine.Gui.ScrollBar.ActionScroll.new |
( |
Orientation |
orientation | ) |
|
Create scroll bar widget.
◆ new() [2/4]
Create scroll bar widget with model.
◆ new() [3/4]
◆ new() [4/4]
◆ onAction()
void Dragengine.Gui.ScrollBar.ActionScroll.onAction |
( |
ActionEvent |
event | ) |
|
◆ onButtonPress()
void Dragengine.Gui.ScrollBar.ActionScroll.onButtonPress |
( |
MouseEvent |
event | ) |
|
Mouse button has been pressed.
◆ onButtonRelease()
void Dragengine.Gui.ScrollBar.ActionScroll.onButtonRelease |
( |
MouseEvent |
event | ) |
|
Mouse button has been released.
◆ onDesignerChanged()
void Dragengine.Gui.ScrollBar.ActionScroll.onDesignerChanged |
( |
| ) |
|
◆ onGuiThemeChanged()
void Dragengine.Gui.ScrollBar.ActionScroll.onGuiThemeChanged |
( |
| ) |
|
Notification that the gui theme changed.
◆ onResize()
void Dragengine.Gui.ScrollBar.ActionScroll.onResize |
( |
WidgetEvent |
event | ) |
|
◆ rangeChanged()
void Dragengine.Gui.ScrollBar.ActionScroll.rangeChanged |
( |
RangeModel |
rangeModel | ) |
|
Send if the outer range properties like minimum value, maximum value or page size has changed.
◆ removeAllWidgets()
void Dragengine.Gui.ScrollBar.ActionScroll.removeAllWidgets |
( |
| ) |
|
◆ setHideIfEmpty()
void Dragengine.Gui.ScrollBar.ActionScroll.setHideIfEmpty |
( |
bool |
hideIfEmpty | ) |
|
Set if scroll bar is hidden if range is empty.
◆ setModel()
void Dragengine.Gui.ScrollBar.ActionScroll.setModel |
( |
RangeModel |
rangeModel | ) |
|
◆ setOrientation()
void Dragengine.Gui.ScrollBar.ActionScroll.setOrientation |
( |
Orientation |
orientation | ) |
|
Set oriantation of the scrollbar.
◆ setReverseWheel()
void Dragengine.Gui.ScrollBar.ActionScroll.setReverseWheel |
( |
bool |
reverseWheel | ) |
|
Set reverse wheel direction.
- Version
- 1.9
If false wheeling up decreases the range model. If true increases the range model.
◆ updateKnobWidget()
void Dragengine.Gui.ScrollBar.ActionScroll.updateKnobWidget |
( |
| ) |
|
Update knob widget geometry.
◆ valueChanged()
void Dragengine.Gui.ScrollBar.ActionScroll.valueChanged |
( |
RangeModel |
rangeModel | ) |
|
Send if the value has changed.
◆ pIsWheelAction
bool Dragengine.Gui.ScrollBar.ActionScroll.pIsWheelAction |
|
protected |
◆ pScrollBar
ScrollBar Dragengine.Gui.ScrollBar.ActionScroll.pScrollBar |
|
protected |
The documentation for this class was generated from the following file: