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

GUI2K4.MapListBox

Extends
GUIListBox

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIListBoxBase
            |   
            +-- XInterface.GUIListBox
               |   
               +-- GUI2K4.MapListBox

Variables Summary
Inherited Variables from XInterface.GUIListBox
List
Inherited Variables from XInterface.GUIListBoxBase
bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName

Functions Summary
function ContextClick (GUIContextMenu Sender, int Index))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool MyClose (GUIContextMenu Sender))
functionbool MyOpen (GUIContextMenu Menu))
functionbool MyRealOpen (GUIComponent MenuOwner))
Inherited Functions from XInterface.GUIListBox
InitBaseList, InitComponent, InternalOnChange, InternalOnClick, InternalOnDblClick, ItemCount, MyClose, MyOpen
Inherited Functions from XInterface.GUIListBoxBase
InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint


Functions Detail

ContextClick Source code

function ContextClick ( GUIContextMenu Sender, int Index) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

MyClose Source code

function bool MyClose ( GUIContextMenu Sender) )

MyOpen Source code

function bool MyOpen ( GUIContextMenu Menu) )

MyRealOpen Source code

function bool MyRealOpen ( GUIComponent MenuOwner) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUIContextMenu Name=RCMenu
        ContextItems(0)="Play This Map"
        ContextItems(1)="Spectate This Map"
        ContextItems(2)="-"
		ContextItems(3)="Add To Maplist"
		ContextItems(4)="Remove From Maplist"
		ContextItems(5)="Filter Maplist"



		StyleName="ServerListContextMenu"
	End Object


	ContextMenu=RCMenu
}

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