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

DeusEx.ComputerSecurityCameraViewButton

Extends
ButtonWindow

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

Variables Summary
BoolbSelected
ColorcolSelectionBorder
DeusExPlayerplayer
TexturetexBorders[9]
StaticWindowwinStatic
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
function CreateStaticWindow ()))
event DrawWindow (GC gc))
event InitWindow ()))
function SelectButton (Bool bNewSelected))
function SetStatic ()))
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

bSelected Source code

var Bool bSelected;

colSelectionBorder Source code

var Color colSelectionBorder;

player Source code

var DeusExPlayer player;

texBorders[9] Source code

var Texture texBorders[9];

winStatic Source code

var StaticWindow winStatic;


Functions Detail

CreateStaticWindow Source code

function CreateStaticWindow ( ) )

DrawWindow Source code

event DrawWindow ( GC gc) )

InitWindow Source code

event InitWindow ( ) )

SelectButton Source code

function SelectButton ( Bool bNewSelected) )

SetStatic Source code

function SetStatic ( ) )


Defaultproperties

defaultproperties
{
     texBorders(0)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_TL'
     texBorders(1)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_TR'
     texBorders(2)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_BL'
     texBorders(3)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_BR'
     texBorders(4)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_Left'
     texBorders(5)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_Right'
     texBorders(6)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_Top'
     texBorders(7)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_Bottom'
     texBorders(8)=Texture'DeusExUI.UserInterface.PersonaItemHighlight_Center'
     colSelectionBorder=(R=255,G=255,B=255)
}

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