I'm a doctor, not a mechanic

UE1:UWindowHScrollBar (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowHScrollBar

Contents

Package: 
UWindow
This class in other games:
U1, UT

UWindowHScrollBar - A horizontal scrollbar

[edit] Properties

[edit] bDisabled

Type: bool


[edit] bDragging

Type: bool


[edit] DragX

Type: float


[edit] LeftButton

Type: UWindowSBLeftButton


[edit] MaxPos

Type: float


[edit] MaxVisible

Type: float


[edit] MinPos

Type: float


[edit] NextClickTime

Type: float


[edit] Pos

Type: float

offset to WinTop

[edit] RightButton

Type: UWindowSBRightButton


[edit] ScrollAmount

Type: float


[edit] ThumbStart

Type: float


[edit] ThumbWidth

Type: float


[edit] Instance functions

[edit] BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


[edit] CheckRange

function CheckRange ()


[edit] Created

function Created ()

Overrides: UWindowWindow.Created


[edit] LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


[edit] MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


[edit] Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


[edit] Scroll

function bool Scroll (float Delta)


[edit] SetRange

function SetRange (float NewMinPos, float NewMaxPos, float NewMaxVisible, optional float NewScrollAmount)


[edit] Show

function Show (float P)


[edit] Tick

function Tick (float Delta)

Overrides: UWindowWindow.Tick