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

GUI2K4.UT2K4Browser_PlayersList

Extends
ServerBrowserMCList

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIListBase
         |   
         +-- XInterface.GUIVertList
            |   
            +-- XInterface.GUIMultiColumnList
               |   
               +-- GUI2K4.ServerBrowserMCList
                  |   
                  +-- GUI2K4.UT2K4Browser_PlayersList

Variables Summary
array<GameInfo.PlayerResponseLine>Players
Inherited Variables from GUI2K4.ServerBrowserMCList
tp_MyPage
Inherited Variables from XInterface.GUIMultiColumnList
CellSpacing, ColumnHeadingHints, ColumnHeadings, ColumnWidths, ExpandLastColumn, InitColumnPerc, InvSortData, NeedsSorting, SortColumn, SortData, SortDescending

Structures Summary
Inherited Structures from XInterface.GUIMultiColumnList
MultiColumnSortData

Functions Summary
function AddNewPlayer (GameInfo.PlayerResponseLine NewPlayer))
function Clear ()))
functionstring GetSortString (int i ))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending))
functioncolor SetColor (int TeamNum))
Inherited Functions from GUI2K4.ServerBrowserMCList
MyOnDrawItem, SetAnchor
Inherited Functions from XInterface.GUIMultiColumnList
AddedItem, ChangeSortOrder, Clear, CurrentListId, Dump, GetCellLeftWidth, GetListIndex, InitializeColumns, InternalOnPreDraw, OnSortChanged, RemovedCurrent, RemovedItem, ResolutionChanged, Sort, SortList, UpdatedItem


Variables Detail

Players Source code

var array<GameInfo.PlayerResponseLine> Players;


Functions Detail

AddNewPlayer Source code

function AddNewPlayer ( GameInfo.PlayerResponseLine NewPlayer) )

Clear Source code

function Clear ( ) )

GetSortString Source code

function string GetSortString ( int i ) )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )

MyOnDrawItem Source code

function MyOnDrawItem ( Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending) )

SetColor Source code

function color SetColor ( int TeamNum) )


Defaultproperties

defaultproperties
{
    ColumnHeadings(0)="Name"
    ColumnHeadings(1)="Score"
    ColumnHeadings(2)="Rank"
    ColumnHeadings(3)="Ping"
    ExpandLastColumn=True
    SortColumn=0


    InitColumnPerc(0)=0.34
    InitColumnPerc(1)=0.22
    InitColumnPerc(2)=0.22
    InitColumnPerc(3)=0.22
}

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