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

Extension.ToggleWindow

Extends
ButtonWindow
Modifiers
native noexport

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

Direct Known Subclasses:

CheckboxWindow, HUDObjectSlot

Variables Summary
sounddisableSound
soundenableSound
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 ChangeToggle ()
functionbool GetToggle ()
function SetToggle (bool bNewToggle)
function SetToggleSounds (optional sound enableSound, optional sound disableSound)
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

disableSound Source code

var const sound disableSound;

enableSound Source code

var const sound enableSound;


Functions Detail

ChangeToggle Source code

native(1610) final function ChangeToggle ( )

GetToggle Source code

native(1612) final function bool GetToggle ( )

SetToggle Source code

native(1611) final function SetToggle ( bool bNewToggle )

SetToggleSounds Source code

native(1613) final function SetToggleSounds ( optional sound enableSound, optional sound disableSound )


Defaultproperties

defaultproperties
{
}

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