- Extends
- GUIMultiComponent
- Modifiers
- Native
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIFloatEdit
Inherited Variables from XInterface.GUIComponent |
bAcceptsInput, bAnimating, bBoundToParent, bCaptureMouse, bCaptureTabs, bDebugging, bDropSource, bDropTarget, bFocusOnWatch, bHasFocus, bInit, bMouseOverSound, bNeverFocus, bNeverScale, BoundingType, Bounds[4], bPendingFocus, bPositioned, bRepeatClick, bRequireReleaseClick, bRequiresStyle, bScaleToParent, bSizing, bStandardized, bTabStop, bTimerRepeat, bTravelling, bVisible, ClientBounds[4], ContextMenu, DrawCount, DropState, FocusInstead, FontScale, FriendlyLabel, Hint, IniDefault, IniOption, LastMenuState, MenuOwner, MenuState, MotionFrame, MouseCursorIndex, MouseOffset[4], OnClickSound, OnDrawCount, OnPreDrawCount, OnRenderCount, OnRenderedCount, PageOwner, PreDrawCount, RenderWeight, ScalingType, SizeFrame, StandardHeight, Style, StyleName, TabOrder, Tag, TimerCountdown, TimerIndex, TimerInterval, ToolTip, WhiteColor, WinHeight, WinLeft, WinTop, WinWidth |
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 |
Inherited Functions from XInterface.GUIComponent |
ActualHeight, ActualLeft, ActualTop, ActualWidth, AdditionalDebugString, Animate, AutoPosition, AutoPositionOn, BeginAnimation, CanAcceptFocus, CenterMouse, Closed, DAnimate, DebugFocus, DebugFocusPosition, DebugTabOrder, DisableComponent, DisableMe, DropStateChange, EnableComponent, EnableMe, EndAnimation, FillOwner, FocusFirst, FocusLast, Free, GetMenuPath, Hide, InitComponent, IsInBounds, IsInClientBounds, IsMultiSelect, KillAnimation, KillTimer, LevelChanged, LoadINI, LoseFocus, MakeColorCode, MenuStateChange, NextControl, NextPage, Opened, OwnerPage, PadLeft, PadRight, PlayerOwner, PrevControl, PrevPage, RelativeHeight, RelativeLeft, RelativeTop, RelativeWidth, Resize, ResolutionChanged, SaveINI, SetFocus, SetFocusInstead, SetFriendlyLabel, SetHint, SetPosition, SetTimer, SetTooltip, SetToolTipText, SetVisibility, Show, SpecialHit, StripColorCodes, Timer, UpdateOffset |
GUIFloatEdit
function CalcMaxLen ( ) )
function CheckValue ( ) )
function bool EditKeyEvent ( out byte Key, out byte State, float delta) )
function SetFriendlyLabel (
GUILabel NewLabel ) )
function SetHint ( string NewHint) )
function SetReadOnly ( bool b) )
function SetValue ( float V) )
function ValidateValue ( ) )
defaultproperties
{
Begin Object Class=GUIEditBox Name=cMyEditBox
bFloatOnly=True
bNeverScale=True
OnActivate=cMyEditBox.InternalActivate
OnDeActivate=cMyEditBox.InternalDeactivate
OnKeyType=cMyEditBox.InternalOnKeyType
OnKeyEvent=cMyEditBox.InternalOnKeyEvent
End Object
MyEditBox=GUIEditBox'XInterface.GUIFloatEdit.cMyEditBox'
Begin Object Class=GUISpinnerButton Name=cMySpinner
bTabStop=False
bNeverScale=True
OnClick=cMySpinner.InternalOnClick
OnKeyEvent=cMySpinner.InternalOnKeyEvent
End Object
MySpinner=GUISpinnerButton'XInterface.GUIFloatEdit.cMySpinner'
Value="0.0"
MinValue=-9999.000000
MaxValue=9999.000000
Step=0.100000
PropagateVisibility=True
WinHeight=0.060000
bAcceptsInput=True
Begin Object Class=GUIToolTip Name=GUIFloatEditToolTip
End Object
ToolTip=GUIToolTip'XInterface.GUIFloatEdit.GUIFloatEditToolTip'
OnDeActivate=GUIFloatEdit.ValidateValue
}
|
Creation time: sk 18-3-2018 09:49:41.049 - Created with
UnCodeX