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

DeusEx.MenuUIMenuButtonWindow

Extends
MenuUIBorderButtonWindow

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

Variables Summary
TexturebuttonLights[4]
intbuttonLightWidth
Inherited Variables from DeusEx.MenuUIBorderButtonWindow
bCenterText, bTranslucent, bTranslucentText, bUseTextOffset, buttonHeight, buttonText, buttonVerticalOffset, Center_Textures[2], colButtonFace, colText[4], fontAcceleratorLineHeight, fontBaseLine, fontButtonText, leftOffset, Left_Textures[2], maxTextWidth, minimumButtonWidth, player, Right_Textures[2], textColorIndex, textLeftMargin, 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.MenuUIBorderButtonWindow
S_MenuUIBorderButtonTextures
Inherited Structures from Extension.ButtonWindow
ButtonDisplayInfo

Functions Summary
event DrawWindow (GC gc))
event InitWindow ()))
Inherited Functions from DeusEx.MenuUIBorderButtonWindow
DrawWindow, InitWindow, ParentRequestedPreferredSize, SetButtonMetrics, SetButtonText, SetCenterText, SetVerticalOffset, StyleChanged
Inherited Functions from Extension.ButtonWindow
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed


Variables Detail

buttonLights[4] Source code

var Texture buttonLights[4];

buttonLightWidth Source code

var int buttonLightWidth;


Functions Detail

DrawWindow Source code

event DrawWindow ( GC gc) )

InitWindow Source code

event InitWindow ( ) )


Defaultproperties

defaultproperties
{
     buttonLights(0)=Texture'DeusExUI.UserInterface.MenuMainLight_Normal'
     buttonLights(1)=Texture'DeusExUI.UserInterface.MenuMainLight_Focus'
     buttonLights(2)=Texture'DeusExUI.UserInterface.MenuMainLight_Focus'
     buttonLights(3)=Texture'DeusExUI.UserInterface.MenuMainLight_Normal'
     buttonLightWidth=7
     bTranslucentText=True
     Left_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonNormal_Left',Width=5)
     Left_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonPressed_Left',Width=5)
     Right_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonNormal_Right',Width=20)
     Right_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonPressed_Right',Width=20)
     Center_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonNormal_Center',Width=2)
     Center_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonPressed_Center',Width=2)
     leftOffset=9
     buttonHeight=27
     minimumButtonWidth=245
     textLeftMargin=-4
     bTranslucent=True
     bCenterText=True
}

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