Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.GFxUDKFrontEnd_JoinDialog

Extends
GFxUDKFrontEnd_Dialog
Modifiers
config ( UI )

Filename : GFxUDKFrontEnd_JoinDialog.uc Content : GFx-UDK Front End Implementaiton Copyright : (c) 2010 Scaleform Corp. All Rights Reserved. Notes : Base class for a dialog for the GFx-UDK front end. Licensees may use this file in accordance with the valid Scaleform Commercial License Agreement provided with the software. This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR ANY PURPOSE.

Core.Object
|   
+-- GFxUI.GFxObject
   |   
   +-- UTGame.GFxUIView
      |   
      +-- UTGame.GFxUDKFrontEnd_View
         |   
         +-- UTGame.GFxUDKFrontEnd_Dialog
            |   
            +-- UTGame.GFxUDKFrontEnd_JoinDialog

Constants Summary
Inherited Contants from UTGame.GFxUDKFrontEnd_View
FakePlayerIndex

Variables Summary
GFxClikWidgetJoinBtn
GFxClikWidgetMutatorListMC
GFxClikWidgetServerInfoListMC
GFxClikWidgetSpectateBtn
Inherited Variables from UTGame.GFxUDKFrontEnd_Dialog
AcceptBtn, BackBtn, DialogMC, InfoTxt, TitleTxt
Inherited Variables from UTGame.GFxUDKFrontEnd_View
MenuManager, ViewName

Functions Summary
function DisableSubComponents (bool bDisableComponents))
function OnTopMostView (optional bool bPlayOpenAnimation = FALSE))
function PopulateServerInfo (OnlineGameSettings GameSettings))
function SetJoinButtonPress (delegate<GFxClikWidget.EventListener> JoinButtonListener))
function SetSpectateButtonPress (delegate<GFxClikWidget.EventListener> SpectateButtonListener))
eventbool WidgetInitialized (name WidgetName, name WidgetPath, GFxObject Widget))
Inherited Functions from UTGame.GFxUDKFrontEnd_Dialog
DisableSubComponents, OnTopMostView, OnViewClosed, PlayCloseAnimation, PlayOpenAnimation, Select_Back, SetBackButton, SetBackButton_OnPress, WidgetInitialized
Inherited Functions from UTGame.GFxUDKFrontEnd_View
DisableSubComponents, MoveBackImpl, OnEscapeKeyPress, OnTopMostView, OnViewActivated, OnViewClosed, OnViewLoaded, PlayCloseAnimation, PlayOpenAnimation, Select_Back, WidgetInitialized


Variables Detail

JoinBtn Source code

var GFxClikWidget JoinBtn;

MutatorListMC Source code

var GFxClikWidget MutatorListMC;

ServerInfoListMC Source code

var GFxClikWidget ServerInfoListMC;

SpectateBtn Source code

var GFxClikWidget SpectateBtn;


Functions Detail

DisableSubComponents Source code

function DisableSubComponents ( bool bDisableComponents) )

OnTopMostView Source code

function OnTopMostView ( optional bool bPlayOpenAnimation = FALSE) )
Update the view. Called whenever the view becomes the topmost view on the viewstack.

PopulateServerInfo Source code

function PopulateServerInfo ( OnlineGameSettings GameSettings) )

SetJoinButtonPress Source code

function SetJoinButtonPress ( delegate<GFxClikWidget.EventListener> JoinButtonListener) )

SetSpectateButtonPress Source code

function SetSpectateButtonPress ( delegate<GFxClikWidget.EventListener> SpectateButtonListener) )

WidgetInitialized Source code

event bool WidgetInitialized ( name WidgetName, name WidgetPath, GFxObject Widget) )


Defaultproperties

defaultproperties
{
	
	SubWidgetBindings.Add((WidgetName="join",WidgetClass=class'GFxClikWidget'))
	SubWidgetBindings.Add((WidgetName="spectate",WidgetClass=class'GFxClikWidget'))      
	SubWidgetBindings.Add((WidgetName="mutatorinfo_list",WidgetClass=class'GFxClikWidget'))
	SubWidgetBindings.Add((WidgetName="serverinfo_list",WidgetClass=class'GFxClikWidget')) 
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:50.462 - Created with UnCodeX