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

DeusEx.PersonaItemDetailButton

Extends
PersonaItemButton

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TextWindow
         |   
         +-- Extension.ButtonWindow
            |   
            +-- DeusEx.PersonaItemButton
               |   
               +-- DeusEx.PersonaItemDetailButton

Variables Summary
BoolbDisabledByDefault
BoolbIgnoreCount
StringCountLabel
DeusExPickupitem
intitemCount
Inherited Variables from DeusEx.PersonaItemButton
bBackgroundTranslucent, bBorderTranslucent, bDrawBorder, bIconTranslucent, borderHeight, borderWidth, bSelected, buttonHeight, buttonWidth, colBackground, colBorder, colFillSelected, colHeaderText, colIcon, colSelectionBorder, colText, icon, iconPosHeight, iconPosWidth, player, texBorders[9]
Inherited Variables from Extension.ButtonWindow
activateDelay, activateTimer, bAutoRepeat, bButtonPressed, bEnableRightMouseClick, bMousePressed, clickSound, curTextColor, curTexture, curTileColor, info[6], initialDelay, lastInputKey, pressSound, repeatRate, repeatTime

Structures Summary
Inherited Structures from Extension.ButtonWindow
ButtonDisplayInfo

Functions Summary
event DrawWindow (GC gc))
event InitWindow ()))
function SetCount (int newCount))
function SetCountLabel (String newLabel))
function SetIgnoreCount (bool bIgnore))
function SetItem (DeusExPickup newItem))
function UpdateIconColor ()))
Inherited Functions from DeusEx.PersonaItemButton
CreateControls, DrawWindow, InitWindow, SelectButton, SetBorderSize, SetIcon, SetIconSize, StyleChanged, VirtualKeyPressed
Inherited Functions from Extension.ButtonWindow
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed


Variables Detail

bDisabledByDefault Source code

var Bool bDisabledByDefault;

bIgnoreCount Source code

var Bool bIgnoreCount;

CountLabel Source code

var localized String CountLabel;

item Source code

var DeusExPickup item;

itemCount Source code

var int itemCount;


Functions Detail

DrawWindow Source code

event DrawWindow ( GC gc) )

InitWindow Source code

event InitWindow ( ) )

SetCount Source code

function SetCount ( int newCount) )

SetCountLabel Source code

function SetCountLabel ( String newLabel) )

SetIgnoreCount Source code

function SetIgnoreCount ( bool bIgnore) )

SetItem Source code

function SetItem ( DeusExPickup newItem) )

UpdateIconColor Source code

function UpdateIconColor ( ) )


Defaultproperties

defaultproperties
{
     bDisabledByDefault=True
     CountLabel="Count: %d"
     iconPosWidth=53
     iconPosHeight=53
     buttonWidth=55
     buttonHeight=55
     borderWidth=55
     borderHeight=55
     bIconTranslucent=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:13.955 - Created with UnCodeX