Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.moSlider

Extends
GUIMenuOption

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIMenuOption
            |   
            +-- XInterface.moSlider

Variables Summary
Option
boolbIntSlider
floatMaxValue
floatMinValue
GUISliderMySlider
stringSliderBarStyleName
stringSliderCaptionStyleName
stringSliderStyleName
floatValue
Inherited Variables from XInterface.GUIMenuOption
bAutoSizeCaption, bFlipped, bHeightFromComponent, bIgnoreChange, bSquare, bValueReadOnly, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelColor, LabelFont, LabelJustification, LabelStyleName, MyComponent, MyLabel
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function Adjust (float Amount))
functionstring GetComponentValue ()))
functionfloat GetValue ()))
function InitComponent (GUIController InController, GUIComponent InOwner))
function InternalOnChange (GUIComponent Sender))
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender))
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))
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


Variables Detail

Option

bIntSlider Source code

var(Option) bool bIntSlider;

MaxValue Source code

var(Option) float MaxValue;

MinValue Source code

var(Option) float MinValue;

MySlider Source code

var(Option) noexport editconst GUISlider MySlider;

SliderBarStyleName Source code

var(Option) string SliderBarStyleName;

SliderCaptionStyleName Source code

var(Option) string SliderCaptionStyleName;

SliderStyleName Source code

var(Option) string SliderStyleName;

Value Source code

var(Option) float Value;


Functions Detail

Adjust Source code

function Adjust ( float Amount) )

GetComponentValue Source code

function string GetComponentValue ( ) )

GetValue Source code

function float GetValue ( ) )

InitComponent Source code

function InitComponent ( GUIController InController, GUIComponent InOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender) )

SetComponentValue Source code

function SetComponentValue ( coerce string NewValue, optional bool bNoChange) )

SetReadOnly Source code

function SetReadOnly ( bool b) )

Setup Source code

function Setup ( coerce float MinV, coerce float MaxV, optional bool bInt) )

SetValue Source code

function SetValue ( coerce float NewV) )


Defaultproperties

defaultproperties
{
	ComponentClassName="XInterface.GUISlider"
	SliderStyleName="SliderKnob"
	SliderBarStyleName="SliderBar"
	SliderCaptionStyleName="SliderCaption"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:14.684 - Created with UnCodeX