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

KFGui.GUISelectClassList

Extends
GUIVertList

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

Variables Summary
array<GUIClassSelectable>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 (GUIClassSelectable 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))
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<GUIClassSelectable> Elements;


Functions Detail

Add Source code

function Add ( GUIClassSelectable 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) )

SelectNewItem Source code

function SelectNewItem ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
     GetItemHeight=GUISelectClassList.BuyItemHeight
     StyleName="ItemBoxInfo"
     OnChange=GUISelectClassList.SelectNewItem
}

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