xVoting.MapVoteCountMultiColumnList
- Extends
- GUIMultiColumnList
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIMultiColumnList
|
+-- xVoting.MapVoteCountMultiColumnList
Inherited Variables from XInterface.GUIMultiColumnList |
CellSpacing, ColumnHeadingHints, ColumnHeadings, ColumnWidths, ExpandLastColumn, InitColumnPerc, InvSortData, NeedsSorting, SortColumn, SortData, SortDescending |
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 |
var int PrevSortColumn;
function DrawItem (
Canvas Canvas,
int i,
float X,
float Y,
float W,
float H,
bool bSelected,
bool bPending) )
function Free ( ) )
GetSelectedGameConfigIndex Source code
function int GetSelectedGameConfigIndex ( ) )
function int GetSelectedMapIndex ( ) )
function string GetSelectedMapName ( ) )
function string GetSortString ( int i ) )
event OnSortChanged ( ) )
function UpdatedVoteCount ( int UpdatedIndex, bool bRemoved) )
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"
}
|
Creation time: Do 14.8.2014 09:58:13.812 - Created with
UnCodeX