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

DeusEx.ToolCheckboxWindow

Extends
CheckboxWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TextWindow
         |   
         +-- Extension.ButtonWindow
            |   
            +-- Extension.ToggleWindow
               |   
               +-- Extension.CheckboxWindow
                  |   
                  +-- DeusEx.ToolCheckboxWindow

Direct Known Subclasses:

ToolRadioButtonWindow

Variables Summary
ColorcolText
intfontAcceleratorLineHeight
intfontBaseLine
FontfontText
Inherited Variables from Extension.CheckboxWindow
bRightSide, checkboxColor, checkboxSpacing, checkboxStyle, textureHeight, textureWidth, toggleOff, toggleOn
Inherited Variables from Extension.ToggleWindow
disableSound, enableSound

Functions Summary
event InitWindow ()))
Inherited Functions from Extension.CheckboxWindow
SetCheckboxColor, SetCheckboxColorRGB, SetCheckboxSpacing, SetCheckboxStyle, SetCheckboxTextures, ShowCheckboxOnRightSide
Inherited Functions from Extension.ToggleWindow
ChangeToggle, GetToggle, SetToggle, SetToggleSounds


Variables Detail

colText Source code

var Color colText;

fontAcceleratorLineHeight Source code

var int fontAcceleratorLineHeight;

fontBaseLine Source code

var int fontBaseLine;

fontText Source code

var Font fontText;


Functions Detail

InitWindow Source code

event InitWindow ( ) )


Defaultproperties

defaultproperties
{
     fontText=Font'DeusExUI.FontSansSerif_8'
     fontBaseLine=1
     fontAcceleratorLineHeight=1
}

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