UTGame.UTSimpleList
- Extends
- UTDrawPanel
- Modifiers
- native ( UI )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- UTGame.UTUI_Widget
|
+-- UTGame.UTDrawPanel
|
+-- UTGame.UTSimpleList
Direct Known Subclasses:
UTMapVoteList, UTSimpleMenu, UTUIMenuList
Structures Summary |
SimpleListData Text, Tag, CurHeightMultiplier, TransitionAlpha, bWasRendered |
Delegates Summary |
 | bool | OnDrawItem (UTSimpleList SimpleList, int ItemIndex, float XPos, out float YPos)) |
 | bool | OnDrawSelectionBar (UTSimpleList SimpleList, float YPos )) |
 | | OnItemChosen (UTSimpleList SourceList, int SelectedIndex, int PlayerIndex) |
 | bool | OnPostDrawSelectionBar (UTSimpleList SimpleList, float YPos, float Width, float Height)) |
 | | OnSelectionChange (UTSimpleList SourceList, int NewSelectedIndex) |
Functions Summary |
 | | AddItem (string Text, optional int Tag=-1))
|
 | float | CalculateSelectionBGPosition (int SelectedIdx))
|
 | float | ComputeListHeightWithSelection (bool bMaximum ))
|
 | bool | CursorCheck (float X1, float Y1, float X2, float Y2))
|
 | | DrawItem (int ItemIndex, float XPos, out float YPos))
|
 | | DrawPanel ()))
|
 | | DrawSelectionBG (float YPos))
|
 | | DrawSpecial (float x, float y, float w, float h, float u, float v, float ul, float vl, color DrawColor, bool bOver, bool bPressed))
|
 | | DrawStringToFit (string StringToDraw, float XPos, float Y1, float Y2))
|
 | | Empty ()))
|
 | int | Find (string SearchText)
|
 | int | FindTag (int SearchTag)
|
 | float | GetDefaultCellHeight ()))
|
 | float | GetItemHeightInPixels (float ItemScale))
|
 | float | GetItemScale (int ItemIdx, float SelectionPosValue, optional out float Alpha))
|
 | Vector | GetMousePosition ()))
|
 | float | GetSelectedCellHeight ()))
|
 | | GetSupportedUIActionKeyNames (out array out_KeyNames ))
|
 | int | GetTag ()))
|
 | string | GetText ()))
|
 | | ImportStringList (array<string> StringList))
|
 | | InsertItem (int Index, string Text, optional int Tag=-1))
|
 | LinearColor | InterpLinearColor (LinearColor A, LinearColor B, float Alpha))
|
 | bool | IsMouseOverMenu ()))
|
 | | ItemChosen (int PlayerIndex))
|
 | color | LinearColorToColor (LinearColor Src))
|
 | bool | MouseInBounds ()))
|
 | | OnMouseOverMenu (bool bIsOverMenu ))
|
 | | PgDn ()))
|
 | | PgUp ()))
|
 | | PostInitialize ()))
|
 | bool | ProcessInputAxis (const out SubscribedInputEventParameters EventParms ))
|
 | bool | ProcessInputKey (const out SubscribedInputEventParameters EventParms ))
|
 | | RefreshBarPosition ()))
|
 | | RemoveItem (int IndexToRemove))
|
 | | RemoveString (string TextToRemove))
|
 | string | ResolveText (string Markup))
|
 | | SelectItem (int NewSelection))
|
 | bool | SelectUnderCursor ()))
|
 | | SetBarPositionUsingMouseY ()))
|
 | | SetItemSelectionIndex (float SelectionIndex))
|
 | | SizeList ()))
|
 | | SortList ()
|
 | | ToStrings (out array<string> StringList, optional bool bAppend))
|
 | | UpdateAnimation (FLOAT DeltaTime)
|
 | | UpdateMouseOverMenu ()))
