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

XInterface.UT2SP_LadderEventPage

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2SP_LadderEventPage

Direct Known Subclasses:

UT2SP_DraftEventPage

Variables Summary
GUIButtonbtnMap
GUIButtonbtnOK
GUIImagegImage
GUILabellblCaption
GUILabellblTitle
stringTutorialName
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function InitComponent (GUIController pMyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
function SetTutorialName (string tutname)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

btnMap Source code

var GUIButton btnMap;

btnOK Source code

var GUIButton btnOK;

gImage Source code

var GUIImage gImage;

lblCaption Source code

var GUILabel lblCaption;

lblTitle Source code

var GUILabel lblTitle;

TutorialName Source code

var string TutorialName;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController pMyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

SetTutorialName Source code

function SetTutorialName ( string tutname )


Defaultproperties

defaultproperties
{
     Background=Texture'InterfaceContent.Backgrounds.bg10'
     Begin Object Class=GUILabel Name=SPLEPtitle
         Caption="CONGRATULATIONS!"
         TextAlign=TXTA_Center
         TextFont="UT2LargeFont"
         WinTop=0.068750
         WinHeight=0.100000
     End Object
     Controls(0)=GUILabel'XInterface.UT2SP_LadderEventPage.SPLEPtitle'

     Begin Object Class=GUILabel Name=SPLEPcaption
         TextAlign=TXTA_Center
         TextFont="UT2SmallFont"
         bMultiLine=True
         WinTop=0.716563
         WinHeight=0.350000
     End Object
     Controls(1)=GUILabel'XInterface.UT2SP_LadderEventPage.SPLEPcaption'

     Begin Object Class=GUIImage Name=SPLEPimage
         ImageStyle=ISTY_Stretched
         X1=0
         Y1=0
         X2=1023
         Y2=767
         WinTop=0.170000
         WinLeft=0.250000
         WinWidth=0.500000
         WinHeight=0.500000
     End Object
     Controls(2)=GUIImage'XInterface.UT2SP_LadderEventPage.SPLEPimage'

     Begin Object Class=GUIButton Name=SPLEPOK
         Caption="CONTINUE"
         WinTop=0.880000
         WinLeft=0.400000
         WinWidth=0.200000
         WinHeight=0.050000
         OnKeyEvent=SPLEPOK.InternalOnKeyEvent
     End Object
     Controls(3)=GUIButton'XInterface.UT2SP_LadderEventPage.SPLEPOK'

     Begin Object Class=GUIImage Name=SPLEPimageborder
         Image=Texture'InterfaceContent.Menu.BorderBoxA1'
         ImageStyle=ISTY_Stretched
         WinTop=0.166354
         WinLeft=0.247265
         WinWidth=0.505078
         WinHeight=0.507421
     End Object
     Controls(4)=GUIImage'XInterface.UT2SP_LadderEventPage.SPLEPimageborder'

     Begin Object Class=GUIButton Name=SPLEPMap
         Caption="VIEW TUTORIAL"
         WinTop=0.880000
         WinLeft=0.600000
         WinWidth=0.200000
         WinHeight=0.050000
         bVisible=False
         bAcceptsInput=False
         OnKeyEvent=SPLEPMap.InternalOnKeyEvent
     End Object
     Controls(5)=GUIButton'XInterface.UT2SP_LadderEventPage.SPLEPMap'

     WinHeight=1.000000
}

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