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

XInterface.Tab_AdminPlayerList

Extends
UT2K3TabPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Tab_AdminPlayerList

Variables Summary
boolbAdvancedAdmin
GUIMultiColumnListboxMyListBox
AdminPlayerListMyPlayerList
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
functionbool BanClicked (GUIComponent Sender)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool KickClicked (GUIComponent Sender)
function ProcessRule (string NewRule)
function ReloadList ()
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

bAdvancedAdmin Source code

var bool bAdvancedAdmin;

MyListBox Source code

var GUIMultiColumnListbox MyListBox;

MyPlayerList Source code

var AdminPlayerList MyPlayerList;


Functions Detail

BanClicked Source code

function bool BanClicked ( GUIComponent Sender )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

KickClicked Source code

function bool KickClicked ( GUIComponent Sender )

ProcessRule Source code

function ProcessRule ( string NewRule )

ReloadList Source code

function ReloadList ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIImage Name=AdminBackground
         Image=Texture'InterfaceContent.Menu.SquareBoxA'
         ImageStyle=ISTY_Stretched
         WinHeight=1.000000
         bNeverFocus=True
     End Object
     Controls(0)=GUIImage'XInterface.Tab_AdminPlayerList.AdminBackground'

     Begin Object Class=GUIMultiColumnListBox Name=AdminPlayersListBox
         bVisibleWhenEmpty=True
         Begin Object Class=AdminPlayerList Name=AdminList
             OnPreDraw=AdminList.InternalOnPreDraw
             OnClick=AdminList.InternalOnClick
             OnRightClick=AdminList.InternalOnRightClick
             OnMousePressed=AdminList.InternalOnMousePressed
             OnMouseRelease=AdminList.InternalOnMouseRelease
             OnKeyEvent=AdminList.InternalOnKeyEvent
             OnBeginDrag=AdminList.InternalOnBeginDrag
             OnEndDrag=AdminList.InternalOnEndDrag
             OnDragDrop=AdminList.InternalOnDragDrop
             OnDragEnter=AdminList.InternalOnDragEnter
             OnDragLeave=AdminList.InternalOnDragLeave
             OnDragOver=AdminList.InternalOnDragOver
         End Object
         Controls(0)=AdminPlayerList'XInterface.Tab_AdminPlayerList.AdminList'

         OnCreateComponent=AdminPlayersListBox.InternalOnCreateComponent
         StyleName="ServerBrowserGrid"
         WinHeight=0.878127
     End Object
     Controls(1)=GUIMultiColumnListBox'XInterface.Tab_AdminPlayerList.AdminPlayersListBox'

     Begin Object Class=GUIButton Name=AdminPlayerKick
         Caption="Kick"
         StyleName="SquareMenuButton"
         Hint="Kick this Player"
         WinTop=0.900000
         WinLeft=0.743750
         WinWidth=0.120000
         WinHeight=0.070625
         OnClick=Tab_AdminPlayerList.KickClicked
         OnKeyEvent=AdminPlayerKick.InternalOnKeyEvent
     End Object
     Controls(2)=GUIButton'XInterface.Tab_AdminPlayerList.AdminPlayerKick'

     Begin Object Class=GUIButton Name=AdminPlayerBan
         Caption="Ban"
         StyleName="SquareMenuButton"
         Hint="Ban this player"
         WinTop=0.900000
         WinLeft=0.868750
         WinWidth=0.120000
         WinHeight=0.070625
         OnClick=Tab_AdminPlayerList.BanClicked
         OnKeyEvent=AdminPlayerBan.InternalOnKeyEvent
     End Object
     Controls(3)=GUIButton'XInterface.Tab_AdminPlayerList.AdminPlayerBan'

     WinHeight=0.625003
}

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