C# Class QL.Interpreter.Controls.Input.CheckBoxControl

Inheritance: InputControl
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
CheckBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
Render ( ) : void
_checkBox_Checked ( object sender, RoutedEventArgs e ) : void

Method Details

CheckBoxControl() public méthode

public CheckBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
idName string
memory QLMemory
isComputed bool
Résultat System.Windows

Render() public méthode

public Render ( ) : void
Résultat void

_checkBox_Checked() public méthode

public _checkBox_Checked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void