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

DeusEx.PersonaAugmentationItemButton

Extends
PersonaItemButton

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

Variables Summary
boolbActive
ColorcolIconActive
ColorcolIconNormal
inthotkeyNumber
PersonaLevelIconWindowwinLevels
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
function CreateControls ()))
event DrawWindow (GC gc))
event InitWindow ()))
function SetActive (bool bNewActive))
function SetHotkeyNumber (int num))
function SetLevel (int newLevel))
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

bActive Source code

var bool bActive;

colIconActive Source code

var Color colIconActive;

colIconNormal Source code

var Color colIconNormal;

hotkeyNumber Source code

var int hotkeyNumber;

winLevels Source code

var PersonaLevelIconWindow winLevels;


Functions Detail

CreateControls Source code

function CreateControls ( ) )

DrawWindow Source code

event DrawWindow ( GC gc) )

InitWindow Source code

event InitWindow ( ) )

SetActive Source code

function SetActive ( bool bNewActive) )

SetHotkeyNumber Source code

function SetHotkeyNumber ( int num) )

SetLevel Source code

function SetLevel ( int newLevel) )


Defaultproperties

defaultproperties
{
     colIconActive=(G=255)
     colIconNormal=(R=255,G=255)
     buttonHeight=59
}

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