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

XInterface.moCheckBox

Extends
GUIMenuOption

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIMenuOption
            |   
            +-- XInterface.moCheckBox

Variables Summary
Option
boolbChecked
stringCheckStyleName
GUICheckBoxButtonMyCheckBox
Inherited Variables from XInterface.GUIMenuOption
bAutoSizeCaption, bFlipped, bHeightFromComponent, bIgnoreChange, bSquare, bValueReadOnly, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelColor, LabelFont, LabelJustification, LabelStyleName, MyComponent, MyLabel
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function ButtonChecked (GUIComponent Sender)
functionbool Checked (coerce bool C)
functionstring GetComponentValue ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalClick (GUIComponent Sender)
functionbool IsChecked ()
function ResetComponent ()
function SetComponentValue (coerce string NewValue, optional bool bNoChange)
Inherited Functions from XInterface.GUIMenuOption
CenterMouse, GetComponentValue, InitComponent, InternalOnChange, InternalOnCreateComponent, MenuOptionClicked, ResetComponent, SetCaption, SetComponentValue, SetFriendlyLabel, SetHint, SetReadOnly
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

Option

bChecked Source code

var(Option) noexport editconst deprecated bool bChecked;

CheckStyleName Source code

var(Option) string CheckStyleName;

MyCheckBox Source code

var(Option) noexport editconst GUICheckBoxButton MyCheckBox;


Functions Detail

ButtonChecked Source code

function ButtonChecked ( GUIComponent Sender )

Checked Source code

function bool Checked ( coerce bool C )

GetComponentValue Source code

function string GetComponentValue ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalClick Source code

private function bool InternalClick ( GUIComponent Sender )

IsChecked Source code

function bool IsChecked ( )

ResetComponent Source code

function ResetComponent ( )

SetComponentValue Source code

function SetComponentValue ( coerce string NewValue, optional bool bNoChange )


Defaultproperties

defaultproperties
{
     bSquare=True
     CaptionWidth=0.800000
     ComponentClassName="XInterface.GUICheckBoxButton"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:06.125 - Created with UnCodeX