| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIScrollBarBase
GUIHorzScrollBar, GUIVertScrollBar
| Variables Summary | |
|---|---|
| int | CurPos |
| float | GrabOffset |
| float | GripPos |
| float | GripSize |
| GUIScrollButtonBase | MyDecreaseButton |
| GUIGripButtonBase | MyGripButton |
| GUIScrollButtonBase | MyIncreaseButton |
| GUIListBase | MyList |
| GUIScrollZoneBase | MyScrollZone |
| GUIScrollBarBase | |
| int | BigStep |
| int | ItemCount |
| int | ItemsPerPage |
| int | MinGripPixels |
| EOrientation | Orientation |
| int | Step |
| Inherited Variables from XInterface.GUIMultiComponent |
|---|
| AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
| Enumerations Summary |
|---|
| Inherited Enumerations from XInterface.GUIComponent |
|---|
| EClickSound, EParentScaleType |
| Delegates Summary | ||
|---|---|---|
![]() | AlignThumb () | |
![]() | MoveGripBy (int items) | |
![]() | PositionChanged (int NewPos) | |
| Inherited Delegates from XInterface.GUIMultiComponent |
|---|
| HandleContextMenuClose, HandleContextMenuOpen, NotifyContextSelect, OnCreateComponent |
| Functions Summary | ||
|---|---|---|
![]() | bool | DecreaseClick (GUIComponent Sender) |
![]() | bool | GripPreDraw (GUIComponent Sender) |
![]() | bool | IncreaseClick (GUIComponent Sender) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner) | |
![]() | Refocus (GUIComponent Who) | |
![]() | SetFriendlyLabel (GUILabel NewLabel) | |
![]() | SetList (GUIListBase List) | |
![]() | UpdateGripPosition (float NewPos) | |
![]() | WheelDown () | |
![]() | WheelUp () | |
| Variables Detail |
|---|
| Delegates Detail |
|---|
AlignThumb Source code
MoveGripBy Source code
PositionChanged Source code| Functions Detail |
|---|
DecreaseClick Source code
GripPreDraw Source code
IncreaseClick Source code
InitComponent Source code
Refocus Source code
SetFriendlyLabel Source code
SetList Source code
UpdateGripPosition Source code
WheelDown Source code
WheelUp Source code| Defaultproperties |
|---|
defaultproperties { Step=1 PropagateVisibility=Wahr bTabStop=Falsch } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||