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

XInterface.Tab_SPTutorials

Extends
Tab_SPPanelBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Tab_SPPanelBase
                     |   
                     +-- XInterface.Tab_SPTutorials

Constants Summary
BRIndex=3
CTFIndex=2
DMIndex=0
DOMIndex=1
NumButtons=4

Variables Summary
boolbBRUnlocked
boolbCTFUnlocked
boolbDOMUnlocked
boolbTDMUnlocked
stringSelectMessage
array<GUIImage>TutBorders
array<GUIButton>TutButtons
array<GUIImage>TutImages
array<GUILabel>TutLabels

Functions Summary
functionbool CanShowPanel ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
function ShowPanel (bool bShow)
Inherited Functions from XInterface.Tab_SPPanelBase
GetProfile, MatchUpdated, MyTabControl, OnMatchUpdated, OnProfileUpdated, ProfileUpdated


Constants Detail

BRIndex Source code

const BRIndex = 3;

CTFIndex Source code

const CTFIndex = 2;

DMIndex Source code

const DMIndex = 0;

DOMIndex Source code

const DOMIndex = 1;

NumButtons Source code

const NumButtons = 4;


Variables Detail

bBRUnlocked Source code

var config bool bBRUnlocked;

bCTFUnlocked Source code

var config bool bCTFUnlocked;

bDOMUnlocked Source code

var config bool bDOMUnlocked;

bTDMUnlocked Source code

var config bool bTDMUnlocked;

SelectMessage Source code

var localized string SelectMessage;

TutBorders Source code

var array<GUIImage> TutBorders;

TutButtons Source code

var array<GUIButton> TutButtons;

TutImages Source code

var array<GUIImage> TutImages;

TutLabels Source code

var array<GUILabel> TutLabels;


Functions Detail

CanShowPanel Source code

function bool CanShowPanel ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

ShowPanel Source code

function ShowPanel ( bool bShow )


Defaultproperties

