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
{
     Begin Object Class=GUIButton Name=SPDbtnClose
         Caption="CLOSE"
         StyleName="FooterButton"
         Hint="Return to the ladder"
         WinTop=0.959479
         WinWidth=0.120000
         WinHeight=0.040703
         RenderWeight=1.000000
         TabOrder=0
         bBoundToParent=True
         OnClick=UT2K4SP_Details.btnCloseOnClick
         OnKeyEvent=SPDbtnClose.InternalOnKeyEvent
     End Object
     btnClose=GUIButton'GUI2K4.UT2K4SP_Details.SPDbtnClose'

     Begin Object Class=GUIButton Name=SPDbtnExport
         Caption="EXPORT"
         StyleName="FooterButton"
         Hint="Export the details to a file"
         WinTop=0.959479
         WinLeft=0.880000
         WinWidth=0.120000
         WinHeight=0.040703
         RenderWeight=1.000000
         TabOrder=1
         bBoundToParent=True
         OnClick=UT2K4SP_Details.btnExportOnClick
         OnKeyEvent=SPDbtnExport.InternalOnKeyEvent
     End Object
     btnExport=GUIButton'GUI2K4.UT2K4SP_Details.SPDbtnExport'

     Begin Object Class=moCheckBox Name=SPDcbAlwaysShow
         Caption="Show after a match"
         OnCreateComponent=SPDcbAlwaysShow.InternalOnCreateComponent
         WinTop=0.966146
         WinLeft=0.006250
         WinWidth=0.289063
         RenderWeight=1.000000
         TabOrder=2
         OnChange=UT2K4SP_Details.cbAlwaysShowOnChange
     End Object
     cbAlwaysShow=moCheckBox'GUI2K4.UT2K4SP_Details.SPDcbAlwaysShow'

     PageCaption="Tournament details"
     ProfileExported="Profile details exported to:|%filename%"
     ProfileExporter="GUI2K4.SPProfileExporter"
     Begin Object Class=GUIHeader Name=SPDhdrHeader
         RenderWeight=0.300000
     End Object
     t_Header=GUIHeader'GUI2K4.UT2K4SP_Details.SPDhdrHeader'

     Begin Object Class=ButtonFooter Name=SPDftrFooter
         RenderWeight=0.300000
         OnPreDraw=SPDftrFooter.InternalOnPreDraw
     End Object
     t_Footer=ButtonFooter'GUI2K4.UT2K4SP_Details.SPDftrFooter'

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

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