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

XInterface.GUIVertImageListBox

Extends
GUIListBoxBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIListBoxBase
            |   
            +-- XInterface.GUIVertImageListBox

Variables Summary
GUIVertImageListList
GUIVertImageListBox
eCellStyleCellStyle
intHorzBorder
floatImageScale
intNoVisibleCols
intNoVisibleRows
intVertBorder
Inherited Variables from XInterface.GUIListBoxBase
bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function AddImage (material Image, optional int Item))
function Clear ()))
function InitBaseList (GUIListBase LocalList))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender))
functionbool InternalOnClick (GUIComponent Sender))
functionint ItemCount ()))
functionbool MyClose (GUIContextMenu Sender))
functionbool MyOpen (GUIContextMenu Menu, GUIComponent ContextMenuOwner))
Inherited Functions from XInterface.GUIListBoxBase
InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

List Source code

var GUIVertImageList List;

GUIVertImageListBox

CellStyle Source code

var(GUIVertImageListBox) eCellStyle CellStyle;

HorzBorder Source code

var(GUIVertImageListBox) int HorzBorder;

ImageScale Source code

var(GUIVertImageListBox) float ImageScale;

NoVisibleCols Source code

var(GUIVertImageListBox) int NoVisibleCols;

NoVisibleRows Source code

var(GUIVertImageListBox) int NoVisibleRows;

VertBorder Source code

var(GUIVertImageListBox) int VertBorder;


Functions Detail

AddImage Source code

function AddImage ( material Image, optional int Item) )

Clear Source code

function Clear ( ) )

InitBaseList Source code

function InitBaseList ( GUIListBase LocalList) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

ItemCount Source code

function int ItemCount ( ) )

MyClose Source code

function bool MyClose ( GUIContextMenu Sender) )

MyOpen Source code

function bool MyOpen ( GUIContextMenu Menu, GUIComponent ContextMenuOwner) )


Defaultproperties

defaultproperties
{
	DefaultListClass="XInterface.GUIVertImageList"
	CellStyle=Cell_FixedSize
    ImageScale=1.0
    HorzBorder=2
    VertBorder=2


}

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