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

KFGui.GUIShowLibList

Extends
GUIVertList

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIListBase
         |   
         +-- XInterface.GUIVertList
            |   
            +-- KFGui.GUIShowLibList

Variables Summary
array<GUIShowable>Elements
Inherited Variables from XInterface.GUIListBase
bAllowEmptyItems, bDrawSelectionBorder, bHotTrack, bHotTrackSound, bInitializeList, bMultiSelect, bNotify, bSorted, bVisibleWhenEmpty, DropIndex, Index, ItemCount, ItemHeight, ItemsPerPage, ItemWidth, LastPressX, LastPressY, LastSelected, LinkedObjects, MightRemove, MyScrollBar, OutlineStyle, OutlineStyleName, SectionJustification, SectionStyle, SectionStyleName, SelectedBKColor, SelectedImage, SelectedItems, SelectedStyle, SelectedStyleName, Top

Functions Summary
function Add (GUIshowable Item))
functionfloat BuyItemHeight (Canvas c))
function Clear ()))
function DrawBuyItem (Canvas c, int Item, float X, float Y, float W, float HT, bool bSelected, bool bPending))
functionstring GetItemAtIndex (int idx ))
event InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool OnDblClick (GUIComponent Sender))
function SelectNewItem (GUIComponent Sender))
Inherited Functions from XInterface.GUIVertList
CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp
Inherited Functions from XInterface.GUIListBase
AdditionalDebugString, AddLinkObject, CalculateIndex, CheckDragSelect, Clear, ClearPendingElements, DisableLinkedObjects, Down, EnableLinkedObjects, End, GetItemAtIndex, GetPendingItems, Home, IndexChanged, InitComponent, InitLinkObjects, InternalOnBeginDrag, InternalOnDragDrop, InternalOnDragEnter, InternalOnDragLeave, InternalOnDragOver, InternalOnEndDrag, InternalOnKeyEvent, InternalOnMousePressed, InternalOnMouseRelease, InternalOnRightClick, IsMultiSelect, IsValid, IsValidIndex, MakeVisible, MoveLeft, MoveRight, PgDn, PgUp, SetIndex, SetOutlineAlpha, SetTopItem, SilentSetIndex, Sort, Up, WheelDown, WheelUp


Variables Detail

Elements Source code

var array<GUIShowable> Elements;


Functions Detail

Add Source code

function Add ( GUIshowable Item) )

BuyItemHeight Source code

function float BuyItemHeight ( Canvas c) )

Clear Source code

function Clear ( ) )

DrawBuyItem Source code

function DrawBuyItem ( Canvas c, int Item, float X, float Y, float W, float HT, bool bSelected, bool bPending) )

GetItemAtIndex Source code

function string GetItemAtIndex ( int idx ) )

InitComponent Source code

event InitComponent ( GUIController MyController, GUIComponent MyOwner) )

OnDblClick Source code

function bool OnDblClick ( GUIComponent Sender) )

SelectNewItem Source code

function SelectNewItem ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
     StyleName="ItemBoxInfo"
     bMouseOverSound=True
     OnClickSound=CS_Click
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:45.323 - Created with UnCodeX