UTGame.UTUIPanel_MapCycle
- Extends
- UTTabPage
- Modifiers
- dependson ( UTMapListManager )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
UI scene that allows the user to setup a map cycle.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- Engine.UIContainer
|
+-- Engine.UITabPage
|
+-- UTGame.UTTabPage
|
+-- UTGame.UTUIPanel_MapCycle
Functions Summary |
 | | GenerateMapCycleList (out GameMapCycle Cycle))
|
 | | GenerateMapCycleListNew (out UTMapList MLObj))
|
 | name | GetCurrentGameMode ()))
|
 | name | GetCurrentGameModeFull ()))
|
 | string | GetSelectedMap ()))
|
 | string | GrabOptions (string InURL))
|
 | bool | HandleInputKey (const out InputEventParameters EventParms ))
|
 | bool | HandleRefreshSubscriberValue (UIObject Sender, int BindingIndex ))
|
 | | LoadMapCycle ()))
|
 | | OnAccept ()))
|
 | | OnAvailableList_SubmitSelection (UIList Sender, optional int PlayerIndex=GetBestPlayerIndex() ))
|
 | | OnAvailableList_ValueChanged (UIObject Sender, int PlayerIndex ))
|
 | bool | OnButtonBar_Accept (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_ClearMaps (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_MoveMap (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_ShiftDown (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_ShiftUp (UIScreenObject InButton, int PlayerIndex))
|
 | | OnClearMaps ()))
|
 | | OnEnabledList_SubmitSelection (UIList Sender, optional int PlayerIndex=GetBestPlayerIndex() ))
|
 | | OnEnabledList_ValueChanged (UIObject Sender, int PlayerIndex ))
|
 | | OnList_NotifyActiveStateChanged (UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState ))
|
 | | OnMapListChanged ()))
|
 | bool | OnMapList_RawInputKey (const out InputEventParameters EventParms ))
|
 | | OnMoveMap ()))
|
 | | OnSelectedMapChanged ()))
|
 | | OnShiftMap (bool bShiftUp))
|
 | | PostInitialize ()))
|
 | | SaveMapCycle ()))
|
 | | SelectBestList ()))
|
 | | SetupButtonBar (UTUIButtonBar ButtonBar))
|
 | string | StripOptions (coerce string InURL))
|
 | | UpdateDescriptionLabel ()))
|
Inherited Functions from Engine.UITabPage |
ActivatePage, AddedToTabControl, CanActivatePage, ClearBoundDataStores, CreateTabButton, GetBoundDataStores, GetDataStoreBinding, GetOwnerTabControl, GetTabButton, IsActivePage, LinkToTabButton, NotifyDataStoreValueUpdated, OnActiveStateChanged, RefreshSubscriberValue, RemovedFromParent, SetDataStoreBinding, SetTabCaption |
MANUAL_LIST_REFRESH_DATABINDING_INDEX Source code
const MANUAL_LIST_REFRESH_DATABINDING_INDEX = 50;
var
transient UIList AvailableList;
var
transient UILabel DescriptionLabel;
var
transient UIList EnabledList;
var
transient UIList LastFocused;
ListBackground_Available Source code
var
transient UIImage ListBackground_Available;
ListBackground_Enabled Source code
var
transient UIImage ListBackground_Enabled;
var
transient UILabel NumPlayersLabel;
var
transient UILabel ShiftDownLabel;
var
transient UIImage ShiftLeftImage;
var
transient UIImage ShiftRightImage;
var
transient UILabel ShiftUpLabel;
delegate OnMapSelected ( )
GenerateMapCycleListNew Source code
function GenerateMapCycleListNew ( out
UTMapList MLObj) )
function name GetCurrentGameMode ( ) )
GetCurrentGameModeFull Source code
function name GetCurrentGameModeFull ( ) )
function string GetSelectedMap ( ) )
function string GrabOptions ( string InURL) )
function bool HandleInputKey ( const out InputEventParameters EventParms ) )
HandleRefreshSubscriberValue Source code
function bool HandleRefreshSubscriberValue (
UIObject Sender,
int BindingIndex ) )
function LoadMapCycle ( ) )
function OnAccept ( ) )
OnAvailableList_SubmitSelection Source code
function OnAvailableList_SubmitSelection (
UIList Sender, optional
int PlayerIndex=GetBestPlayerIndex() ) )
OnAvailableList_ValueChanged Source code
function OnAvailableList_ValueChanged (
UIObject Sender,
int PlayerIndex ) )
function bool OnButtonBar_Accept (
UIScreenObject InButton,
int PlayerIndex) )
function bool OnButtonBar_ClearMaps (
UIScreenObject InButton,
int PlayerIndex) )
function bool OnButtonBar_MoveMap (
UIScreenObject InButton,
int PlayerIndex) )
function bool OnButtonBar_ShiftDown (
UIScreenObject InButton,
int PlayerIndex) )
function bool OnButtonBar_ShiftUp (
UIScreenObject InButton,
int PlayerIndex) )
function OnClearMaps ( ) )
OnEnabledList_SubmitSelection Source code
function OnEnabledList_SubmitSelection (
UIList Sender, optional
int PlayerIndex=GetBestPlayerIndex() ) )
OnEnabledList_ValueChanged Source code
function OnEnabledList_ValueChanged (
UIObject Sender,
int PlayerIndex ) )
OnList_NotifyActiveStateChanged Source code
function OnList_NotifyActiveStateChanged (
UIScreenObject Sender,
int PlayerIndex,
UIState NewlyActiveState, optional
UIState PreviouslyActiveState ) )
function OnMapListChanged ( ) )
function bool OnMapList_RawInputKey ( const out InputEventParameters EventParms ) )
function OnMoveMap ( ) )
function OnSelectedMapChanged ( ) )
function OnShiftMap ( bool bShiftUp) )
event PostInitialize ( ) )
function SaveMapCycle ( ) )
function SelectBestList ( ) )
function string StripOptions ( coerce string InURL) )
UpdateDescriptionLabel Source code
function UpdateDescriptionLabel ( ) )
defaultproperties
{
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTUIPanel_MapCycle"
ObjectArchetype=UTTabPage'UTGame.Default__UTTabPage'
}
|
Creation time: sk 18-3-2018 10:00:59.147 - Created with
UnCodeX