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

GUI2K4.AdminPanelPlayers

Extends
AdminPanelBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- GUI2K4.AdminPanelBase
               |   
               +-- GUI2K4.AdminPanelPlayers

Variables Summary
GUIButtonb_Ban
GUIButtonb_Kick
GUIMultiColumnListboxlb_Players
AdminPlayerListli_Players
Inherited Variables from GUI2K4.AdminPanelBase
bAdvancedAdmin, PanelCaption
Inherited Variables from XInterface.GUIPanel
Background

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnClick (GUIComponent Sender))
function ProcessPlayer (string PlayerInfo))
function ReloadList ()))
Inherited Functions from GUI2K4.AdminPanelBase
AdminCommand, AdminReply, IsAdmin, LoggedIn, LoggedOut, SetAdvanced, ShowPanel
Inherited Functions from XInterface.GUIPanel
InitComponent


Variables Detail

b_Ban Source code

var automated GUIButton b_Ban;

b_Kick Source code

var automated GUIButton b_Kick;

lb_Players Source code

var automated GUIMultiColumnListbox lb_Players;

li_Players Source code

var AdminPlayerList li_Players;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

ProcessPlayer Source code

function ProcessPlayer ( string PlayerInfo) )

ReloadList Source code

function ReloadList ( ) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUIMultiColumnListBox Name=AdminPlayersListBox
		WinWidth=1.000000
		WinHeight=0.878127
		WinLeft=0.000000
		WinTop=0.000000
		bVisibleWhenEmpty=True
		StyleName="ServerBrowserGrid"
		DefaultListClass="XInterface.AdminPlayerList"
		bBoundToParent=True
		bScaleToParent=True
	End Object
	lb_Players=AdminPlayersListBox


	Begin Object Class=GUIButton Name=KickButton
		Caption="Kick"
		Hint="Kick this Player"
		WinWidth=0.120000
		WinHeight=0.070625
		WinLeft=0.743750
		WinTop=0.900000
		OnClick=InternalOnClick
		bBoundToParent=True
		bScaleToParent=True
	End Object
	b_Kick=KickButton


	Begin Object Class=GUIButton Name=BanButton
		Caption="Ban"
		Hint="Ban this player"
		WinWidth=0.120000
		WinHeight=0.070625
		WinLeft=0.868750
		WinTop=0.900000
		OnClick=InternalOnClick
		bBoundToParent=True
		bScaleToParent=True
	End Object
	b_Ban=BanButton


    WinLeft=0
    WinWidth=1
    WinTop=0
	WinHeight=0.625003


	PanelCaption="Players"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:57:58.950 - Created with UnCodeX