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

GUI2K4.UT2K4Browser_Footer

Extends
ButtonFooter

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

Variables Summary
GUIButtonb_Back
GUIButtonb_Filter
GUIButtonb_Join
GUIButtonb_Refresh
GUIButtonb_Spectate
moCheckBoxch_Standard
GUIImagei_Status
UT2K4ServerBrowserp_Anchor
GUITitleBart_StatusBar
Inherited Variables from GUI2K4.ButtonFooter
Alignment, bAutoSize, bFixedWidth, bFullHeight, ButtonHeight, ButtonLeft, ButtonWidth, Margin, Padding, Spacer

Functions Summary
functionfloat GetButtonLeft ()))
functionbool InternalOnClick (GUIComponent Sender))
function PositionButtons (Canvas C ))
function UpdateActiveButtons (UT2K4Browser_Page CurrentPanel))
function UpdateButtonState (GUIButton But, bool Active ))
Inherited Functions from GUI2K4.ButtonFooter
ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer


Variables Detail

b_Back Source code

var automated GUIButton b_Back;

b_Filter Source code

var automated GUIButton b_Filter;

b_Join Source code

var automated GUIButton b_Join;

b_Refresh Source code

var automated GUIButton b_Refresh;

b_Spectate Source code

var automated GUIButton b_Spectate;

ch_Standard Source code

var automated moCheckBox ch_Standard;

i_Status Source code

var automated GUIImage i_Status;

p_Anchor Source code

var UT2K4ServerBrowser p_Anchor;

t_StatusBar Source code

var automated GUITitleBar t_StatusBar;


Functions Detail

GetButtonLeft Source code

function float GetButtonLeft ( ) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

PositionButtons Source code

function PositionButtons ( Canvas C ) )

UpdateActiveButtons Source code

function UpdateActiveButtons ( UT2K4Browser_Page CurrentPanel) )

UpdateButtonState Source code

function UpdateButtonState ( GUIButton But, bool Active ) )


Defaultproperties

defaultproperties
{
    bFullHeight=False
    ButtonHeight=0.04
    Justification=TXTA_Right
	WinWidth=1.000000
	WinHeight=0.062422
	WinLeft=0.000000
	WinTop=0.936927


    Begin Object class=GUITitleBar name=BrowserStatus
		WinWidth=0.761055
		WinHeight=0.390234
		WinLeft=0.238945
		WinTop=0.030495
        StyleName="TextLabel"
        Caption=""
        bUseTextHeight=false
        Justification=TXTA_Right
        bBoundToParent=True
        bScaleToParent=True
        FontScale=FNS_Small
    End Object
    t_StatusBar=BrowserStatus


	Begin Object class=moCheckBox Name=OnlyStandardCheckBox
		bStandardized=False
		WinWidth=0.243945
		WinHeight=0.308203
		WinLeft=0.020000
		WinTop=0.093073
		Caption="Standard Servers Only"
		Hint="Only display standard servers (no mutators) in the server browser.  This option overrides filter settings."
		CaptionWidth=0.9
		TabOrder=5
        bBoundToParent=True
        bScaleToParent=True
        FontScale=FNS_Small
	End Object
	ch_Standard=OnlyStandardCheckBox


	Begin Object Class=GUIButton Name=BrowserFilter
		Caption="FILTERS"
		Hint="Filters allow more control over which servers will appear in the server browser lists."
		WinHeight=0.036482
		WinTop=0.036482
		bAutoSize=True
		WinLeft=0.0
		bBoundToParent=True
		OnClick=InternalOnClick
		RenderWeight=2
        StyleName="FooterButton"
		TabOrder=0
	End Object
	b_Filter=BrowserFilter


    Begin Object Class=GUIButton Name=BrowserBack
        Caption="BACK"
        Hint="Return to the previous menu"
		WinHeight=0.036482
		WinTop=0.085678
        RenderWeight=2
        TabOrder=4
        bBoundToParent=True
        StyleName="FooterButton"
		OnClick=InternalOnClick
    End Object
    b_Back=BrowserBack


    Begin Object Class=GUIButton Name=BrowserRefresh
        Caption="REFRESH"
        WinWidth=0.114648
        WinLeft=0.885352
		WinHeight=0.036482
		WinTop=0.085678
        RenderWeight=2
        TabOrder=3
        bBoundToParent=True
        MenuState=MSAT_Disabled
        StyleName="FooterButton"
		OnClick=InternalOnClick
    End Object
    b_Refresh=BrowserRefresh


    Begin Object Class=GUIButton Name=BrowserJoin
        Caption="JOIN"
		WinWidth=124.000000
		WinLeft=611.000000
		WinHeight=0.036482
		WinTop=0.085678
        TabOrder=2
        RenderWeight=2
        bBoundToParent=True
        MenuState=MSAT_Disabled
        StyleName="FooterButton"
		OnClick=InternalOnClick
    End Object
    b_Join=BrowserJoin


    Begin Object Class=GUIButton Name=BrowserSpec
        Caption="SPECTATE"
        WinWidth=0.114648
		WinHeight=0.036482
		WinTop=0.085678
        WinLeft=0.771094
        RenderWeight=2
        TabOrder=1
        bBoundToParent=True
        MenuState=MSAT_Disabled
        StyleName="FooterButton"
		OnClick=InternalOnClick
    End Object
    b_Spectate=BrowserSpec
}

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