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

GUI2K4.Settings_Tabs

Extends
UT2K4TabPanel

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

Direct Known Subclasses:

UT2K4Tab_AudioSettings, UT2K4Tab_DetailSettings, UT2K4Tab_GameSettings, UT2K4Tab_GUISettings, UT2K4Tab_HudSettings, UT2K4Tab_IForceSettings, UT2K4Tab_PlayerSettings, UT2K4Tab_WeaponPref

Variables Summary
boolbAlwaysApply
boolbExpert
boolbNeedApply
stringPerformanceWarningMenu
stringPerformanceWarningText
UT2K4SettingsPageSetting
GUIFootert_Footer
floatWarningCounter
floatWarningLength
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
function AcceptClicked ()))
event Closed (GUIComponent Sender, bool bCancelled))
function DrawPerfWarn (Canvas C ))
functionstring GetNativeClassName (string VarName))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender))
event Opened (GUIComponent Sender))
function ResetClicked ()
function SaveSettings ()
function ShowPanel (bool bShow))
function ShowPerformanceWarning (optional float Seconds ))
event Timer ()))
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

bAlwaysApply Source code

var bool bAlwaysApply;

bExpert Source code

var globalconfig bool bExpert;

bNeedApply Source code

var bool bNeedApply;

PerformanceWarningMenu Source code

var string PerformanceWarningMenu;

PerformanceWarningText Source code

var localized string PerformanceWarningText;

Setting Source code

var UT2K4SettingsPage Setting;

t_Footer Source code

var GUIFooter t_Footer;

WarningCounter Source code

var float WarningCounter;

WarningLength Source code

var float WarningLength;


Functions Detail

AcceptClicked Source code

function AcceptClicked ( ) )

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled) )

DrawPerfWarn Source code

function DrawPerfWarn ( Canvas C ) )

GetNativeClassName Source code

function string GetNativeClassName ( string VarName) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

Opened Source code

event Opened ( GUIComponent Sender) )

ResetClicked Source code

function ResetClicked ( )

SaveSettings Source code

function SaveSettings ( )

ShowPanel Source code

function ShowPanel ( bool bShow) )

ShowPerformanceWarning Source code

function ShowPerformanceWarning ( optional float Seconds ) )

Timer Source code

event Timer ( ) )


Defaultproperties

defaultproperties
{
    bAlwaysApply=True
    FadeInTime=0.15
    PerformanceWarningMenu="GUI2K4.UT2K4PerformWarn"
	PerformanceWarningText="The change you are making may adversely affect your performance."
}

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