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

GUI2K4.UT2K4SPTab_DetailPhantom

Extends
UT2K4SPTab_Base

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.UT2K4SPTab_Base
                     |   
                     +-- GUI2K4.UT2K4SPTab_DetailPhantom

Variables Summary
MultiSelectListBoxlbMatches
stringmsgGameTime
stringmsgMatchInfo
stringmsgScore
GUISectionBackgroundsbgMatchesBg
stringTeamDetailPage
stringVS
Inherited Variables from GUI2K4.UT2K4SPTab_Base
CaptionBack, CaptionCancel, CaptionCreate, CaptionDone, CaptionLoad, CaptionPlay, GP, LogPrefix, MainWindow, ProfileClass

Functions Summary
function cmMatchesOnClick (GUIContextMenu Sender, int ClickIndex)
functionstring getTeamName (string TeamClass)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function OnPhantomTrack (GUIComponent Sender, int LastIndex)
Inherited Functions from GUI2K4.UT2K4SPTab_Base
btnPlayEnabled, CanClose, GetMainWindow, getProfileName, InitComponent, onBackClick, onPlayClick, ShowPanel


Variables Detail

lbMatches Source code

var automated MultiSelectListBox lbMatches;

msgGameTime Source code

var localized string msgGameTime;

msgMatchInfo Source code

var localized string msgMatchInfo;

msgScore Source code

var localized string msgScore;

sbgMatchesBg Source code

var automated GUISectionBackground sbgMatchesBg;

TeamDetailPage Source code

var string TeamDetailPage;

VS Source code

var localized string VS;


Functions Detail

cmMatchesOnClick Source code

function cmMatchesOnClick ( GUIContextMenu Sender, int ClickIndex )

getTeamName Source code

function string getTeamName ( string TeamClass )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

OnPhantomTrack Source code

function OnPhantomTrack ( GUIComponent Sender, int LastIndex )


Defaultproperties

defaultproperties
{
     Begin Object Class=MultiSelectListBox Name=SPDPlbMatches
         bVisibleWhenEmpty=True
         OnCreateComponent=SPDPlbMatches.InternalOnCreateComponent
         FontScale=FNS_Medium
         WinTop=0.179697
         WinLeft=0.117832
         WinWidth=0.764337
         WinHeight=0.686097
         RenderWeight=0.200000
         bBoundToParent=True
     End Object
     lbMatches=MultiSelectListBox'GUI2K4.UT2K4SPTab_DetailPhantom.SPDPlbMatches'

     Begin Object Class=GUISectionBackground Name=SPDPimgMatchesBg
         Caption="Other Tournament Matches Played During Your Match"
         WinTop=0.100000
         WinLeft=0.100000
         WinWidth=0.800000
         WinHeight=0.800000
         bBoundToParent=True
         OnPreDraw=SPDPimgMatchesBg.InternalPreDraw
     End Object
     sbgMatchesBg=GUISectionBackground'GUI2K4.UT2K4SPTab_DetailPhantom.SPDPimgMatchesBg'

     VS="vs"
     msgMatchInfo="%gametype% in %map%"
     msgGameTime="Game time: %gametime% minutes"
     msgScore="Score: %team1% - %team2%"
     TeamDetailPage="GUI2K4.UT2K4SP_DetailsTeam"
     PanelCaption="Other Tournament Matches"
     Begin Object Class=GUIContextMenu Name=SPDPcmMatches
         ContextItems(0)="Team details"
         OnSelect=UT2K4SPTab_DetailPhantom.cmMatchesOnClick
     End Object
     ContextMenu=GUIContextMenu'GUI2K4.UT2K4SPTab_DetailPhantom.SPDPcmMatches'

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:23.234 - Created with UnCodeX