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

XInterface.UT2AdminMenu

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2AdminMenu

Variables Summary
Tab_AdminPlayerListPlayerList
GUITabControlTabC
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)
function HandleParameters (string Param1, string Param2)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

PlayerList Source code

var Tab_AdminPlayerList PlayerList;

TabC Source code

var GUITabControl TabC;


Functions Detail

ButtonClicked Source code

function bool ButtonClicked ( GUIComponent Sender )

HandleParameters Source code

function HandleParameters ( string Param1, string Param2 )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )


Defaultproperties

defaultproperties
{
     bRequire640x480=False
     bAllowedAsLast=True
     Begin Object Class=GUIImage Name=AdminInfoBackground
         Image=Texture'InterfaceContent.Menu.BorderBoxD'
         ImageStyle=ISTY_Stretched
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     Controls(0)=GUIImage'XInterface.UT2AdminMenu.AdminInfoBackground'

     Begin Object Class=GUIImage Name=AdminInfoBackground2
         Image=Texture'InterfaceContent.Menu.BorderBoxD'
         ImageStyle=ISTY_Stretched
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     Controls(1)=GUIImage'XInterface.UT2AdminMenu.AdminInfoBackground2'

     Begin Object Class=GUITitleBar Name=AdminInfoHeader
         Effect=FinalBlend'InterfaceContent.Menu.CO_Final'
         Caption="Admin In-Game Menu"
         StyleName="Header"
         WinHeight=0.100000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(2)=GUITitleBar'XInterface.UT2AdminMenu.AdminInfoHeader'

     Begin Object Class=GUITitleBar Name=AdminInfoFooter
         bUseTextHeight=False
         StyleName="Footer"
         WinTop=0.925000
         WinHeight=0.075000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(3)=GUITitleBar'XInterface.UT2AdminMenu.AdminInfoFooter'

     Begin Object Class=GUIButton Name=AdminBackButton
         Caption="Close"
         StyleName="SquareMenuButton"
         Hint="Close this menu"
         WinTop=0.934167
         WinLeft=0.868750
         WinWidth=0.120000
         WinHeight=0.055000
         bBoundToParent=True
         bScaleToParent=True
         OnClick=UT2AdminMenu.ButtonClicked
         OnKeyEvent=AdminBackButton.InternalOnKeyEvent
     End Object
     Controls(4)=GUIButton'XInterface.UT2AdminMenu.AdminBackButton'

     Begin Object Class=GUITabControl Name=AdminInfoTabs
         bDockPanels=True
         TabHeight=0.040000
         WinTop=0.100000
         WinHeight=0.060000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         OnActivate=AdminInfoTabs.InternalOnActivate
     End Object
     Controls(5)=GUITabControl'XInterface.UT2AdminMenu.AdminInfoTabs'

     WinTop=0.100000
     WinLeft=0.020000
     WinWidth=0.960000
     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:21.531 - Created with UnCodeX