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

DeusEx.PersonaHealthItemButton

Extends
PersonaItemButton

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

Variables Summary
Stringdesc
intpartIndex
Stringtitle
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
functionString GetDesc ()))
functionint GetPartIndex ()))
functionString GetTitle ()))
function SetDesc (String newDesc))
function SetPartIndex (int newPartIndex))
function SetTitle (String newTitle))
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

desc Source code

var String desc;

partIndex Source code

var int partIndex;

title Source code

var String title;


Functions Detail

GetDesc Source code

function String GetDesc ( ) )

GetPartIndex Source code

function int GetPartIndex ( ) )

GetTitle Source code

function String GetTitle ( ) )

SetDesc Source code

function SetDesc ( String newDesc) )

SetPartIndex Source code

function SetPartIndex ( int newPartIndex) )

SetTitle Source code

function SetTitle ( String newTitle) )


Defaultproperties

defaultproperties
{
}

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