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

XInterface.GUITabPanel

Extends
GUIPanel
Modifiers
native abstract

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel

Direct Known Subclasses:

TestPanelBase, UT2K3TabPanel, UT2K4TabPanel

Variables Summary
GUITabButtonMyButton
Panel
boolbFillHeight
floatFadeInTime
stringPanelCaption
Inherited Variables from XInterface.GUIPanel
Background
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
functionbool CanShowPanel ()
event Free ()
function InitPanel ()
function OnDestroyPanel (optional bool bCancelled)
function Refresh ()
function ShowPanel (bool bShow)
Inherited Functions from XInterface.GUIPanel
InitComponent
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

MyButton Source code

var noexport GUITabButton MyButton;

Panel

bFillHeight Source code

var(Panel) bool bFillHeight;

FadeInTime Source code

var(Panel) float FadeInTime;

PanelCaption Source code

var(Panel) localized string PanelCaption;


Functions Detail

CanShowPanel Source code

function bool CanShowPanel ( )

Free Source code

event Free ( )

InitPanel Source code

function InitPanel ( )

OnDestroyPanel Source code

function OnDestroyPanel ( optional bool bCancelled )

Refresh Source code

function Refresh ( )

ShowPanel Source code

function ShowPanel ( bool bShow )


Defaultproperties

defaultproperties
{
}

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