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

DeusEx.PersonaHealthActionButtonWindow

Extends
PersonaBorderButtonWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TextWindow
         |   
         +-- Extension.ButtonWindow
            |   
            +-- DeusEx.PersonaBorderButtonWindow
               |   
               +-- DeusEx.PersonaHealthActionButtonWindow

Variables Summary
StringHealButtonLabel
intpartIndex
Inherited Variables from DeusEx.PersonaBorderButtonWindow
bBaseWidthOnText, bCenterText, bTranslucent, bUseTextOffset, buttonHeight, buttonText, buttonVerticalOffset, Center_Textures[2], colButtonFace, colText[4], fontAcceleratorLineHeight, fontBaseLine, fontButtonText, leftMargin, leftOffset, Left_Textures[2], maxTextWidth, minimumButtonWidth, player, rightMargin, Right_Textures[2], textColorIndex, textOffset, textureIndex, verticalTextMargin
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 DeusEx.PersonaBorderButtonWindow
S_MenuUIBorderButtonTextures
Inherited Structures from Extension.ButtonWindow
ButtonDisplayInfo

Functions Summary
functionint GetPartIndex ()))
event InitWindow ()))
function SetPartIndex (int newPartIndex))
Inherited Functions from DeusEx.PersonaBorderButtonWindow
CenterText, DrawWindow, InitWindow, ParentRequestedPreferredSize, SetButtonMetrics, SetButtonText, SetVerticalOffset, StyleChanged
Inherited Functions from Extension.ButtonWindow
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed


Variables Detail

HealButtonLabel Source code

var localized String HealButtonLabel;

partIndex Source code

var int partIndex;


Functions Detail

GetPartIndex Source code

function int GetPartIndex ( ) )

InitWindow Source code

event InitWindow ( ) )

SetPartIndex Source code

function SetPartIndex ( int newPartIndex) )


Defaultproperties

defaultproperties
{
     HealButtonLabel="Heal"
     Left_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonNormal_Left',Width=4)
     Left_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonPressed_Left',Width=4)
     Right_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonNormal_Right',Width=8)
     Right_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonPressed_Right',Width=8)
     Center_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonNormal_Center',Width=2)
     Center_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonPressed_Center',Width=2)
     buttonHeight=13
     minimumButtonWidth=66
}

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