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
{
     BuddySplitterPosition=0.597582
     BuddyListBoxClass="GUI2K4.UT2K4Browser_BuddyListBox"
     AddBuddyCaption="ADD BUDDY"
     AddBuddyLabel="Add Buddy"
     RemoveBuddyCaption="REMOVE BUDDY"
     BuddyNameCaption="Buddy Name: "
     Begin Object Class=GUISplitter Name=HorzSplitter
         SplitOrientation=SPLIT_Horizontal
         DefaultPanels(0)="GUI2K4.UT2K4Browser_BuddyListBox"
         DefaultPanels(1)="XInterface.GUISplitter"
         OnReleaseSplitter=UT2k4Browser_ServerListPageBuddy.InternalReleaseSplitter
         OnCreateComponent=UT2k4Browser_ServerListPageBuddy.InternalOnCreateComponent
         IniOption="@Internal"
         WinHeight=1.000000
         RenderWeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         OnLoadINI=UT2k4Browser_ServerListPageBuddy.InternalOnLoadINI
     End Object
     sp_Main=GUISplitter'GUI2K4.UT2k4Browser_ServerListPageBuddy.HorzSplitter'

     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"
     Begin Object Class=GUIContextMenu Name=RCMenu
         ContextItems(0)="Add Buddy"
         ContextItems(1)="Remove Buddy"
         OnSelect=UT2k4Browser_ServerListPageBuddy.ContextSelect
     End Object
     ContextMenu=GUIContextMenu'GUI2K4.UT2k4Browser_ServerListPageBuddy.RCMenu'

}

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