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

XInterface.Browser_ServerListPageMSCustom

Extends
Browser_ServerListPageMS

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Browser_Page
                     |   
                     +-- XInterface.Browser_ServerListPageBase
                        |   
                        +-- XInterface.Browser_ServerListPageMS
                           |   
                           +-- XInterface.Browser_ServerListPageMSCustom

Variables Summary
boolCustomInitialized
GUIComboBoxGameTypeCombo
GUISplitterGameTypeSplit
stringLastGameType
GUISplitterMainSplit
Inherited Variables from XInterface.Browser_ServerListPageMS
bStarted, GameType, MSC, MustUpgradeString, PingRecvString, QueryFinHead, QueryFinTail, RefreshCaption, RefreshFinHead, RefreshFinMid, RefreshFinTail, RePingServersCaption
Inherited Variables from XInterface.Browser_ServerListPageBase
bInitialized, ConnectLAN, MyServersList, StatusBar

Functions Summary
function ChangeGameType (GUIComponent Sender)
functionstring FindGameTypeName (string GameType)
function InitComponent (GUIController C, GUIComponent O)
functionbool IsStandardGameType (string Desc)
functionstring MyParseDescStr (string DescStr, int index)
function PopulateGameTypes ()
Inherited Functions from XInterface.Browser_ServerListPageMS
AddQueryTerm, CancelPings, InitComponent, MyPingTimeout, MyQueryFinished, MyReceivedPingInfo, MyRefreshClick, MyRePing, OnCloseBrowser, PingServer, RefreshList, ShowPanel, UpdateStatusPingCount
Inherited Functions from XInterface.Browser_ServerListPageBase
AddFavoriteClick, BackClick, CancelPings, InitComponent, JoinClick, PingServer, RefreshClick, RefreshList, SpectateClick


Variables Detail

CustomInitialized Source code

var bool CustomInitialized;

GameTypeCombo Source code

var GUIComboBox GameTypeCombo;

GameTypeSplit Source code

var GUISplitter GameTypeSplit;

LastGameType Source code

var config string LastGameType;

MainSplit Source code

var GUISplitter MainSplit;


Functions Detail

ChangeGameType Source code

function ChangeGameType ( GUIComponent Sender )

FindGameTypeName Source code

function string FindGameTypeName ( string GameType )

InitComponent Source code

function InitComponent ( GUIController C, GUIComponent O )

IsStandardGameType Source code

static function bool IsStandardGameType ( string Desc )

MyParseDescStr Source code

function string MyParseDescStr ( string DescStr, int index )

PopulateGameTypes Source code

function PopulateGameTypes ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUISplitter Name=MyGameTypeSplitter
         SplitPosition=0.080000
         bFixedSplitter=True
         bDrawSplitter=False
         Background=Texture'Engine.DefaultTexture'
         Begin Object Class=GUIPanel Name=GameTypePanel
             Begin Object Class=GUIComboBox Name=MyGameTypeCombo
                 WinTop=0.250000
                 WinLeft=0.615740
                 WinWidth=0.365000
                 WinHeight=24.000000
                 OnKeyEvent=MyGameTypeCombo.InternalOnKeyEvent
             End Object
             Controls(0)=GUIComboBox'XInterface.Browser_ServerListPageMSCustom.MyGameTypeCombo'

             Begin Object Class=GUILabel Name=MyGameTypeLabel
                 Caption="Game Type"
                 TextColor=(B=255,G=255,R=255)
                 WinTop=0.283333
                 WinLeft=0.405117
                 WinWidth=0.400000
                 WinHeight=24.000000
             End Object
             Controls(1)=GUILabel'XInterface.Browser_ServerListPageMSCustom.MyGameTypeLabel'

         End Object
         Controls(0)=GUIPanel'XInterface.Browser_ServerListPageMSCustom.GameTypePanel'

         WinHeight=0.900000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     GameTypeSplit=GUISplitter'XInterface.Browser_ServerListPageMSCustom.MyGameTypeSplitter'

}

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