- Extends
- GUIMenuOption
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIMenuOption
|
+-- XInterface.moSlider
Inherited Variables from XInterface.GUIMenuOption |
bAutoSizeCaption, bFlipped, bHeightFromComponent, bIgnoreChange, bSquare, bValueReadOnly, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelColor, LabelFont, LabelJustification, LabelStyleName, MyComponent, MyLabel |
Inherited Functions from XInterface.GUIMenuOption |
CenterMouse, GetComponentValue, InitComponent, InternalOnChange, InternalOnCreateComponent, MenuOptionClicked, ResetComponent, SetCaption, SetComponentValue, SetFriendlyLabel, SetHint, SetReadOnly |
Inherited Functions from XInterface.GUIMultiComponent |
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility |
Option
var(Option) bool bIntSlider;
var(Option) float MaxValue;
var(Option) float MinValue;
var(
Option) noexport editconst
GUISlider MySlider;
var(Option) string SliderBarStyleName;
SliderCaptionStyleName Source code
var(Option) string SliderCaptionStyleName;
var(Option) string SliderStyleName;
var(Option) float Value;
function Adjust ( float Amount) )
function string GetComponentValue ( ) )
function float GetValue ( ) )
InternalOnCreateComponent Source code
function SetComponentValue ( coerce string NewValue, optional bool bNoChange) )
function SetReadOnly ( bool b) )
function Setup ( coerce float MinV, coerce float MaxV, optional bool bInt) )
function SetValue ( coerce float NewV) )
defaultproperties
{
SliderStyleName="SliderKnob"
SliderCaptionStyleName="SliderCaption"
SliderBarStyleName="SliderBar"
ComponentClassName="XInterface.GUISlider"
}
|
Creation time: sk 18-3-2018 09:49:44.712 - Created with
UnCodeX