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

Extension.CheckboxWindow

Extends
ToggleWindow
Modifiers
native noexport

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

Direct Known Subclasses:

MenuUICheckboxWindow, PersonaCheckboxWindow, ToolCheckboxWindow

Variables Summary
boolbRightSide
ColorcheckboxColor
floatcheckboxSpacing
EDrawStylecheckboxStyle
floattextureHeight
floattextureWidth
texturetoggleOff
texturetoggleOn
Inherited Variables from Extension.ToggleWindow
disableSound, enableSound
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 Extension.ButtonWindow
ButtonDisplayInfo

Functions Summary
function SetCheckboxColor (Color newColor)
function SetCheckboxColorRGB (INT red, INT green, INT blue))
function SetCheckboxSpacing (float newSpacing)
function SetCheckboxStyle (EDrawStyle newStyle)
function SetCheckboxTextures (optional texture toggleOff, optional texture toggleOn, optional float textureWidth, optional float textureHeight)
function ShowCheckboxOnRightSide (optional bool bRight)
Inherited Functions from Extension.ToggleWindow
ChangeToggle, GetToggle, SetToggle, SetToggleSounds
Inherited Functions from Extension.ButtonWindow
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed


Variables Detail

bRightSide Source code

var const bool bRightSide;

checkboxColor Source code

var const Color checkboxColor;

checkboxSpacing Source code

var const float checkboxSpacing;

checkboxStyle Source code

var const EDrawStyle checkboxStyle;

textureHeight Source code

var const float textureHeight;

textureWidth Source code

var const float textureWidth;

toggleOff Source code

var const texture toggleOff;

toggleOn Source code

var const texture toggleOn;


Functions Detail

SetCheckboxColor Source code

native(1844) final function SetCheckboxColor ( Color newColor )

SetCheckboxColorRGB Source code

function SetCheckboxColorRGB ( INT red, INT green, INT blue) )

SetCheckboxSpacing Source code

native(1841) final function SetCheckboxSpacing ( float newSpacing )

SetCheckboxStyle Source code

native(1843) final function SetCheckboxStyle ( EDrawStyle newStyle )

SetCheckboxTextures Source code

native(1840) final function SetCheckboxTextures ( optional texture toggleOff, optional texture toggleOn, optional float textureWidth, optional float textureHeight )

ShowCheckboxOnRightSide Source code

native(1842) final function ShowCheckboxOnRightSide ( optional bool bRight )


Defaultproperties

defaultproperties
{
     toggleOff=Texture'Extension.CheckboxOff'
     toggleOn=Texture'Extension.CheckboxOn'
}

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