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

UTGame.UTUITabPage_StatsPage

Extends
UTTabPage
Modifiers
placeable

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved. Tab page for a user's stats.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- Engine.UIContainer
            |   
            +-- Engine.UITabPage
               |   
               +-- UTGame.UTTabPage
                  |   
                  +-- UTGame.UTUITabPage_StatsPage

Direct Known Subclasses:

UTUITabPage_StatsGeneral, UTUITabPage_StatsRewards, UTUITabPage_StatsVehicles, UTUITabPage_StatsVehicleWeapons, UTUITabPage_StatsWeapons

Constants Summary
Inherited Contants from Engine.UITabPage
CAPTION_DATABINDING_INDEX, DESCRIPTION_DATABINDING_INDEX, TOOLTIP_DATABINDING_INDEX

Variables Summary
UILabelRefreshingLabel
UTDataStore_OnlineStatsStatsDataStore
OnlineStatsInterfaceStatsInterface
Inherited Variables from UTGame.UTTabPage
bRequiresTick
Inherited Variables from Engine.UITabPage
ButtonCaption, ButtonClass, ButtonToolTip, PageDescription, TabButton

Functions Summary
function OnStatsReadComplete (bool bWasSuccessful))
event PostInitialize ()))
function ReadStats ()
Inherited Functions from UTGame.UTTabPage
CloseParentScene, HandleInputKey, OnChildRepositioned, SetupButtonBar
Inherited Functions from Engine.UITabPage
ActivatePage, AddedToTabControl, CanActivatePage, ClearBoundDataStores, CreateTabButton, GetBoundDataStores, GetDataStoreBinding, GetOwnerTabControl, GetTabButton, IsActivePage, LinkToTabButton, NotifyDataStoreValueUpdated, OnActiveStateChanged, RefreshSubscriberValue, RemovedFromParent, SetDataStoreBinding, SetTabCaption


Variables Detail

RefreshingLabel Source code

var transient UILabel RefreshingLabel;
Refreshing label.

StatsDataStore Source code

var transient UTDataStore_OnlineStats StatsDataStore;
Reference to the stats datastore.

StatsInterface Source code

var transient OnlineStatsInterface StatsInterface;
Reference to the stats interface.


Functions Detail

OnStatsReadComplete Source code

function OnStatsReadComplete ( bool bWasSuccessful) )
Called by the data store when the stats read has completed
@param bWasSuccessful whether the stats read was successful or not

PostInitialize Source code

event PostInitialize ( ) )
Callback for when the widget has finished initialized.

ReadStats Source code

function ReadStats ( )
Starts the stats read for this page.


Defaultproperties

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__UTUITabPage_StatsPage"
   ObjectArchetype=UTTabPage'UTGame.Default__UTTabPage'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 26/11/2007 17:41:35.250 - Created with UnCodeX