- Extends
- GUIComponent
- Modifiers
- Native
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUISlider
Inherited Contants from XInterface.GUI |
Counter, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel |
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 Enumerations from XInterface.GUI |
EAnimationType, eCellStyle, eDrawDirection, eDropState, eEditMask, eFontScale, eIconPosition, eImgAlign, eImgStyle, EMenuRenderStyle, eMenuState, EOrientation, ePageAlign, eTextAlign, eTextCase |
Inherited Delegates from XInterface.GUIComponent |
OnActivate, OnArrival, OnBeginDrag, OnBeginTooltip, OnCapturedMouseMove, OnChange, OnClick, OnDblClick, OnDeActivate, OnDesignModeKeyEvent, OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, OnDraw, OnEndAnimation, OnEndDrag, OnEndTooltip, OnHide, OnHitTest, OnHover, OnInvalidate, OnKeyEvent, OnKeyType, OnLoadINI, OnMessage, OnMousePressed, OnMouseRelease, OnMultiSelect, OnPreDraw, OnRender, OnRendered, OnRightClick, OnSaveINI, OnShow, OnTimer, OnWatch |
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 |
GUISlider
delegate string OnDrawCaption ( ) )
delegate
bool OnPreDrawCaption ( out
float X, out
float Y, out
float XL, out
float YL, out
ETextAlign Justification )
function Adjust ( float amount) )
function CenterMouse ( ) )
event float GetMarkerPosition ( ) )
function string GetValueString ( ) )
function HideToolTip ( ) )
InternalCapturedMouseMove Source code
function bool InternalCapturedMouseMove ( float deltaX, float deltaY) )
function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )
InternalOnMousePressed Source code
function InternalOnMousePressed (
GUIComponent Sender,
bool RepeatClick) )
InternalOnMouseRelease Source code
ModifyTooltipForDragging Source code
function ModifyTooltipForDragging ( ) )
function RevertTooltipToNormal ( ) )
function SetReadOnly ( bool b) )
function float SetValue ( float NewValue) )
function ShowToolTip ( ) )
function bool ToolTipLeaveArea ( ) )
defaultproperties
{
MaxValue=100.000000
bShowMarker=True
bShowValueTooltip=True
FillImage=Texture'2K4Menus.NewControls.SliderFillBlurry'
CaptionStyleName="SliderCaption"
BarStyleName="SliderBar"
StyleName="SliderKnob"
WinHeight=0.030000
bTabStop=True
bAcceptsInput=True
bCaptureMouse=True
bRequireReleaseClick=True
Begin Object Class=GUIToolTip Name=GUISliderToolTip
End Object
ToolTip=GUIToolTip'XInterface.GUISlider.GUISliderToolTip'
OnClickSound=CS_Click
OnClick=GUISlider.InternalOnClick
OnMousePressed=GUISlider.InternalOnMousePressed
OnMouseRelease=GUISlider.InternalOnMouseRelease
OnKeyEvent=GUISlider.InternalOnKeyEvent
OnCapturedMouseMove=GUISlider.InternalCapturedMouseMove
}
|
Creation time: sk 18-3-2018 09:49:41.458 - Created with
UnCodeX