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=GUIContextMenu Name=SPDPcmMatches
		ContextItems(0)="Team details"
		OnSelect=cmMatchesOnClick
	End Object


	Begin Object Class=MultiSelectListBox Name=SPDPlbMatches
		WinWidth=0.764337
		WinHeight=0.686097
		WinLeft=0.117832
		WinTop=0.179697
		bVisibleWhenEmpty=True
		RenderWeight=0.2
		FontScale=FNS_Medium
		OnClickSound=CS_None
		bBoundToParent=true
		StyleName="NoBackground"
	End Object
	lbMatches=SPDPlbMatches
	ContextMenu=SPDPcmMatches


	Begin Object class=GUISectionBackground Name=SPDPimgMatchesBg
		WinWidth=0.8
		WinHeight=0.8
		WinLeft=0.1
		WinTop=0.1
		bBoundToParent=true
		Caption="Other Tournament Matches Played During Your Match"
	End Object
	sbgMatchesBg=SPDPimgMatchesBg


	TeamDetailPage="GUI2K4.UT2K4SP_DetailsTeam"


	PanelCaption="Other Tournament Matches"
	VS="vs"
	msgMatchInfo="%gametype% in %map%"
	msgGameTime="Game time: %gametime% minutes"
	msgScore="Score: %team1% - %team2%"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:27.363 - Created with UnCodeX