UTGame.UTSimpleImageList
- Extends
- UTDrawPanel
- Modifiers
- native ( UI )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
- This is a simple Horz. List that uses graphics.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- UTGame.UTUI_Widget
|
+-- UTGame.UTDrawPanel
|
+-- UTGame.UTSimpleImageList
Structures Summary |
SimpleImageListData Tag, Count, ImageIndex, UVs, CurMultiplier, Multipliers[2], TransitionTime, TransitionAlpha, Bounds[4], bWasRendered |
Functions Summary |
 | | AddItem (name NewTag, int Count, int NewImageIndex, TextureCoordinates NewUVs))
|
 | bool | CursorCheck (float X1, float Y1, float X2, float Y2))
|
 | | DrawItem (int ItemIndex, float XPos, out float YPos))
|
 | | DrawPanel ()))
|
 | | Empty ()))
|
 | float | GetItemScale (int ItemIdx, float SelectionPos))
|
 | float | GetItemWidthInPixels (float ItemScale))
|
 | Vector | GetMousePosition ()))
|
 | name | GetSelectedTag ()))
|
 | | GetSupportedUIActionKeyNames (out array out_KeyNames ))
|
 | | ItemChosen (int PlayerIndex))
|
 | bool | MouseInBounds ()))
|
 | | PostInitialize ()))
|
 | bool | ProcessInputKey (const out SubscribedInputEventParameters EventParms ))
|
 | | RemoveItem (int IndexToRemove))
|
 | | SelectItem (int NewSelection))
|
 | | SelectUnderCursor ()))
|
 | | SetTransition (int ItemIndex, float NewDestinationTransition))
|
 | | SizeList ()))
|
 | | UpdateAnimation (FLOAT DeltaTime)
|
var transient bool bInvalidated;
var transient bool bTransitioning;
var transient int ItemCount;
var transient float LastMouseUpdate;
var transient float LastRenderTime;
var transient float ListWidthInPixel;
var transient float ListWidthInPixels;
var transient int OldSelection;
var transient float PaddingThisFrame;
var transient float ResScale;
var transient int Selection;
var transient float SelectionAlpha;
var transient float SelectionModifier;
var transient float StartSelectionTime;
var transient float TransitionTime;
var transient float WindowLeft;
var transient float WindowScaling;
var transient float WindowWidth;
UTSimpleImageList
struct
SimpleImageListData
{
var float Bounds[4];
var bool bWasRendered;
var int Count;
var float CurMultiplier;
var int ImageIndex;
var float Multipliers[2];
var name Tag;
var float TransitionAlpha;
var float TransitionTime;
var TextureCoordinates UVs;
};
delegate
bool OnDrawItem (
UTSimpleImageList SimpleList,
int ItemIndex,
float XPos, out
float YPos) )
delegate OnItemChosen (
UTSimpleImageList SourceList,
int SelectedIndex,
int PlayerIndex )
function bool CursorCheck ( float X1, float Y1, float X2, float Y2) )
function DrawItem ( int ItemIndex, float XPos, out float YPos) )
event DrawPanel ( ) )
event Empty ( ) )
event float GetItemScale ( int ItemIdx, float SelectionPos) )
function float GetItemWidthInPixels ( float ItemScale) )
function Vector GetMousePosition ( ) )
function name GetSelectedTag ( ) )
GetSupportedUIActionKeyNames Source code
event GetSupportedUIActionKeyNames ( out array<Name> out_KeyNames ) )
function ItemChosen ( int PlayerIndex) )
function bool MouseInBounds ( ) )
event PostInitialize ( ) )
function bool ProcessInputKey ( const out SubscribedInputEventParameters EventParms ) )
event RemoveItem ( int IndexToRemove) )
event SelectItem ( int NewSelection) )
function SelectUnderCursor ( ) )
function SetTransition ( int ItemIndex, float NewDestinationTransition) )
event SizeList ( ) )
native function UpdateAnimation ( FLOAT DeltaTime )
defaultproperties
{
DefaultCellWidth=96.000000
DefaultCellHeight=128.000000
BubbleRadius=2
DefaultStates(3)=Class'Engine.UIState_Active'
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__UTSimpleImageList"
ObjectArchetype=UTDrawPanel'UTGame.Default__UTDrawPanel'
}
|
Creation time: sk 18-3-2018 10:00:56.900 - Created with
UnCodeX