C# Class Axiom.Samples.CheckBox

Basic check box widget.
Inheritance: Widget
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
IsCursorOver bool
isFitToContents bool
square BorderPanel
textArea TextArea
x OverlayElement

Méthodes publiques

Méthode Description
Check ( ) : void

Check ( bool notifyListener ) : void

CheckBox ( String name, String caption, Real width ) : System

Do not instantiate any widgets directly. Use SdkTrayManager.

OnCheckChanged ( object sender, CheckBox box ) : void
OnCursorMoved ( Vector2 cursorPos ) : void

OnCursorPressed ( Vector2 cursorPos ) : void

OnLostFocus ( ) : void

SetChecked ( bool check, bool notifyListener ) : void

Toggle ( ) : void

Toggle ( bool notifyListener ) : void

Uncheck ( ) : void

Uncheck ( bool notifyListener ) : void

Method Details

Check() public méthode

public Check ( ) : void
Résultat void

Check() public méthode

public Check ( bool notifyListener ) : void
notifyListener bool
Résultat void

CheckBox() public méthode

Do not instantiate any widgets directly. Use SdkTrayManager.
public CheckBox ( String name, String caption, Real width ) : System
name String
caption String
width Real
Résultat System

OnCheckChanged() public méthode

public OnCheckChanged ( object sender, CheckBox box ) : void
sender object
box CheckBox
Résultat void

OnCursorMoved() public méthode

public OnCursorMoved ( Vector2 cursorPos ) : void
cursorPos Vector2
Résultat void

OnCursorPressed() public méthode

public OnCursorPressed ( Vector2 cursorPos ) : void
cursorPos Vector2
Résultat void

OnLostFocus() public méthode

public OnLostFocus ( ) : void
Résultat void

SetChecked() public méthode

public SetChecked ( bool check, bool notifyListener ) : void
check bool
notifyListener bool
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( bool notifyListener ) : void
notifyListener bool
Résultat void

Uncheck() public méthode

public Uncheck ( ) : void
Résultat void

Uncheck() public méthode

public Uncheck ( bool notifyListener ) : void
notifyListener bool
Résultat void

Property Details

IsCursorOver protected_oe property

protected bool IsCursorOver
Résultat bool

isFitToContents protected_oe property

protected bool isFitToContents
Résultat bool

square protected_oe property

protected BorderPanel square
Résultat BorderPanel

textArea protected_oe property

protected TextArea textArea
Résultat TextArea

x protected_oe property

protected OverlayElement x
Résultat OverlayElement