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

DeusEx.HUDMedBotAugItemButton

Extends
PersonaItemButton

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

Variables Summary
AugmentationCannisteraugCan
boolbHasIt
boolbSlotFull
ColorcolBorder
ColorcolIconDisabled
ColorcolIconNormal
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))
functionAugmentationCannister GetAugCan ()))
functionString GetAugDesc ()))
functionAugmentation GetAugmentation ()))
function SetAugCan (AugmentationCannister newAugCan))
function SetAugmentation (Augmentation newAug))
event StyleChanged ()))
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

augCan Source code

var AugmentationCannister augCan;

bHasIt Source code

var bool bHasIt;

bSlotFull Source code

var bool bSlotFull;

colBorder Source code

var Color colBorder;

colIconDisabled Source code

var Color colIconDisabled;

colIconNormal Source code

var Color colIconNormal;


Functions Detail

DrawWindow Source code

event DrawWindow ( GC gc) )

GetAugCan Source code

function AugmentationCannister GetAugCan ( ) )

GetAugDesc Source code

function String GetAugDesc ( ) )

GetAugmentation Source code

function Augmentation GetAugmentation ( ) )

SetAugCan Source code

function SetAugCan ( AugmentationCannister newAugCan) )

SetAugmentation Source code

function SetAugmentation ( Augmentation newAug) )

StyleChanged Source code

event StyleChanged ( ) )


Defaultproperties

defaultproperties
{
     colIconDisabled=(R=64,G=64,B=64)
     colIconNormal=(R=255,G=255)
     iconPosWidth=32
     iconPosHeight=32
     buttonWidth=34
     buttonHeight=34
     borderWidth=34
     borderHeight=34
}

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