- Extends
- GUIMenuOption
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIMenuOption
|
+-- XInterface.moNumericEdit
Direct Known Subclasses:
moFormatNumEdit
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) int MaxValue;
var(Option) int MinValue;
var(Option) int Step;
function string GetComponentValue ( ) )
function int GetValue ( ) )
function SetComponentValue ( coerce string NewValue, optional bool bNoChange) )
function SetReadOnly ( bool b) )
function Setup ( coerce int NewMin, coerce int NewMax, coerce int NewStep) )
function SetValue ( coerce int V) )
defaultproperties
{
ComponentClassName="XInterface.GUINumericEdit"
Step=1
MinValue=-9999
MaxValue=9999
}
|
Creation time: Do 14.8.2014 09:58:14.667 - Created with
UnCodeX