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

GUI2K4.UT2K4Ownage

Extends
ModsAndDemosTabs

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.ModsAndDemosTabs
                     |   
                     +-- GUI2K4.UT2K4Ownage

Variables Summary
materialFFTex
GUIImagei_Background
GUIImagei_FileFront
GUIScrollTextBoxlb_MapInfo
GUIListBoxlb_MapList
GUILabell_FileFront
intOwnageLevel
array<GUIController.eOwnageMap>OwnageMaps
GUISectionBackgroundsb_1
GUISectionBackgroundsb_2
Inherited Variables from GUI2K4.ModsAndDemosTabs
MyPage

Functions Summary
function AddMap (int Level, string mName, string mDesc, string mURL)
functionbool DownloadClick (GUIComponent Sender)
functionbool GotoFF (GUIComponent Sender)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function ListOnChange (GUIComponent Sender)
function PrimeMapList ()
Inherited Functions from GUI2K4.ModsAndDemosTabs
InitComponent, ShowPanel


Variables Detail

FFTex Source code

var material FFTex;

i_Background Source code

var automated GUIImage i_Background;

i_FileFront Source code

var automated GUIImage i_FileFront;

lb_MapInfo Source code

var automated GUIScrollTextBox lb_MapInfo;

lb_MapList Source code

var automated GUIListBox lb_MapList;

l_FileFront Source code

var automated GUILabel l_FileFront;

OwnageLevel Source code

var int OwnageLevel;

OwnageMaps Source code

var array<GUIController.eOwnageMap> OwnageMaps;

sb_1 Source code

var automated GUISectionBackground sb_1;

sb_2 Source code

var automated GUISectionBackground sb_2;


Functions Detail

AddMap Source code

function AddMap ( int Level, string mName, string mDesc, string mURL )

DownloadClick Source code

function bool DownloadClick ( GUIComponent Sender )

GotoFF Source code

function bool GotoFF ( GUIComponent Sender )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

ListOnChange Source code

function ListOnChange ( GUIComponent Sender )

PrimeMapList Source code

function PrimeMapList ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUISectionBackground Name=sb1
         bFillClient=True
         Caption="Ownage Maps"
         BottomPadding=0.200000
         WinTop=0.012761
         WinLeft=0.012527
         WinWidth=0.408084
         WinHeight=0.831136
         RenderWeight=0.010000
         OnPreDraw=sb1.InternalPreDraw
     End Object
     sb_1=GUISectionBackground'GUI2K4.UT2K4Ownage.sb1'

     Begin Object Class=AltSectionBackground Name=sb2
         bFillClient=True
         Caption="Map Details"
         WinTop=0.012761
         WinLeft=0.431054
         WinWidth=0.562541
         WinHeight=0.971442
         RenderWeight=0.010000
         OnPreDraw=sb2.InternalPreDraw
     End Object
     sb_2=AltSectionBackground'GUI2K4.UT2K4Ownage.sb2'

     Begin Object Class=GUIListBox Name=lbMapList
         bVisibleWhenEmpty=True
         OnCreateComponent=lbMapList.InternalOnCreateComponent
         WinTop=0.109375
         WinLeft=0.030468
         WinWidth=0.265626
         WinHeight=0.735548
         TabOrder=0
         OnChange=UT2K4Ownage.ListOnChange
     End Object
     lb_MapList=GUIListBox'GUI2K4.UT2K4Ownage.lbMapList'

     Begin Object Class=GUIScrollTextBox Name=lbMapInfo
         bNoTeletype=True
         bVisibleWhenEmpty=True
         OnCreateComponent=lbMapInfo.InternalOnCreateComponent
         WinTop=0.109725
         WinLeft=0.305664
         WinWidth=0.655274
         WinHeight=0.735548
         TabOrder=1
     End Object
     lb_MapInfo=GUIScrollTextBox'GUI2K4.UT2K4Ownage.lbMapInfo'

     Begin Object Class=GUIImage Name=iFF
         ImageStyle=ISTY_Scaled
         WinTop=0.857116
         WinLeft=0.019133
         WinWidth=0.393622
         WinHeight=0.130000
         bAcceptsInput=True
         OnClick=UT2K4Ownage.GotoFF
     End Object
     i_FileFront=GUIImage'GUI2K4.UT2K4Ownage.iFF'

     Tag=2
}

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