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

xVoting.MapVoteMultiColumnListBox

Extends
GUIMultiColumnListBox

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIListBoxBase
            |   
            +-- XInterface.GUIMultiColumnListBox
               |   
               +-- xVoting.MapVoteMultiColumnListBox

Variables Summary
array<MapVoteMultiColumnList>ListArray
stringMapInfoPage
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
function ChangeGameType (int GameTypeIndex ))
function Free ()))
function InitBaseList (GUIListBase LocalList))
function InternalOnClick (GUIContextMenu Sender, int Index))
functionbool InternalOnRightClick (GUIComponent Sender))
function 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

ListArray Source code

var array<MapVoteMultiColumnList> ListArray;

MapInfoPage Source code

var string MapInfoPage;


Functions Detail

ChangeGameType Source code

function ChangeGameType ( int GameTypeIndex ) )

Free Source code

function Free ( ) )

InitBaseList Source code

function InitBaseList ( GUIListBase LocalList) )

InternalOnClick Source code

function InternalOnClick ( GUIContextMenu Sender, int Index) )

InternalOnRightClick Source code

function bool InternalOnRightClick ( GUIComponent Sender) )

LoadList Source code

function LoadList ( VotingReplicationInfo LoadVRI) )


Defaultproperties

defaultproperties
{
    Begin Object Class=GUIContextMenu Name=RCMenu
		ContextItems(0)="Vote for this Map"
        ContextItems(1)="View Screenshot and Description"
        OnSelect=InternalOnClick
    End Object
    ContextMenu=RCMenu


    OnRightClick=InternalOnRightClick
	MapInfoPage="xVoting.MapInfoPage"
	DefaultListClass="xVoting.MapVoteMultiColumnList"
	
}

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