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

XInterface.Browser_PlayersList

Extends
GUIMultiColumnList

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIListBase
         |   
         +-- XInterface.GUIVertList
            |   
            +-- XInterface.GUIMultiColumnList
               |   
               +-- XInterface.Browser_PlayersList

Variables Summary
intlistitem
Browser_ServerListPageBaseMyPage
Browser_ServersListMyServersList
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 InitComponent (GUIController MyController, GUIComponent MyOwner)
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)
Inherited Functions from XInterface.GUIMultiColumnList
AddedItem, ChangeSortOrder, Clear, CurrentListId, Dump, GetCellLeftWidth, GetListIndex, InitializeColumns, InternalOnPreDraw, OnSortChanged, RemovedCurrent, RemovedItem, ResolutionChanged, Sort, SortList, UpdatedItem
Inherited Functions from XInterface.GUIVertList
CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp


Variables Detail

listitem Source code

var int listitem;

MyPage Source code

var Browser_ServerListPageBase MyPage;

MyServersList Source code

var Browser_ServersList MyServersList;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

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 )


Defaultproperties

defaultproperties
{
     ColumnHeadings(0)="Player Name"
     ColumnHeadings(1)="Score"
     ColumnHeadings(2)="Stats ID"
     ColumnHeadings(3)="Ping"
     InitColumnPerc(0)=0.170000
     InitColumnPerc(1)=0.110000
     InitColumnPerc(2)=0.110000
     InitColumnPerc(3)=0.110000
}

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