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

UTGame.GFxUDKFrontEnd_InfoDialog

Extends
GFxUDKFrontEnd_Dialog

Filename : GFxUDKFrontEnd_Dialog.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_InfoDialog

Constants Summary
Inherited Contants from UTGame.GFxUDKFrontEnd_View
FakePlayerIndex

Variables Summary
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 OnViewClosed ()))
function SetAcceptButtonLabel (string Label ))
function SetAcceptButton_OnPress (delegate EventListener ))
function SetBackButtonLabel (string Label ))
function SetInfo (string Info))
function SetTitle (string Title))
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


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.

OnViewClosed Source code

public function OnViewClosed ( ) )
Fired when a dialog is popped from the stack.

SetAcceptButtonLabel Source code

public function SetAcceptButtonLabel ( string Label ) )

SetAcceptButton_OnPress Source code

function SetAcceptButton_OnPress ( delegate<GFxClikWidget.EventListener> EventListener ) )

SetBackButtonLabel Source code

public function SetBackButtonLabel ( string Label ) )

SetInfo Source code

public function SetInfo ( string Info) )

SetTitle Source code

public function SetTitle ( string Title) )


Defaultproperties

defaultproperties
{

}

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