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

UTGame.GFxUDKFrontEnd_ServerSettings

Extends
GFxUDKFrontEnd_SettingsBase
Modifiers
config ( UI )

Filename : GFxUDKFrontEnd_ServerSettings.uc Content : GFx-UDK Front End Implementaiton Copyright : (c) 2010 Scaleform Corp. All Rights Reserved. Notes : Implementation of the Settings view. Associated Flash content: udk_settings.fla 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_Screen
            |   
            +-- UTGame.GFxUDKFrontEnd_SettingsBase
               |   
               +-- UTGame.GFxUDKFrontEnd_ServerSettings

Variables Summary
boolbDataChangedByReqs
Inherited Variables from UTGame.GFxUDKFrontEnd_SettingsBase
ListDataProvider, ListMC, MenuMC, SelectedOptionSet, SettingsDataStore, SettingsList
Inherited Variables from UTGame.GFxUDKFrontEnd_Screen
AcceptButtonHelpText, AcceptButtonImage, BackBtn, CancelButtonHelpText, CancelButtonImage, FooterMC, HelpTxt, InfoTxt, LogoMC, TitleMC, ViewTitle

Functions Summary
functionstring FindControlByUTClassName (byte UTUIControlClass))
function OnOptionChanged (GFxClikWidget.EventData ev))
function PopulateOptionDataProviderForIndex (const int Index, out GFxObject OutDataProvider, out string OutDefaultValue, out int OutDefaultIndex))
function SaveState ()))
function SetSelectedOptionSet ()))
function UpdateListDataProvider ()))
Inherited Functions from UTGame.GFxUDKFrontEnd_SettingsBase
DisableSubComponents, FindLocalizedSettingIndexByName, FindPropertyIndexByName, LoadDataFromStore, OnEscapeKeyPress, OnListChange, OnOptionChanged, OnTopMostView, OnViewActivated, OnViewLoaded, SaveState, Select_Back, Select_BackImpl, SetList, SetSelectedOptionSet, UpdateDescription, UpdateListDataProvider, WidgetInitialized
Inherited Functions from UTGame.GFxUDKFrontEnd_Screen
FocusIn_BackButton, UpdateHelpButtonImages, WidgetInitialized


Variables Detail

bDataChangedByReqs Source code

var bool bDataChangedByReqs;


Functions Detail

FindControlByUTClassName Source code

function string FindControlByUTClassName ( byte UTUIControlClass) )
Converts the class name for a UTUIObject to a name that can be handled by AS class for the list's itemRenderers.

OnOptionChanged Source code

function OnOptionChanged ( GFxClikWidget.EventData ev) )
When a server setting changes, update all of the server settings and force any changes which are required including ensuring that Max/Min # players do not conflict.

PopulateOptionDataProviderForIndex Source code

function PopulateOptionDataProviderForIndex ( const int Index, out GFxObject OutDataProvider, out string OutDefaultValue, out int OutDefaultIndex) )
Populates a dataProvider with option data based on the list retrieved using LoadDataFromDataStore(). Requires the index of the dataSet, a GFxObject to populate with data, and a defaultIndex / defaultString

SaveState Source code

function SaveState ( ) )
Saves the state of the settings to the GameSettings object.

SetSelectedOptionSet Source code

function SetSelectedOptionSet ( ) )
Defines the set of data/options which we will retrieved for this view.

UpdateListDataProvider Source code

function UpdateListDataProvider ( ) )
Updates the list's dataProvider.



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