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

GUI2K4.UT2K4ServerInfo

Extends
UT2K4GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.UT2K4ServerInfo

Variables Summary
GUIButtonb_Close
GUITabControlc_Tabs
GUIImagei_Background
array<string>PanelCaption
array<string>PanelClass
array<string>PanelHint
GUIFootert_Footer
GUITitleBart_Header
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
functionbool ButtonClicked (GUIComponent Sender)
event ChangeHint (string NewHint)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function SetTitle ()
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

b_Close Source code

var automated GUIButton b_Close;

c_Tabs Source code

var automated GUITabControl c_Tabs;

i_Background Source code

var automated GUIImage i_Background;

PanelCaption Source code

var localized array<string> PanelCaption;

PanelClass Source code

var array<string> PanelClass;

PanelHint Source code

var localized array<string> PanelHint;

t_Footer Source code

var automated GUIFooter t_Footer;

t_Header Source code

var automated GUITitleBar t_Header;


Functions Detail

ButtonClicked Source code

function bool ButtonClicked ( GUIComponent Sender )

ChangeHint Source code

event ChangeHint ( string NewHint )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

SetTitle Source code

function SetTitle ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIImage Name=ServerInfoBackground
         Image=Texture'InterfaceContent.Menu.BorderBoxD'
         ImageStyle=ISTY_Stretched
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     i_Background=GUIImage'GUI2K4.UT2K4ServerInfo.ServerInfoBackground'

     Begin Object Class=GUITabControl Name=ServerInfoTabs
         bFillSpace=True
         bDockPanels=True
         TabHeight=0.040000
         WinTop=0.100000
         WinHeight=0.060000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         OnActivate=ServerInfoTabs.InternalOnActivate
     End Object
     c_Tabs=GUITabControl'GUI2K4.UT2K4ServerInfo.ServerInfoTabs'

     Begin Object Class=GUITitleBar Name=ServerInfoHeader
         Effect=FinalBlend'InterfaceContent.Menu.CO_Final'
         StyleName="Header"
         WinHeight=0.100000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     t_Header=GUITitleBar'GUI2K4.UT2K4ServerInfo.ServerInfoHeader'

     Begin Object Class=GUIFooter Name=ServerInfoFooter
         WinTop=0.925000
         WinHeight=0.075000
     End Object
     t_Footer=GUIFooter'GUI2K4.UT2K4ServerInfo.ServerInfoFooter'

     Begin Object Class=GUIButton Name=ServerBackButton
         Caption="Close"
         Hint="Close this menu"
         WinTop=0.934167
         WinLeft=0.848750
         WinWidth=0.120000
         WinHeight=0.055000
         RenderWeight=0.510000
         bBoundToParent=True
         bScaleToParent=True
         OnClick=UT2K4ServerInfo.ButtonClicked
         OnKeyEvent=ServerBackButton.InternalOnKeyEvent
     End Object
     b_Close=GUIButton'GUI2K4.UT2K4ServerInfo.ServerBackButton'

     PanelClass(0)="GUI2K4.UT2K4Tab_ServerMOTD"
     PanelClass(1)="GUI2K4.UT2K4Tab_ServerInfo"
     PanelClass(2)="GUI2K4.UT2K4Tab_ServerMapList"
     PanelCaption(0)="MOTD"
     PanelCaption(1)="Rules"
     PanelCaption(2)="Maps"
     PanelHint(0)="Message of the Day"
     PanelHint(1)="Game Rules"
     PanelHint(2)="Map Rotation"
     bAllowedAsLast=True
     WinTop=0.100000
     WinLeft=0.200000
     WinWidth=0.600000
     WinHeight=0.800000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:23.109 - Created with UnCodeX