| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIListBoxBase
|
+-- XInterface.GUIMultiColumnListBox
|
+-- xVoting.MapVoteMultiColumnListBox
| Variables Summary | |
|---|---|
| array<MapVoteMultiColumnList> | ListArray |
| string | MapInfoPage |
| Inherited Variables from XInterface.GUIMultiColumnListBox |
|---|
| bDisplayHeader, bFullHeightStyle, ColumnHeadings, Header, HeaderColumnPerc, List |
| Inherited Variables from XInterface.GUIListBoxBase |
|---|
| bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName |
| Functions Summary | ||
|---|---|---|
![]() | ChangeGameType (int GameTypeIndex )) | |
![]() | Free ())) | |
![]() | InitBaseList (GUIListBase LocalList)) | |
![]() | InternalOnClick (GUIContextMenu Sender, int Index)) | |
![]() | bool | InternalOnRightClick (GUIComponent Sender)) |
![]() | LoadList (VotingReplicationInfo LoadVRI)) | |
| Inherited Functions from XInterface.GUIMultiColumnListBox |
|---|
| InitBaseList, InitComponent, InternalOnColumnSized, InternalOnCreateComponent, InternalOnLoadIni |
| Inherited Functions from XInterface.GUIListBoxBase |
|---|
| InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint |
| Variables Detail |
|---|
| Functions Detail |
|---|
ChangeGameType Source code
Free Source code
InitBaseList Source code
InternalOnClick Source code
InternalOnRightClick Source code
LoadList Source code| Defaultproperties |
|---|
defaultproperties
{
MapInfoPage="xVoting.MapInfoPage"
DefaultListClass="xVoting.MapVoteMultiColumnList"
Begin Object Class=GUIContextMenu Name=RCMenu
ContextItems(0)="Vote for this Map"
ContextItems(1)="View Screenshot and Description"
OnSelect=MapVoteMultiColumnListBox.InternalOnClick
End Object
ContextMenu=GUIContextMenu'xVoting.MapVoteMultiColumnListBox.RCMenu'
OnRightClick=MapVoteMultiColumnListBox.InternalOnRightClick
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||