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
		WinWidth=0.408084
		WinHeight=0.831136
		WinLeft=0.012527
		WinTop=0.012761
        Caption="Ownage Maps"
        RenderWeight=0.01
        BottomPadding=0.2
        bFillClient=true
	End Object
	sb_1=sb1



	Begin Object class=AltSectionBackground Name=sb2
		WinWidth=0.562541
		WinHeight=0.971442
		WinLeft=0.431054
		WinTop=0.012761
        Caption="Map Details"
        RenderWeight=0.01
        bFillClient=true
	End Object
	sb_2=sb2


	
	Begin Object class=GUIListBox Name=lbMapList
		WinWidth=0.265626
		WinHeight=0.735548
		WinLeft=0.030468
		WinTop=0.109375
        TabOrder=0
        bVisibleWhenEmpty=true
        OnChange=ListOnChange
	End Object


    lb_MapList=lbMapList


	Begin Object class=GUIScrollTextBox Name=lbMapInfo
		WinWidth=0.655274
		WinHeight=0.735548
		WinLeft=0.305664
		WinTop=0.109725
        TabOrder=1
        bVisibleWhenEmpty=true
        bNoTeletype=true
	End Object


    lb_MapInfo=lbMapInfo


    Begin Object class=GUIImage name=iFF
		WinWidth=0.393622
		WinHeight=0.130000
		WinLeft=0.019133
		WinTop=0.857116

    	ImageStyle=ISTY_Scaled
    	OnClick=GotoFF
    	bAcceptsInput=true
    End Object
	i_FileFront=iFF


	Tag=2



}

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