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"
         StyleName="FooterButton"
         Hint="Activates the selected mod"
         WinTop=0.085678
         WinLeft=0.885352
         WinWidth=0.120000
         WinHeight=0.036482
         RenderWeight=2.000000
         TabOrder=0
         Tag=1
         bBoundToParent=Wahr
         bVisible=Falsch
         OnKeyEvent=BB1.InternalOnKeyEvent
     End Object
     b_Activate=GUIButton'GUI2K4.UT2K4ModFooter.BB1'

     Begin Object Class=GUIButton Name=BB2
         Caption="Visit Web Site"
         StyleName="FooterButton"
         Hint="Visit the web site of the selected mod"
         WinTop=0.085678
         WinLeft=0.885352
         WinWidth=0.120000
         WinHeight=0.036482
         RenderWeight=2.000100
         TabOrder=1
         Tag=1
         bBoundToParent=Wahr
         bVisible=Falsch
         OnKeyEvent=BB2.InternalOnKeyEvent
     End Object
     b_Web=GUIButton'GUI2K4.UT2K4ModFooter.BB2'

     Begin Object Class=GUIButton Name=BB3
         Caption="Download"
         StyleName="FooterButton"
         Hint="Download the selected Ownage map"
         WinTop=0.085678
         WinLeft=0.885352
         WinWidth=0.120000
         WinHeight=0.036482
         RenderWeight=2.000100
         TabOrder=2
         Tag=2
         bBoundToParent=Wahr
         bVisible=Falsch
         OnKeyEvent=BB3.InternalOnKeyEvent
     End Object
     b_Download=GUIButton'GUI2K4.UT2K4ModFooter.BB3'

     Begin Object Class=GUIButton Name=BB5
         Caption="Create AVI"
         StyleName="FooterButton"
         Hint="Convert the selected demo to a DIVX AVI"
         WinTop=0.085678
         WinWidth=0.120000
         WinHeight=0.036482
         RenderWeight=2.000100
         TabOrder=3
         Tag=3
         bBoundToParent=Wahr
         bVisible=Falsch
         OnKeyEvent=BB5.InternalOnKeyEvent
     End Object
     b_Dump=GUIButton'GUI2K4.UT2K4ModFooter.BB5'

     Begin Object Class=GUIButton Name=BB4
         Caption="Watch Demo"
         StyleName="FooterButton"
         Hint="Watch the selected demo"
         WinTop=0.085678
         WinWidth=0.120000
         WinHeight=0.036482
         RenderWeight=2.000100
         TabOrder=4
         Tag=3
         bBoundToParent=Wahr
         bVisible=Falsch
         OnKeyEvent=BB4.InternalOnKeyEvent
     End Object
     b_Watch=GUIButton'GUI2K4.UT2K4ModFooter.BB4'

     Begin Object Class=GUIButton Name=BackB
         Caption="BACK"
         StyleName="FooterButton"
         Hint="Return to the previous menu"
         WinTop=0.085678
         WinWidth=0.120000
         WinHeight=0.036482
         RenderWeight=2.000200
         TabOrder=3
         Tag=0
         bBoundToParent=Wahr
         OnClick=UT2K4ModFooter.BackClick
         OnKeyEvent=BackB.InternalOnKeyEvent
     End Object
     b_Back=GUIButton'GUI2K4.UT2K4ModFooter.BackB'

     Begin Object Class=GUIButton Name=BB66
         Caption="Play Movie"
         StyleName="FooterButton"
         Hint="Watch the selected movie"
         WinTop=0.085678
         WinWidth=0.120000
         WinHeight=0.036482
         RenderWeight=2.000100
         TabOrder=4
         Tag=4
         bBoundToParent=Wahr
         bVisible=Falsch
         OnKeyEvent=BB66.InternalOnKeyEvent
     End Object
     b_Movie=GUIButton'GUI2K4.UT2K4ModFooter.BB66'

     Padding=0.300000
     Margin=0.010000
     Spacer=0.010000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:34.906 - Created with UnCodeX