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

GUI2K4.UT2K4ModFooter


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151
00152
00153
00154
00155
00156
00157
00158
00159
00160
00161
//-----------------------------------------------------------
//
//-----------------------------------------------------------
class UT2K4ModFooter extends ButtonFooter;

var automated GUIButton b_Activate, b_Web, b_Download, b_Dump, b_Watch, b_Back, b_Movie;
var UT2K4ModsAndDemos MyPage;

function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
    Super.InitComponent(MyController,MyOwner);
    MyPage = UT2K4ModsAndDemos(MyOwner);
}

function bool BackClick(GUIComponent Sender)
{
    Controller.CloseMenu(false);
    return true;
}

function TabChange(int NewTag)
{
    local int i;
    local GUIButton B;
    for (i=0;i<Components.Length;i++)
    {
        B = GUIButton(Components[i]);
        if ( b!=None && b.Tag>0 )
        {
            if (b.Tag==NewTag)
                b.SetVisibility(true);
            else
                b.SetVisibility(false);
        }
    }

    SetupButtons("true");
}

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=True
         bVisible=False
         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=True
         bVisible=False
         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=True
         bVisible=False
         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=True
         bVisible=False
         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=True
         bVisible=False
         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=True
         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=True
         bVisible=False
         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
Class file time: Tue 24/10/2006 17:13:18.000 - Creation time: Wed 7/2/2007 19:16:56.625 - Created with UnCodeX