|
var transient float BarPosition;
var transient bool bDownArrowPressed;
var transient bool bDragging;
var transient bool bInvalidated;
var transient bool bIsMouseOverMenu;
bIsUsingMouseNavigation Source code
var transient bool bIsUsingMouseNavigation;
var transient bool bTransitioning;
var transient bool bUpArrowPressed;
var transient float DownArrowBounds[4];
var transient float DragAdjustment;
var float LastMouseUpdate;
var transient float LastRenderTime;
var transient float ListHeightInPixel;
var transient float OldBarPosition;
var transient float OldSelection;
var transient float SelectionAlpha;
var transient float SelectionPos;
var transient float StartSelectionTime;
var transient float TargetWindowTop;
var transient int Top;
var transient float UpArrowBounds[4];
var transient float WindowHeight;
var transient float WindowTop;
WindowTopTransitionTime Source code
var transient float WindowTopTransitionTime;
UTSimpleList
AboveBelowCellHeightMultiplier Source code
SelectionCellHeightMultiplier Source code
SelectionImageIconBGUL Source code
SelectionImageIconBGVL Source code
delegate
bool OnDrawItem (
UTSimpleList SimpleList,
int ItemIndex,
float XPos, out
float YPos) )
delegate
bool OnDrawSelectionBar (
UTSimpleList SimpleList,
float YPos ) )
delegate OnItemChosen (
UTSimpleList SourceList,
int SelectedIndex,
int PlayerIndex )
OnPostDrawSelectionBar Source code
delegate
bool OnPostDrawSelectionBar (
UTSimpleList SimpleList,
float YPos,
float Width,
float Height) )
delegate OnSelectionChange (
UTSimpleList SourceList,
int NewSelectedIndex )
event AddItem ( string Text, optional int Tag=-1) )
CalculateSelectionBGPosition Source code
function float CalculateSelectionBGPosition ( int SelectedIdx) )
ComputeListHeightWithSelection Source code
function float ComputeListHeightWithSelection ( bool bMaximum ) )
function bool CursorCheck ( float X1, float Y1, float X2, float Y2) )
function DrawItem ( int ItemIndex, float XPos, out float YPos) )
event DrawPanel ( ) )
function DrawSelectionBG ( float YPos) )
function DrawSpecial (
float x,
float y,
float w,
float h,
float u,
float v,
float ul,
float vl,
color DrawColor,
bool bOver,
bool bPressed) )
function DrawStringToFit ( string StringToDraw, float XPos, float Y1, float Y2) )
event Empty ( ) )
native function int Find ( string SearchText )
native function int FindTag ( int SearchTag )
function float GetDefaultCellHeight ( ) )
function float GetItemHeightInPixels ( float ItemScale) )
event float GetItemScale ( int ItemIdx, float SelectionPosValue, optional out float Alpha) )
function Vector GetMousePosition ( ) )
function float GetSelectedCellHeight ( ) )
GetSupportedUIActionKeyNames Source code
event GetSupportedUIActionKeyNames ( out array<Name> out_KeyNames ) )
function int GetTag ( ) )
function string GetText ( ) )
event ImportStringList ( array<string> StringList) )
event InsertItem ( int Index, string Text, optional int Tag=-1) )
function bool IsMouseOverMenu ( ) )
function ItemChosen ( int PlayerIndex) )
function bool MouseInBounds ( ) )
function OnMouseOverMenu ( bool bIsOverMenu ) )
function PgDn ( ) )
function PgUp ( ) )
event PostInitialize ( ) )
function bool ProcessInputAxis ( const out SubscribedInputEventParameters EventParms ) )
function bool ProcessInputKey ( const out SubscribedInputEventParameters EventParms ) )
event RefreshBarPosition ( ) )
event RemoveItem ( int IndexToRemove) )
event RemoveString ( string TextToRemove) )
function string ResolveText ( string Markup) )
event SelectItem ( int NewSelection) )
function bool SelectUnderCursor ( ) )
SetBarPositionUsingMouseY Source code
function SetBarPositionUsingMouseY ( ) )
event SetItemSelectionIndex ( float SelectionIndex) )
event SizeList ( ) )
native function SortList ( )
function ToStrings ( out array<string> StringList, optional bool bAppend) )
native function UpdateAnimation ( FLOAT DeltaTime )
function UpdateMouseOverMenu ( ) )
defaultproperties
{
TextFont=MultiFont'UI_Fonts_Final.Menus.Fonts_Positec'
NormalColor=(B=64,G=64,R=192,A=255)
AboveBelowColor=(B=32,G=32,R=128,A=255)
SelectedColor=(B=255,G=255,R=255,A=255)
SelectionBarColor=(B=1,G=0,R=64,A=225)
ArrowColor=(B=1,G=0,R=128,A=255)
SelectionImage=Texture2D'UI_HUD.HUD.UI_HUD_BaseD'
SelectionImageIconBGU=260.000000
SelectionImageIconBGUL=80.000000
SelectionImageIconBGVL=76.000000
SelectionImageBarU=340.000000
SelectionImageBarUL=361.000000
SelectionImageBarVL=76.000000
ArrowImage=Texture2D'UI_HUD.HUD.UI_HUD_BaseC'
DefaultCellHeight=23.000000
AboveBelowCellHeightMultiplier=1.500000
SelectionCellHeightMultiplier=3.250000
ScrollWidthRatio=1.293470
bHideScrollArrows=True
bWrapList=True
SelectedTextPadding=(X=0.000000,Y=0.200000)
SelectedTextOffset=(X=0.000000,Y=0.050000)
ShadowDist=1.000000
ShadowColor=(B=0,G=0,R=0,A=255)
Selection=-1
BubbleRadius=2
DefaultStates(3)=Class'Engine.UIState_Active'
DefaultStates(4)=Class'Engine.UIState_Pressed'
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTSimpleList"
ObjectArchetype=UTDrawPanel'UTGame.Default__UTDrawPanel'
}
|
Creation time: sk 18-3-2018 10:00:56.920 - Created with
UnCodeX