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

XInterface.moFloatEdit

Extends
GUIMenuOption

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

Variables Summary
Option
floatMaxValue
floatMinValue
GUIFloatEditMyNumericEdit
floatStep
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
functionstring GetComponentValue ()))
functionfloat GetValue ()))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function SetComponentValue (coerce string NewValue, optional bool bNoChange))
function SetReadOnly (bool b))
function Setup (coerce float NewMin, coerce float NewMax, coerce float NewStep))
function SetValue (coerce float V))
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

MaxValue Source code

var(Option) float MaxValue;

MinValue Source code

var(Option) float MinValue;

MyNumericEdit Source code

var(Option) noexport editconst GUIFloatEdit MyNumericEdit;

Step Source code

var(Option) float Step;


Functions Detail

GetComponentValue Source code

function string GetComponentValue ( ) )

GetValue Source code

function float GetValue ( ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

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 NewMin, coerce float NewMax, coerce float NewStep) )

SetValue Source code

function SetValue ( coerce float V) )


Defaultproperties

defaultproperties
{
	ComponentClassName="XInterface.GUIFloatEdit"
	Step=0.1
	MinValue=-9999
	MaxValue=9999
}

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