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

GUI2K4.UT2K4SPTab_Base

Extends
UT2K4TabPanel
Modifiers
abstract

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.UT2K4SPTab_Base

Direct Known Subclasses:

UT2K4SPTab_DetailEnemies, UT2K4SPTab_DetailMatch, UT2K4SPTab_DetailPhantom, UT2K4SPTab_ExtraLadder, UT2K4SPTab_LadderBase, UT2K4SPTab_Profile, UT2K4SPTab_ProfileNew, UT2K4SPTab_TeamManagement, UT2K4SPTab_Tutorials

Variables Summary
stringCaptionBack
stringCaptionCancel
stringCaptionCreate
stringCaptionDone
stringCaptionLoad
stringCaptionPlay
UT2K4GameProfileGP
nameLogPrefix
UT2K4SP_MainMainWindow
class<UT2K4GameProfile>ProfileClass
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
function btnPlayEnabled (bool bEnabled))
functionbool CanClose (optional Bool bCancelled))
function GetMainWindow ()))
functionstring getProfileName (coerce string profilename))
function InitComponent (GUIController pMyController, GUIComponent MyOwner))
functionbool onBackClick ()))
functionbool onPlayClick ()))
function ShowPanel (bool bShow))
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

CaptionBack Source code

var localized string CaptionBack;

CaptionCancel Source code

var localized string CaptionCancel;

CaptionCreate Source code

var localized string CaptionCreate;

CaptionDone Source code

var localized string CaptionDone;

CaptionLoad Source code

var localized string CaptionLoad;

CaptionPlay Source code

var localized string CaptionPlay;

GP Source code

var UT2K4GameProfile GP;

LogPrefix Source code

var name LogPrefix;

MainWindow Source code

var UT2K4SP_Main MainWindow;

ProfileClass Source code

var class<UT2K4GameProfile> ProfileClass;


Functions Detail

btnPlayEnabled Source code

function btnPlayEnabled ( bool bEnabled) )
Enable/disable the play button

CanClose Source code

function bool CanClose ( optional Bool bCancelled) )
will be called on each open tab when the main window get's a close request

GetMainWindow Source code

function GetMainWindow ( ) )
get the main window

getProfileName Source code

function string getProfileName ( coerce string profilename) )
Return the actual profile name, without the prefix

InitComponent Source code

function InitComponent ( GUIController pMyController, GUIComponent MyOwner) )

onBackClick Source code

function bool onBackClick ( ) )
Will be called when the "back" button on the main page is clicked return false for the default behavior (close main menu)

onPlayClick Source code

function bool onPlayClick ( ) )
Will be called when the "play" button on the main page is clicked

ShowPanel Source code

function ShowPanel ( bool bShow) )
make sure the main window is set


Defaultproperties

defaultproperties
{
	WinTop=0.15
	WinLeft=0
	WinWidth=1
	WinHeight=0.72
	bAcceptsInput=false


	CaptionPlay="PLAY"
	CaptionLoad="LOAD"
	CaptionCreate="CREATE"
	CaptionDone="DONE"
	CaptionCancel="CANCEL"
	CaptionBack="BACK"


	ProfileClass=class'xGame.UT2K4GameProfile'
	LogPrefix="SinglePlayer"
	FadeInTime=0.25
}

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