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

DeusEx.HUDKeypadButton

Extends
ButtonWindow

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

Variables Summary
boolbBackgroundTranslucent
boolbBorderTranslucent
boolbDrawBorder
ColorcolBackground
ColorcolBorder
ColorcolHeaderText
ColorcolInsensitive
ColorcolSensitive
TexturekeypadButtonTextures[2]
intnum
DeusExPlayerplayer
Inherited Variables from Extension.ButtonWindow
activateDelay, activateTimer, bAutoRepeat, bButtonPressed, bEnableRightMouseClick, bMousePressed, clickSound, curTextColor, curTexture, curTileColor, info[6], initialDelay, lastInputKey, pressSound, repeatRate, repeatTime
Inherited Variables from Extension.TextWindow
bTextIsAccelerator, bWordWrap, hAlign, hMargin, maxLines, minLines, minWidth, text, vAlign, vMargin

Structures Summary
Inherited Structures from Extension.ButtonWindow
ButtonDisplayInfo

Functions Summary
event DrawWindow (GC gc))
event InitWindow ()))
event StyleChanged ()))
Inherited Functions from Extension.ButtonWindow
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed
Inherited Functions from Extension.TextWindow
AppendText, EnableTextAsAccelerator, GetText, GetTextLength, GetTextPart, ResetLines, ResetMinWidth, SetLines, SetMaxLines, SetMinLines, SetMinWidth, SetText, SetTextAlignments, SetTextMargins, SetWordWrap


Variables Detail

bBackgroundTranslucent Source code

var bool bBackgroundTranslucent;

bBorderTranslucent Source code

var bool bBorderTranslucent;

bDrawBorder Source code

var bool bDrawBorder;

colBackground Source code

var Color colBackground;

colBorder Source code

var Color colBorder;

colHeaderText Source code

var Color colHeaderText;

colInsensitive Source code

var Color colInsensitive;

colSensitive Source code

var Color colSensitive;

keypadButtonTextures[2] Source code

var Texture keypadButtonTextures[2];

num Source code

var int num;

player Source code

var DeusExPlayer player;


Functions Detail

DrawWindow Source code

event DrawWindow ( GC gc) )

InitWindow Source code

event InitWindow ( ) )

StyleChanged Source code

event StyleChanged ( ) )


Defaultproperties

defaultproperties
{
     colSensitive=(R=255,G=255,B=255)
     colInsensitive=(R=64,G=64,B=64)
     keypadButtonTextures(0)=Texture'DeusExUI.UserInterface.HUDKeypadButton_Normal'
     keypadButtonTextures(1)=Texture'DeusExUI.UserInterface.HUDKeypadButton_Pressed'
}

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