Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIListBase | +-- XInterface.GUIVertList | +-- XInterface.GUIMultiColumnList | +-- xVoting.MapVoteMultiColumnList
Variables Summary | |
---|---|
array<int> | MapVoteData |
int | PrevSortColumn |
GUIStyles | SelStyle |
VotingReplicationInfo | VRI |
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 | ||
---|---|---|
Clear () | ||
DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending) | ||
Free () | ||
int | GetSelectedMapIndex () | |
string | GetSelectedMapName () | |
string | GetSortString (int i) | |
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
InternalOnEndDrag (GUIComponent Accepting, bool bAccepted) | ||
LoadList (VotingReplicationInfo LoadVRI, int GameTypeIndex) | ||
OnSortChanged () |
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 |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { ColumnHeadings(0)="Map Name" ColumnHeadings(1)="Played" ColumnHeadings(2)="Seq" InitColumnPerc(0)=0.600000 InitColumnPerc(1)=0.200000 InitColumnPerc(2)=0.200000 ColumnHeadingHints(0)="Map Name" ColumnHeadingHints(1)="Number of times the map has been played." ColumnHeadingHints(2)="Sequence, The number of games that have been played since this map was last played." SelectedStyleName="BrowserListSelection" StyleName="ServerBrowserGrid" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |