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

XInterface.Browser_ServerListPageBuddy

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_ServerListPageBuddy

Variables Summary
stringAddBuddyCaption
boolBuddyInitialized
GUISplitterBudSplit
GUISplitterMainSplit
Browser_BuddyListMyBuddyList
stringRemoveBuddyCaption
Browser_ServerListPageBuddy
array<String>Buddies
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
functionbool AddBuddyClick (GUIComponent Sender))
function InitComponent (GUIController C, GUIComponent O))
functionbool MyRefreshClick (GUIComponent Sender))
function RefreshList ()))
functionbool RemoveBuddyClick (GUIComponent Sender))
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

AddBuddyCaption Source code

var localized string AddBuddyCaption;

BuddyInitialized Source code

var bool BuddyInitialized;

BudSplit Source code

var GUISplitter BudSplit;

MainSplit Source code

var GUISplitter MainSplit;

MyBuddyList Source code

var Browser_BuddyList MyBuddyList;

RemoveBuddyCaption Source code

var localized string RemoveBuddyCaption;

Browser_ServerListPageBuddy

Buddies Source code

var(Browser_ServerListPageBuddy) config array<String> Buddies;


Functions Detail

AddBuddyClick Source code

function bool AddBuddyClick ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController C, GUIComponent O) )

MyRefreshClick Source code

function bool MyRefreshClick ( GUIComponent Sender) )

RefreshList Source code

function RefreshList ( ) )

RemoveBuddyClick Source code

function bool RemoveBuddyClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	
	Begin Object Class=Browser_BuddyList Name=TheBuddyList
	End Object


	Begin Object Class=GUIMultiColumnListBox Name=BuddyListBox
		WinLeft=0
		WinTop=0
		WinWidth=1
		WinHeight=1
		bVisibleWhenEmpty=True
		Controls(0)=TheBuddyList
		StyleName="ServerBrowserGrid"
	End Object


	
	Begin Object Class=GUIPanel Name=BuddyPanel
		Controls(0)=BuddyListBox;
	End Object


	
	Begin Object Class=GUISplitter Name=BuddySplitter
		WinWidth=1.0
		WinHeight=1.0
		WinTop=0
		WinLeft=0
		Controls(0)=BuddyPanel
		SplitOrientation=SPLIT_Horizontal
		SplitPosition=0.25
		Background=DefaultTexture
		bBoundToParent=true
		bScaleToParent=true
	End Object
	BudSplit=BuddySplitter


	AddBuddyCaption="ADD BUDDY"
	RemoveBuddyCaption="REMOVE BUDDY"
}

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