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

GUI2K4.UT2K4SP_Details

Extends
UT2K4MainPage
Modifiers
config

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.UT2K4MainPage
                  |   
                  +-- GUI2K4.UT2K4SP_Details

Variables Summary
GUIButtonbtnClose
GUIButtonbtnExport
moCheckBoxcbAlwaysShow
UT2K4GameProfileGP
stringPageCaption
stringProfileExported
stringProfileExporter
Inherited Variables from GUI2K4.UT2K4MainPage
c_Tabs, HighScoreFile, i_Background, i_bkChar, i_bkScan, PanelCaption, PanelClass, PanelHint, TotalUnlockedCharacters, t_Footer, t_Header
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound

Functions Summary
functionbool btnCloseOnClick (GUIComponent Sender))
functionbool btnExportOnClick (GUIComponent Sender))
function cbAlwaysShowOnChange (GUIComponent Sender))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender))
functionbool InternalOnPreDraw (Canvas Canvas))
function OnDetailClose (optional bool bCanceled))
Inherited Functions from GUI2K4.UT2K4MainPage
GetRestoreParams, HandleParameters, InitComponent, InternalOnChange, IsUnlocked, UnlockCharacter


Variables Detail

btnClose Source code

var automated GUIButton btnClose;

btnExport Source code

var automated GUIButton btnExport;

cbAlwaysShow Source code

var automated moCheckBox cbAlwaysShow;

GP Source code

var UT2K4GameProfile GP;

PageCaption Source code

var localized string PageCaption;

ProfileExported Source code

var localized string ProfileExported;

ProfileExporter Source code

var globalconfig string ProfileExporter;
profile exporter to use


Functions Detail

btnCloseOnClick Source code

function bool btnCloseOnClick ( GUIComponent Sender) )

btnExportOnClick Source code

function bool btnExportOnClick ( GUIComponent Sender) )

cbAlwaysShowOnChange Source code

function cbAlwaysShowOnChange ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )
Clicked a TabButton

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas Canvas) )

OnDetailClose Source code

function OnDetailClose ( optional bool bCanceled) )


Defaultproperties

defaultproperties
{
	OnPreDraw=InternalOnPreDraw
	OnClose=OnDetailClose


	Begin Object class=GUIHeader name=SPDhdrHeader
		RenderWeight=0.3
	End Object


	Begin Object class=ButtonFooter name=SPDftrFooter
		RenderWeight=0.3
	End Object


	Begin Object Class=GUIButton Name=SPDbtnClose
		Caption="CLOSE"
		Hint="Return to the ladder"
		StyleName="FooterButton"
		WinWidth=0.12
		WinHeight=0.040703
		WinTop=0.959479
		WinLeft=0.0
		OnClick=btnCloseOnClick
		TabOrder=0
		RenderWeight=1.0
		bBoundToParent=True
	End Object
	btnClose=SPDbtnClose


	Begin Object Class=GUIButton Name=SPDbtnExport
		Caption="EXPORT"
		Hint="Export the details to a file"
		StyleName="FooterButton"
		WinWidth=0.12
		WinHeight=0.040703
		WinTop=0.959479
		WinLeft=0.88
		OnClick=btnExportOnClick
		TabOrder=1
		RenderWeight=1.0
		bBoundToParent=True
	End Object
	btnExport=SPDbtnExport


	Begin Object class=moCheckBox Name=SPDcbAlwaysShow
		Caption="Show after a match"
		WinWidth=0.289063
		WinHeight=0.030000
		WinLeft=0.006250
		WinTop=0.966146
		TabOrder=2
		RenderWeight=1.0
		bAutoSizeCaption=true
		OnChange=cbAlwaysShowOnChange
	End Object
	cbAlwaysShow=SPDcbAlwaysShow


	t_Header=SPDhdrHeader
	t_Footer=SPDftrFooter


	bPersistent=False
	bDrawFocusedLast=false


	WinWidth=1.0
	WinHeight=1.0
	WinTop=0.0
	WinLeft=0.0
	ProfileExporter="GUI2K4.SPProfileExporter"


	PageCaption="Tournament details"
	ProfileExported="Profile details exported to:|%filename%"


	PanelClass(0)="GUI2K4.UT2K4SPTab_DetailMatch"
	PanelCaption(0)="Last Match Played"
	PanelHint(0)="Overview of the last match played"
	PanelClass(1)="GUI2K4.UT2K4SPTab_DetailEnemies"
	PanelCaption(1)="Opponent Teams"
	PanelHint(1)="Overview of the teams you've played against"
	PanelClass(2)="GUI2K4.UT2K4SPTab_DetailPhantom"
	PanelCaption(2)="Other Tournament Matches"
	PanelHint(2)="Overview of matches played by other teams"
}

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