| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUISlider
| Variables Summary | |
|---|---|
| float | LastChangeMessage |
| float | UpdateFreq |
| GUISlider | |
| bool | bDisplayAsPercentage |
| bool | bIntSlider |
| GUIStyles | ButtonStyle |
| string | ButtonStyleName |
| float | ButtonWidthPixels |
| eTextAlign | CaptionJustification |
| GUIStyles | CaptionStyle |
| string | CaptionStyleName |
| GUIStyles | LeftStyle |
| string | LeftStyleName |
| float | MaxValue |
| float | MinValue |
| GUIStyles | RightStyle |
| string | RightStyleName |
| float | SliderHeightPercent |
| float | Step |
| float | Value |
| Inherited Variables from GUI.GUI |
|---|
| Controller, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_TimeOut, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel |
| Enumerations Summary |
|---|
| Inherited Enumerations from GUI.GUIComponent |
|---|
| EClickSound |
| Inherited Enumerations from GUI.GUI |
|---|
| eEditMask, eIconPosition, eImgAlign, eImgStyle, eListElemDisplay, EMenuRenderStyle, eMenuState, eProgressDirection, eTextAlign, eTextCase, eXControllerCodes |
| Structures Summary |
|---|
| Inherited Structures from GUI.GUIComponent |
|---|
| sDynamicPositionSpec, sTransitionSpec |
| Inherited Structures from GUI.GUI |
|---|
| ControlSpec, GUIListElem |
| Delegates Summary | ||
|---|---|---|
![]() | string | OnDrawCaption ())) |
| Functions Summary | ||
|---|---|---|
![]() | Adjust (float amount)) | |
![]() | Click ())) | |
![]() | InitComponent (GUIComponent MyOwner)) | |
![]() | bool | InternalCapturedMouseMove (float deltaX, float deltaY)) |
![]() | bool | InternalOnKeyEvent (out byte Key, out byte State, float delta)) |
![]() | InternalOnMousePressed (GUIComponent Sender)) | |
![]() | bool | InternalOnXControllerEvent (byte Id, eXControllerCodes iCode)) |
![]() | SetValue (float NewValue)) | |
![]() | Timer ())) | |
| Inherited Functions from GUI.GUI |
|---|
| CopyConfig, CreateElement, IsDigit, MakeColorCode, StripCodes |
| Variables Detail |
|---|
Should the value be displayed in text form as a percentage?
Are the values bound to be ints
The style displayed for the button
Name of the button style
The buttons width in pixels (at 800x600)
How the caption is justified
The actual caption style
Name of the caption style
The style displayed left of the button
Name of the left style
Bounds for the slider
Bounds for the slider
The style displayed right of the button
Name of the right style
Sliders height as a percentage of the total component height
Step value for incrementing the slider
Slider's initial value
| Delegates Detail |
|---|
OnDrawCaption Source code| Functions Detail |
|---|
Adjust Source code
Click Source code
InitComponent Source code
InternalCapturedMouseMove Source code
InternalOnKeyEvent Source code
InternalOnMousePressed Source code
InternalOnXControllerEvent Source code
SetValue Source code
Timer Source code| Defaultproperties |
|---|
defaultproperties
{
StyleName="sty_sliderstyle"
bAcceptsInput=true
bCaptureMouse=True
bNeverFocus=false;
bTabStop=true
WinHeight=0.03
bRequireReleaseClick=true
CaptionStyleName="STY_SliderCaption"
bIntSlider=false;
OnClickSound=CS_Click
Step=1;
bDrawStyle=false
ButtonStyleName="STY_SliderButton"
LeftStyleName="STY_SliderLeft"
RightStyleName="STY_SliderRight"
SliderHeightPercent=1.0
ButtonWidthPixels=16.0
UpdateFreq=30
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||