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

ROInterface.ROUT2K4PlayerSetupPage

Extends
ROUT2K4GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- ROInterface.ROUT2K4GUIPage
                  |   
                  +-- ROInterface.ROUT2K4PlayerSetupPage

Constants Summary
NUM_ROLES=10

Variables Summary
GUIImageBackgroundImage
GUITabControlplayerTabs
ROUT2K4TabPanel_RoleSelectionroleTab
intselectedRoleInfoIndex
GUITitleBarTitleBar
GUIHeadert_Header
ROUT2K4TabPanel_UnitSelectionunitTab
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound

Functions Summary
functionint findRoleIndexByAltName (string altName))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnCanClose (optional bool bCanceled))
function InternalOnChange (GUIComponent Sender))
function onRoleSelected (int roleIndex))
function onUnitSelected (int teamIndex))
functionbool validTeam ()))


Constants Detail

NUM_ROLES Source code

const NUM_ROLES = 10;


Variables Detail

BackgroundImage Source code

var automated GUIImage BackgroundImage;

playerTabs Source code

var automated GUITabControl playerTabs;

roleTab Source code

var ROUT2K4TabPanel_RoleSelection roleTab;

selectedRoleInfoIndex Source code

var int selectedRoleInfoIndex;

TitleBar Source code

var automated GUITitleBar TitleBar;

t_Header Source code

var automated GUIHeader t_Header;

unitTab Source code

var ROUT2K4TabPanel_UnitSelection unitTab;


Functions Detail

findRoleIndexByAltName Source code

function int findRoleIndexByAltName ( string altName) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnCanClose Source code

function bool InternalOnCanClose ( optional bool bCanceled) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

onRoleSelected Source code

function onRoleSelected ( int roleIndex) )

onUnitSelected Source code

function onUnitSelected ( int teamIndex) )

validTeam Source code

function bool validTeam ( ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIImage Name=MyBackground
         Image=Texture'InterfaceArt_tex.Menu.button_normal'
         ImageStyle=ISTY_Stretched
         WinHeight=1.000000
         RenderWeight=0.000100
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     BackgroundImage=GUIImage'ROInterface.ROUT2K4PlayerSetupPage.MyBackground'


     Begin Object Class=GUITitleBar Name=psTitleBar
         bUseTextHeight=False
         Caption="Player Setup"
         StyleName="TitleBar"
         WinTop=0.050000
         WinLeft=0.050000
         WinWidth=0.800000
         WinHeight=0.056055
         RenderWeight=0.300000
     End Object
     TitleBar=GUITitleBar'ROInterface.ROUT2K4PlayerSetupPage.psTitleBar'


     Begin Object Class=GUITabControl Name=PageTabs
         bDockPanels=True
         TabHeight=0.060000
         WinTop=0.050000
         WinLeft=0.050000
         WinWidth=0.920000
         WinHeight=0.100000
         RenderWeight=0.490000
         TabOrder=3
         bAcceptsInput=True
         OnActivate=PageTabs.InternalOnActivate
     End Object
     playerTabs=GUITabControl'ROInterface.ROUT2K4PlayerSetupPage.PageTabs'


     bRenderWorld=True
     bAllowedAsLast=True
     OnCanClose=ROUT2K4PlayerSetupPage.InternalOnCanClose
     WinTop=0.025000
     WinLeft=0.025000
     WinWidth=0.950000
     WinHeight=0.950000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:52.637 - Created with UnCodeX