defaultproperties
{
     SelectMessage="Click to play tutorial for"
     bFillHeight=True
     Begin Object Class=GUIImage Name=SPTutDM
         ImageStyle=ISTY_Stretched
         X1=0
         Y1=0
         X2=1023
         Y2=767
         WinTop=0.050000
         WinLeft=0.100000
         WinWidth=0.300000
         WinHeight=0.300000
     End Object
     Controls(0)=GUIImage'XInterface.Tab_SPTutorials.SPTutDM'

     Begin Object Class=GUIImage Name=SPTutDMB
         Image=Texture'InterfaceContent.Menu.BorderBoxA1'
         ImageStyle=ISTY_Stretched
         WinTop=0.045846
         WinLeft=0.097344
         WinWidth=0.304563
         WinHeight=0.305562
     End Object
     Controls(1)=GUIImage'XInterface.Tab_SPTutorials.SPTutDMB'

     Begin Object Class=GUILabel Name=SPTutDML
         TextAlign=TXTA_Center
         StyleName="TextButton"
         WinTop=0.350000
         WinLeft=0.050000
         WinWidth=0.400000
         WinHeight=0.100000
     End Object
     Controls(2)=GUILabel'XInterface.Tab_SPTutorials.SPTutDML'

     Begin Object Class=GUIButton Name=SPTutDMButton
         StyleName="NoBackground"
         WinTop=0.033300
         WinLeft=0.050000
         WinWidth=0.400000
         WinHeight=0.400000
         bFocusOnWatch=True
         OnClick=Tab_SPTutorials.InternalOnClick
         OnKeyEvent=SPTutDMButton.InternalOnKeyEvent
     End Object
     Controls(3)=GUIButton'XInterface.Tab_SPTutorials.SPTutDMButton'

     Begin Object Class=GUIImage Name=SPTutDOM
         ImageStyle=ISTY_Stretched
         X1=0
         Y1=0
         X2=1023
         Y2=767
         WinTop=0.500000
         WinLeft=0.100000
         WinWidth=0.300000
         WinHeight=0.300000
     End Object
     Controls(4)=GUIImage'XInterface.Tab_SPTutorials.SPTutDOM'

     Begin Object Class=GUIImage Name=SPTutDOMB
         Image=Texture'InterfaceContent.Menu.BorderBoxA1'
         ImageStyle=ISTY_Stretched
         WinTop=0.495846
         WinLeft=0.097344
         WinWidth=0.303000
         WinHeight=0.304000
     End Object
     Controls(5)=GUIImage'XInterface.Tab_SPTutorials.SPTutDOMB'

     Begin Object Class=GUILabel Name=SPTutDOML
         TextAlign=TXTA_Center
         StyleName="TextButton"
         WinTop=0.800000
         WinLeft=0.050000
         WinWidth=0.400000
         WinHeight=0.100000
     End Object
     Controls(6)=GUILabel'XInterface.Tab_SPTutorials.SPTutDOML'

     Begin Object Class=GUIButton Name=SPTutDOMButton
         StyleName="NoBackground"
         WinTop=0.466660
         WinLeft=0.050000
         WinWidth=0.400000
         WinHeight=0.415000
         bFocusOnWatch=True
         OnClick=Tab_SPTutorials.InternalOnClick
         OnKeyEvent=SPTutDOMButton.InternalOnKeyEvent
     End Object
     Controls(7)=GUIButton'XInterface.Tab_SPTutorials.SPTutDOMButton'

     Begin Object Class=GUIImage Name=SPTutCTF
         ImageStyle=ISTY_Stretched
         X1=0
         Y1=0
         X2=1023
         Y2=767
         WinTop=0.050000
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.300000
     End Object
     Controls(8)=GUIImage'XInterface.Tab_SPTutorials.SPTutCTF'

     Begin Object Class=GUIImage Name=SPTutCTFB
         Image=Texture'InterfaceContent.Menu.BorderBoxA1'
         ImageStyle=ISTY_Stretched
         WinTop=0.045846
         WinLeft=0.597344
         WinWidth=0.303000
         WinHeight=0.304000
     End Object
     Controls(9)=GUIImage'XInterface.Tab_SPTutorials.SPTutCTFB'

     Begin Object Class=GUILabel Name=SPTutCTFL
         TextAlign=TXTA_Center
         StyleName="TextButton"
         WinTop=0.350000
         WinLeft=0.550000
         WinWidth=0.400000
         WinHeight=0.100000
     End Object
     Controls(10)=GUILabel'XInterface.Tab_SPTutorials.SPTutCTFL'

     Begin Object Class=GUIButton Name=SPTutCTFButton
         StyleName="NoBackground"
         WinTop=0.033330
         WinLeft=0.550000
         WinWidth=0.400000
         WinHeight=0.400000
         bFocusOnWatch=True
         OnClick=Tab_SPTutorials.InternalOnClick
         OnKeyEvent=SPTutCTFButton.InternalOnKeyEvent
     End Object
     Controls(11)=GUIButton'XInterface.Tab_SPTutorials.SPTutCTFButton'

     Begin Object Class=GUIImage Name=SPTutBR
         ImageStyle=ISTY_Stretched
         X1=0
         Y1=0
         X2=1023
         Y2=767
         WinTop=0.500000
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.300000
     End Object
     Controls(12)=GUIImage'XInterface.Tab_SPTutorials.SPTutBR'

     Begin Object Class=GUIImage Name=SPTutBRB
         Image=Texture'InterfaceContent.Menu.BorderBoxA1'
         ImageStyle=ISTY_Stretched
         WinTop=0.495846
         WinLeft=0.597344
         WinWidth=0.303000
         WinHeight=0.304000
     End Object
     Controls(13)=GUIImage'XInterface.Tab_SPTutorials.SPTutBRB'

     Begin Object Class=GUILabel Name=SPTutBRL
         TextAlign=TXTA_Center
         StyleName="TextButton"
         WinTop=0.800000
         WinLeft=0.550000
         WinWidth=0.400000
         WinHeight=0.100000
     End Object
     Controls(14)=GUILabel'XInterface.Tab_SPTutorials.SPTutBRL'

     Begin Object Class=GUIButton Name=SPTutBRButton
         StyleName="NoBackground"
         WinTop=0.466660
         WinLeft=0.550000
         WinWidth=0.400000
         WinHeight=0.415000
         bFocusOnWatch=True
         OnClick=Tab_SPTutorials.InternalOnClick
         OnKeyEvent=SPTutBRButton.InternalOnKeyEvent
     End Object
     Controls(15)=GUIButton'XInterface.Tab_SPTutorials.SPTutBRButton'

     WinTop=0.150000
     WinHeight=0.770000
}

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