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

GUI2K4.UT2K4Tab_RulesBase

Extends
UT2K4GameTabBase

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

Variables Summary
GUITabControlc_Rules
array<float>HeaderColumnPerc
Inherited Variables from GUI2K4.UT2K4GameTabBase
p_Anchor

Functions Summary
functionint FindGroupIndex (string Group)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
event Opened (GUIComponent Sender)
function Refresh ()
Inherited Functions from GUI2K4.UT2K4GameTabBase
InitComponent, Play, SetFooterCaption


Variables Detail

c_Rules Source code

var automated GUITabControl c_Rules;

HeaderColumnPerc Source code

var config array<float> HeaderColumnPerc;


Functions Detail

FindGroupIndex Source code

function int FindGroupIndex ( string Group )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender )

Opened Source code

event Opened ( GUIComponent Sender )

Refresh Source code

function Refresh ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUITabControl Name=RuleTabControl
         bFillSpace=True
         bDockPanels=True
         bDrawTabAbove=False
         TabHeight=0.040000
         BackgroundStyleName="TabBackground"
         OnCreateComponent=UT2K4Tab_RulesBase.InternalOnCreateComponent
         WinHeight=1.000000
         TabOrder=0
         bBoundToParent=True
         bScaleToParent=True
         OnActivate=RuleTabControl.InternalOnActivate
     End Object
     c_Rules=GUITabControl'GUI2K4.UT2K4Tab_RulesBase.RuleTabControl'

     HeaderColumnPerc(0)=0.750000
     HeaderColumnPerc(1)=0.250000
}

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