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
{


	HeaderColumnPerc(0)=0.75
	HeaderColumnPerc(1)=0.25


	Begin Object Class=GUITabControl Name=RuleTabControl
		OnCreateComponent=InternalOnCreateComponent
		WinLeft=0.0
		WinTop=0.0
		WinWidth=1.0
		WinHeight=1.0
		TabHeight=0.04
		bDrawTabAbove=False
		bBoundToParent=True
		bScaleToParent=True
		bDockPanels=True
		BackgroundStyleName="TabBackground"
		TabOrder=0
		bFillSpace=True
	End Object










	c_Rules=RuleTabControl

}

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