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

XInterface.UT2ServerInfo

Extends
GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2ServerInfo

Variables Summary
MidGame
array<string>PanelCaption
array<string>PanelClass
array<string>PanelHint
GUITabControlTabC
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
functionbool ButtonClicked (GUIComponent Sender)
event ChangeHint (string NewHint)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool NotifyLevelChange ()
function SetTitle ()
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

MidGame

PanelCaption Source code

var(MidGame) localized array<string> PanelCaption;

PanelClass Source code

var(MidGame) config array<string> PanelClass;

PanelHint Source code

var(MidGame) localized array<string> PanelHint;

TabC Source code

var(MidGame) editconst noexport GUITabControl TabC;


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 )

NotifyLevelChange Source code

function bool NotifyLevelChange ( )

SetTitle Source code

function SetTitle ( )


Defaultproperties

defaultproperties
{
     PanelClass(0)="XInterface.Tab_ServerMOTD"
     PanelClass(1)="XInterface.Tab_ServerInfo"
     PanelClass(2)="XInterface.Tab_ServerMapList"
     PanelCaption(0)="MOTD"
     PanelCaption(1)="Rules"
     PanelCaption(2)="Maps"
     PanelHint(0)="Message of the Day"
     PanelHint(1)="Game Rules"
     PanelHint(2)="Map Rotation"
     bRequire640x480=False
     bAllowedAsLast=True
     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
     Controls(0)=GUIImage'XInterface.UT2ServerInfo.ServerInfoBackground'

     Begin Object Class=GUITitleBar Name=ServerInfoHeader
         Effect=FinalBlend'InterfaceContent.Menu.CO_Final'
         StyleName="Header"
         WinHeight=0.100000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(1)=GUITitleBar'XInterface.UT2ServerInfo.ServerInfoHeader'

     Begin Object Class=GUIFooter Name=ServerInfoFooter
         WinTop=0.925000
         WinHeight=0.075000
     End Object
     Controls(2)=GUIFooter'XInterface.UT2ServerInfo.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
         bBoundToParent=True
         bScaleToParent=True
         OnClick=UT2ServerInfo.ButtonClicked
         OnKeyEvent=ServerBackButton.InternalOnKeyEvent
     End Object
     Controls(3)=GUIButton'XInterface.UT2ServerInfo.ServerBackButton'

     Begin Object Class=GUITabControl Name=ServerInfoTabs
         bFillSpace=True
         bDockPanels=True
         TabHeight=0.045000
         WinTop=0.083333
         WinLeft=0.012500
         WinWidth=0.974999
         WinHeight=0.060000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         OnActivate=ServerInfoTabs.InternalOnActivate
     End Object
     Controls(4)=GUITabControl'XInterface.UT2ServerInfo.ServerInfoTabs'

     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:24.671 - Created with UnCodeX