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

GUI2K4.RemoteAdmin

Extends
LargeWindow

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

Variables Summary
moCheckBoxch_Autologout
moComboBoxco_Options
GUIImagei_Border
GUITitleBart_Title
RemoteAdmin
array<string>AdminOptionClass
AdminPanelBaseap_Active
boolbAutologout
boolbLoggedIn
stringLoggedInText
stringLoggedOutText
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
event Closed (GUIComponent Sender, bool bCancelled))
event InitComponent (GUIController C, GUIComponent O))
function InitializePanels ()))
function InternalAdminReply (string Reply ))
function InternalOnChange (GUIComponent Sender ))
functionbool IsAdmin ()))
function LoggedIn (string AdminName ))
function LoggedOut ()))
eventbool NotifyLevelChange ()))
event Opened (GUIComponent Sender))
function ReloadActivePanel ()))
function SetAdvanced (coerce bool bIsAdvanced ))
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

ch_Autologout Source code

var automated moCheckBox ch_Autologout;

co_Options Source code

var automated moComboBox co_Options;

i_Border Source code

var automated GUIImage i_Border;

t_Title Source code

var automated GUITitleBar t_Title;

RemoteAdmin

AdminOptionClass Source code

var(RemoteAdmin) config array<string> AdminOptionClass;

ap_Active Source code

var(RemoteAdmin) editconst noexport AdminPanelBase ap_Active;

bAutologout Source code

var(RemoteAdmin) config bool bAutologout;

bLoggedIn Source code

var(RemoteAdmin) noexport bool bLoggedIn;

LoggedInText Source code

var(RemoteAdmin) localized string LoggedInText;

LoggedOutText Source code

var(RemoteAdmin) localized string LoggedOutText;


Functions Detail

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled) )

InitComponent Source code

event InitComponent ( GUIController C, GUIComponent O) )

InitializePanels Source code

function InitializePanels ( ) )

InternalAdminReply Source code

function InternalAdminReply ( string Reply ) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender ) )

IsAdmin Source code

function bool IsAdmin ( ) )

LoggedIn Source code

function LoggedIn ( string AdminName ) )

LoggedOut Source code

function LoggedOut ( ) )

NotifyLevelChange Source code

event bool NotifyLevelChange ( ) )

Opened Source code

event Opened ( GUIComponent Sender) )

ReloadActivePanel Source code

function ReloadActivePanel ( ) )

SetAdvanced Source code

function SetAdvanced ( coerce bool bIsAdvanced ) )


Defaultproperties

defaultproperties
{
	AdminOptionClass(0)="GUI2K4.AdminPanelLogin"
	AdminOptionClass(1)="GUI2K4.AdminPanelGeneral"
	AdminOptionClass(2)="GUI2K4.AdminPanelMaps"
	AdminOptionClass(3)="GUI2K4.AdminPanelPlayers"


	LoggedInText="Logged in as '%name%'"
	LoggedOutText="Not logged in"
	Begin Object Class=moComboBox Name=OptionsCombo
		WinWidth=0.595311
		WinHeight=0.078125
		WinLeft=0.010625
		WinTop=0.031249
		bScaleToParent=True
		bBoundToParent=True
		OnChange=InternalOnChange
		bReadOnly=True
		Caption="Section:"
		Hint="Select the desired group of administration options to configure"
		MenuState=MSAT_Disabled
		CaptionWidth=0.27
	End Object
	co_Options=OptionsCombo


	Begin Object Class=moCheckBox Name=AutoLogout
		WinWidth=0.312500
		WinHeight=0.078125
		WinLeft=0.668750
		WinTop=0.031249
		Caption="AutoLogout"
		Hint="Enable to automatically logout as admin when this menu is closed."
		OnChange=InternalOnChange
		bAutoSizeCaption=True
	End Object
	ch_Autologout=AutoLogout


	Begin Object Class=GUIImage Name=BorderImage
	    Image=Texture'InterfaceContent.Menu.BorderBoxD'
	    ImageColor=(A=160)
	    ImageStyle=ISTY_Stretched
		WinWidth=1.0
		WinHeight=0.016522
		WinLeft=0.0
		WinTop=0.122862
	    bBoundToParent=True
	    bScaleToParent=True
	End Object
	i_Border=BorderImage
}

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