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

ROInterface.ROGUIServerInfo

Extends
LargeWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- ROInterface.ROGUIServerInfo

Variables Summary
GUITabControlc_Tabs
array<string>PanelCaption
array<string>PanelClass
array<string>PanelHint
GUIFootert_Footer
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function SetTitle ()))
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

c_Tabs Source code

var automated GUITabControl c_Tabs;

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;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

SetTitle Source code

function SetTitle ( ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUITabControl Name=ServerInfoTabs
         bFillSpace=True
         bDockPanels=True
         TabHeight=0.040000
         WinTop=0.070000
         WinLeft=0.020000
         WinWidth=0.960000
         WinHeight=0.060000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         OnActivate=ServerInfoTabs.InternalOnActivate
     End Object
     c_Tabs=GUITabControl'ROInterface.ROGUIServerInfo.ServerInfoTabs'


     Begin Object Class=GUIFooter Name=ServerInfoFooter
         StyleName=
         WinTop=0.950000
         WinHeight=0.050000
     End Object
     t_Footer=GUIFooter'ROInterface.ROGUIServerInfo.ServerInfoFooter'


     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"
     WindowName="Server Info"
     bAllowedAsLast=True
     WinTop=0.100000
     WinHeight=0.800000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:51.684 - Created with UnCodeX