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
         bDockPanels=True
         TabHeight=0.036000
         BackgroundStyleName="TabBackground"
         WinHeight=0.040000
         RenderWeight=0.490000
         TabOrder=3
         bBoundToParent=True
         bAcceptsInput=True
         OnActivate=PageTabs.InternalOnActivate
         OnChange=UT2K4SPTab_ExtraLadder.InternalOnChange
     End Object
     tcTabs=GUITabControl'GUI2K4.UT2K4SPTab_ExtraLadder.PageTabs'

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

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