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

GUI2K4.UT2K4SPTab_ExtraLadder

Extends
UT2K4SPTab_Base

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

Variables Summary
stringCustomLadderTab
GUITabControltcTabs
Inherited Variables from GUI2K4.UT2K4SPTab_Base
CaptionBack, CaptionCancel, CaptionCreate, CaptionDone, CaptionLoad, CaptionPlay, GP, LogPrefix, MainWindow, ProfileClass

Functions Summary
function InitComponent (GUIController pMyController, GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender)
functionbool onPlayClick ()))
function ShowPanel (bool bShow))
Inherited Functions from GUI2K4.UT2K4SPTab_Base
btnPlayEnabled, CanClose, GetMainWindow, getProfileName, InitComponent, onBackClick, onPlayClick, ShowPanel


Variables Detail

CustomLadderTab Source code

var string CustomLadderTab;

tcTabs Source code

var automated GUITabControl tcTabs;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController pMyController, GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

onPlayClick Source code

function bool onPlayClick ( ) )

ShowPanel Source code

function ShowPanel ( bool bShow) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUITabControl Name=PageTabs
		WinWidth=1.0
		WinLeft=0
		WinTop=0.0
		WinHeight=0.04
		TabHeight=0.036
		TabOrder=3
		RenderWeight=0.49
		bFillSpace=False
		bAcceptsInput=True
		bDockPanels=True
		OnChange=InternalOnChange
		BackgroundStyleName="TabBackground"
		bBoundToParent=true
    End Object
	tcTabs=PageTabs


	PanelCaption="Additional"
	CustomLadderTab="GUI2K4.UT2K4SPTab_CustomLadder"
}

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