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

GUI2K4.UT2K4ModFooter

Extends
ButtonFooter

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIBorder
            |   
            +-- XInterface.GUIFooter
               |   
               +-- GUI2K4.ButtonFooter
                  |   
                  +-- GUI2K4.UT2K4ModFooter

Variables Summary
GUIButtonb_Activate
GUIButtonb_Back
GUIButtonb_Download
GUIButtonb_Dump
GUIButtonb_Movie
GUIButtonb_Watch
GUIButtonb_Web
UT2K4ModsAndDemosMyPage
Inherited Variables from GUI2K4.ButtonFooter
Alignment, bAutoSize, bFixedWidth, bFullHeight, ButtonHeight, ButtonLeft, ButtonWidth, Margin, Padding, Spacer

Functions Summary
functionbool BackClick (GUIComponent Sender))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function TabChange (int NewTag))
Inherited Functions from GUI2K4.ButtonFooter
ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer


Variables Detail

b_Activate Source code

var automated GUIButton b_Activate;

b_Back Source code

var automated GUIButton b_Back;

b_Download Source code

var automated GUIButton b_Download;

b_Dump Source code

var automated GUIButton b_Dump;

b_Movie Source code

var automated GUIButton b_Movie;

b_Watch Source code

var automated GUIButton b_Watch;

b_Web Source code

var automated GUIButton b_Web;

MyPage Source code

var UT2K4ModsAndDemos MyPage;


Functions Detail

BackClick Source code

function bool BackClick ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

TabChange Source code

function TabChange ( int NewTag) )


Defaultproperties

defaultproperties
{
    Begin Object Class=GUIButton Name=BB1
        Caption="Activate"
        Hint="Activates the selected mod"
		WinWidth=0.12
        WinLeft=0.885352
		WinHeight=0.036482
		WinTop=0.085678
        RenderWeight=2
        TabOrder=0
        bBoundToParent=True
        StyleName="FooterButton"
		Tag=1
		bVisible=false
    End Object
    b_Activate=BB1


    Begin Object Class=GUIButton Name=BB2
        Caption="Visit Web Site"
        Hint="Visit the web site of the selected mod"
		WinWidth=0.12
        WinLeft=0.885352
		WinHeight=0.036482
		WinTop=0.085678
        RenderWeight=2.0001
        TabOrder=1
        bBoundToParent=True
        StyleName="FooterButton"
		bVisible=false
		Tag=1
    End Object
    b_Web=BB2


    Begin Object Class=GUIButton Name=BB3
        Caption="Download"
        Hint="Download the selected Ownage map"
        WinLeft=0.885352
		WinHeight=0.036482
		WinWidth=0.12
		WinTop=0.085678
        RenderWeight=2.0001
        TabOrder=2
        bBoundToParent=True
        StyleName="FooterButton"
		bVisible=false
		Tag=2
    End Object
    b_Download=BB3


    Begin Object Class=GUIButton Name=BB5
        Caption="Create AVI"
        Hint="Convert the selected demo to a DIVX AVI"
		WinWidth=0.12
		WinHeight=0.036482
		WinTop=0.085678
        RenderWeight=2.0001
        TabOrder=3
        bBoundToParent=True
        StyleName="FooterButton"
		bVisible=false
		Tag=3
    End Object
	b_Dump=BB5


    Begin Object Class=GUIButton Name=BB4
        Caption="Watch Demo"
        Hint="Watch the selected demo"
		WinHeight=0.036482
		WinWidth=0.12
		WinTop=0.085678
        RenderWeight=2.0001
        TabOrder=4
        bBoundToParent=True
        StyleName="FooterButton"
		bVisible=false
		Tag=3
    End Object
	b_Watch=BB4


    Begin Object Class=GUIButton Name=BB66
        Caption="Play Movie"
        Hint="Watch the selected movie"
		WinHeight=0.036482
		WinWidth=0.12
		WinTop=0.085678
        RenderWeight=2.0001
        TabOrder=4
        bBoundToParent=True
        StyleName="FooterButton"
		bVisible=false
		Tag=4
    End Object
	b_Movie=BB66



    Begin Object Class=GUIButton Name=BackB
        Caption="BACK"
        Hint="Return to the previous menu"
		WinHeight=0.036482
		WinWidth=0.12
		WinTop=0.085678
        RenderWeight=2.0002
        TabOrder=3
        bBoundToParent=True
        StyleName="FooterButton"
		OnClick=BackClick
		Tag=0
    End Object
	b_Back=BackB
	Margin=0.01
	Padding=0.3
	Spacer=0.01




}

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