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

xVoting.KickVoteMultiColumnListBox

Extends
GUIMultiColumnListBox

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

Variables Summary
stringKickInfoPage
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 InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnClick (GUIContextMenu Sender, int Index))
functionbool InternalOnRightClick (GUIComponent Sender))
Inherited Functions from XInterface.GUIMultiColumnListBox
InitBaseList, InitComponent, InternalOnColumnSized, InternalOnCreateComponent, InternalOnLoadIni
Inherited Functions from XInterface.GUIListBoxBase
InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint


Variables Detail

KickInfoPage Source code

var string KickInfoPage;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIContextMenu Sender, int Index) )

InternalOnRightClick Source code

function bool InternalOnRightClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
    Begin Object Class=GUIContextMenu Name=RCMenu
		ContextItems(0)="Vote to Kick this Player"
        ContextItems(1)="View Player Details"
        ContextItems(2)="[Admin] Kick from Server"
        ContextItems(3)="[Admin] Ban from Server"
        OnSelect=InternalOnClick
        StyleName="ServerListContextMenu"
    End Object
    ContextMenu=RCMenu


    OnRightClick=InternalOnRightClick
	KickInfoPage="xVoting.KickInfoPage"
	DefaultListClass="xVoting.KickVoteMultiColumnList"
}



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