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

GUI2K4.UT2K4Browser_ServerListPageBuddy

Extends
UT2K4Browser_ServerListPageMS

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.UT2K4Browser_Page
                     |   
                     +-- GUI2K4.UT2K4Browser_ServerListPageBase
                        |   
                        +-- GUI2K4.UT2K4Browser_ServerListPageMS
                           |   
                           +-- GUI2K4.UT2K4Browser_ServerListPageBuddy

Variables Summary
stringAddBuddyCaption
stringAddBuddyLabel
stringBuddyNameCaption
UT2K4Browser_BuddyListBoxlb_Buddy
UT2K4Browser_BuddyListli_Buddy
stringRemoveBuddyCaption
GUISplittersp_Buddy
UT2K4Browser_ServerListPageBuddy
array<String>Buddies
stringBuddyListBoxClass
floatBuddySplitterPosition
Inherited Variables from GUI2K4.UT2K4Browser_ServerListPageBase
bAllowUpdates, ConnectLAN, DetailSplitterPosition, FilterMaster, GameTypePos, HeaderColumnSizes, lb_Players, lb_Rules, lb_Server, li_Players, li_Rules, li_Server, MainSplitterPosition, PingCompleteText, PingingText, PlayersListBoxClass, RulesListBoxClass, sp_Detail, sp_Main

Structures Summary
Inherited Structures from GUI2K4.UT2K4Browser_ServerListPageBase
HeaderColumnPos

Functions Summary
function AddBuddy (optional string NewBuddy))
function BuddyListChanged (GUIComponent Sender))
function BuddyPageClosed (bool bCancelled ))
function ContextSelect (GUIContextMenu Sender, int Index ))
functionint FindBuddyIndex (string BuddyName ))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender))
function InternalOnLoadIni (GUIComponent Sender, string S))
function InternalReleaseSplitter (GUIComponent Sender, float NewPos))
event Opened (GUIComponent Sender ))
function Refresh ()))
function ShowPanel (bool bShow))
Inherited Functions from GUI2K4.UT2K4Browser_ServerListPageMS
BindQueryClient, QueryComplete, ReceivedPingInfo, ReceivedPingTimeout, Refresh, ResetQueryClient, ShowPanel
Inherited Functions from GUI2K4.UT2K4Browser_ServerListPageBase
CancelPings, InitComponent, InitServerList, InternalOnCreateComponent, InternalOnLoadIni, InternalOnSaveINI, InternalReleaseSplitter, IsJoinAvailable, IsRefreshAvailable, IsSpectateAvailable, JoinClicked, MousePressed, MouseReleased, Opened, PingServer, Refresh, RefreshCurrentServer, RefreshList, ServerListChanged, ShowPanel, SpectateClicked, UpdateStatusPingCount


Variables Detail

AddBuddyCaption Source code

var localized string AddBuddyCaption;

AddBuddyLabel Source code

var localized string AddBuddyLabel;

BuddyNameCaption Source code

var localized string BuddyNameCaption;

lb_Buddy Source code

var UT2K4Browser_BuddyListBox lb_Buddy;

li_Buddy Source code

var UT2K4Browser_BuddyList li_Buddy;

RemoveBuddyCaption Source code

var localized string RemoveBuddyCaption;

sp_Buddy Source code

var GUISplitter sp_Buddy;

UT2K4Browser_ServerListPageBuddy

Buddies Source code

var(UT2K4Browser_ServerListPageBuddy) config array<String> Buddies;

BuddyListBoxClass Source code

var(UT2K4Browser_ServerListPageBuddy) config string BuddyListBoxClass;

BuddySplitterPosition Source code

var(UT2K4Browser_ServerListPageBuddy) config float BuddySplitterPosition;


Functions Detail

AddBuddy Source code

function AddBuddy ( optional string NewBuddy) )

BuddyListChanged Source code

function BuddyListChanged ( GUIComponent Sender) )

BuddyPageClosed Source code

function BuddyPageClosed ( bool bCancelled ) )

ContextSelect Source code

function ContextSelect ( GUIContextMenu Sender, int Index ) )

FindBuddyIndex Source code

function int FindBuddyIndex ( string BuddyName ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender) )

InternalOnLoadIni Source code

function InternalOnLoadIni ( GUIComponent Sender, string S) )

InternalReleaseSplitter Source code

function InternalReleaseSplitter ( GUIComponent Sender, float NewPos) )

Opened Source code

event Opened ( GUIComponent Sender ) )

Refresh Source code

function Refresh ( ) )

ShowPanel Source code

function ShowPanel ( bool bShow) )


Defaultproperties

defaultproperties
{
	BuddyListBoxClass="GUI2K4.UT2K4Browser_BuddyListBox"


	Begin Object Class=GUISplitter Name=HorzSplitter
		WinWidth=1.000000
		WinHeight=1.0
		WinLeft=0.000000
		WinTop=0.000000
		bBoundToParent=True
		bScaleToParent=True
		bNeverFocus=True
		bAcceptsInput=True
		DefaultPanels(0)="GUI2K4.UT2K4Browser_BuddyListBox"
		DefaultPanels(1)="XInterface.GUISplitter"
		SplitOrientation=SPLIT_Horizontal
		SplitAreaSize=8
		RenderWeight=1
		IniOption="@Internal"
		OnCreateComponent=InternalOnCreateComponent
		OnLoadIni=InternalOnLoadIni
		OnReleaseSplitter=InternalReleaseSplitter
	End Object


	Begin Object Class=GUIContextMenu Name=RCMenu
		ContextItems(0)="Add Buddy"
		ContextItems(1)="Remove Buddy"
		OnSelect=ContextSelect
	End Object


	ContextMenu=RCMenu
	sp_Main=HorzSplitter
	BuddySplitterPosition=0.597582
	MainSplitterPosition=0.184326
	DetailSplitterPosition=0.319135
	HeaderColumnSizes(0)=(ColumnSizes=(0.096562,0.493471,0.206944,0.102535,0.150000))
	HeaderColumnSizes(1)=(ColumnSizes=(0.498144,0.500000))
	HeaderColumnSizes(2)=(ColumnSizes=(0.473428,0.185665,0.226824,0.220000))
	PanelCaption="Buddy Browser"


	AddBuddyLabel="Add Buddy"
	AddBuddyCaption="ADD BUDDY"
	RemoveBuddyCaption="REMOVE BUDDY"
	BuddyNameCaption="Buddy Name: "
}

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