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

GUI2K4.UT2K4SPTab_DetailEnemies

Extends
UT2K4SPTab_Base

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

Variables Summary
GUIButtonbtnOk
GUIScrollTextBoxcbDescription
stringColumnHeadings[5]
GUIImageimgPicture
GUI2K4MultiColumnListBoxmclFoes
stringmsgMembers
GUISectionBackgroundsbdDetails
GUISectionBackgroundsbgFoesBG
GUIStylesSelStyle
array<string>StrengthLabels
stringTeamDetailPage
array<class<UT2K4TeamRoster>>TeamRosters
array<UT2K4GameProfile.TeamStatsRecord>TeamStats
Inherited Variables from GUI2K4.UT2K4SPTab_Base
CaptionBack, CaptionCancel, CaptionCreate, CaptionDone, CaptionLoad, CaptionPlay, GP, LogPrefix, MainWindow, ProfileClass

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionstring mclFoesOnGetSortString (GUIComponent Sender, int item, int column))
function onCmFoesClick (GUIContextMenu Sender, int ClickIndex))
function OnDrawFoesList (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending))
function OnTeamSelect (GUIComponent Sender))
function ShowTeamDetails (string TeamName))
Inherited Functions from GUI2K4.UT2K4SPTab_Base
btnPlayEnabled, CanClose, GetMainWindow, getProfileName, InitComponent, onBackClick, onPlayClick, ShowPanel


Variables Detail

btnOk Source code

var automated GUIButton btnOk;

cbDescription Source code

var automated GUIScrollTextBox cbDescription;

ColumnHeadings[5] Source code

var localized string ColumnHeadings[5];

imgPicture Source code

var automated GUIImage imgPicture;

mclFoes Source code

var automated GUI2K4MultiColumnListBox mclFoes;

msgMembers Source code

var localized string msgMembers;

sbdDetails Source code

var automated GUISectionBackground sbdDetails;

sbgFoesBG Source code

var automated GUISectionBackground sbgFoesBG;

SelStyle Source code

var GUIStyles SelStyle;

StrengthLabels Source code

var localized array<string> StrengthLabels;

TeamDetailPage Source code

var string TeamDetailPage;

TeamRosters Source code

var array<class<UT2K4TeamRoster>> TeamRosters;

TeamStats Source code

var array<UT2K4GameProfile.TeamStatsRecord> TeamStats;
local copy, filtered


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

mclFoesOnGetSortString Source code

function string mclFoesOnGetSortString ( GUIComponent Sender, int item, int column) )

onCmFoesClick Source code

function onCmFoesClick ( GUIContextMenu Sender, int ClickIndex) )

OnDrawFoesList Source code

function OnDrawFoesList ( Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending) )

OnTeamSelect Source code

function OnTeamSelect ( GUIComponent Sender) )

ShowTeamDetails Source code

function ShowTeamDetails ( string TeamName) )
Param1 is the fully qualified name for the team


Defaultproperties

defaultproperties
{
	Begin Object class=GUIContextMenu Name=SPDEcmFoes
		ContextItems(0)="Team details"
		OnSelect=onCmFoesClick
	End Object


	Begin Object Class=GUI2K4MultiColumnListBox Name=SPDEmclFoes
		WinWidth=0.791837
		WinHeight=0.267856
		WinLeft=0.097832
		WinTop=0.675411
		bVisibleWhenEmpty=True
		RenderWeight=0.2
		StyleName="ServerBrowserGrid"
		SelectedStyleName="ListSelection"
		OnGetSortString=mclFoesOnGetSortString
		OnChange=OnTeamSelect
		bBoundToParent=true
	End Object
	mclFoes=SPDEmclFoes
	ContextMenu=SPDEcmFoes


	Begin Object class=GUISectionBackground Name=SPPsbgFoesBG
		WinWidth=0.827500
		WinHeight=0.356249
		WinLeft=0.080000
		WinTop=0.616587
		Caption="Enemy Teams"
		bBoundToParent=true
    End Object
    sbgFoesBG=SPPsbgFoesBG


    Begin Object class=AltSectionBackground Name=SPPsbdDetails
		WinWidth=0.820751
		WinHeight=0.552000
		WinLeft=0.082750
		WinTop=0.036500
		bBoundToParent=true
    End Object
    sbdDetails=SPPsbdDetails


	Begin Object class=GUIImage name=SPDTimgPicture
		WinWidth=0.318878
		WinHeight=0.417091
		WinLeft=0.101276
		WinTop=0.105163
		ImageColor=(R=255,G=255,B=255,A=255);
		ImageRenderStyle=MSTY_Alpha
		ImageAlign=IMGA_Center
		ImageStyle=ISTY_Justified
		RenderWeight=0.3
		bBoundToParent=true
	End Object
	imgPicture=SPDTimgPicture


	Begin Object Class=GUIScrollTextBox Name=SPDTcbDescription
		WinWidth=0.456249
		WinHeight=0.412500
		WinLeft=0.431123
		WinTop=0.108998
		bNoTeletype=true
		FontScale=FNS_Medium
		bVisibleWhenEmpty=true
		bBoundToParent=true
		StyleName="NoBackground"
	End Object
	cbDescription=SPDTcbDescription


	PanelCaption="Opponent Teams"
	TeamDetailPage="GUI2K4.UT2K4SP_DetailsTeam"


	StrengthLabels(0)="Weak"
	StrengthLabels(1)="Tough"
	StrengthLabels(2)="Strong"
	StrengthLabels(3)="Godlike"
	StrengthLabels(4)="Phantom"


	ColumnHeadings[0]="Name"
	ColumnHeadings[1]="Matches"
	ColumnHeadings[2]="They won"
	ColumnHeadings[3]="Rating"
	ColumnHeadings[4]="Strength"


	msgMembers="Members:"
}

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