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

xVoting.MapVoteCountMultiColumnList

Extends
GUIMultiColumnList

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

Variables Summary
intPrevSortColumn
VotingReplicationInfoVRI
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 DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending))
function Free ()))
functionint GetSelectedGameConfigIndex ()))
functionint GetSelectedMapIndex ()))
functionstring GetSelectedMapName ()))
functionstring GetSortString (int i ))
functionbool InternalOnDragDrop (GUIComponent Sender))
function LoadList (VotingReplicationInfo LoadVRI))
event OnSortChanged ()))
function UpdatedVoteCount (int UpdatedIndex, bool bRemoved))
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

PrevSortColumn Source code

var int PrevSortColumn;

VRI Source code

var VotingReplicationInfo VRI;


Functions Detail

DrawItem Source code

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

Free Source code

function Free ( ) )

GetSelectedGameConfigIndex Source code

function int GetSelectedGameConfigIndex ( ) )

GetSelectedMapIndex Source code

function int GetSelectedMapIndex ( ) )

GetSelectedMapName Source code

function string GetSelectedMapName ( ) )

GetSortString Source code

function string GetSortString ( int i ) )

InternalOnDragDrop Source code

function bool InternalOnDragDrop ( GUIComponent Sender) )

LoadList Source code

function LoadList ( VotingReplicationInfo LoadVRI) )

OnSortChanged Source code

event OnSortChanged ( ) )

UpdatedVoteCount Source code

function UpdatedVoteCount ( int UpdatedIndex, bool bRemoved) )


Defaultproperties

defaultproperties
{
    ColumnHeadings(0)="GameType"
    ColumnHeadings(1)="MapName"
    ColumnHeadings(2)="Votes"


    InitColumnPerc(0)=0.3
    InitColumnPerc(1)=0.4
    InitColumnPerc(2)=0.3


    SortColumn=2
    SortDescending=True
	PrevSortColumn=0


	ColumnHeadingHints(0)="Game Type"
	ColumnHeadingHints(1)="Map Name"
	ColumnHeadingHints(2)="Number of votes registered for this map."


	StyleName="ServerBrowserGrid"
	SelectedStyleName="BrowserListSelection"
}



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