C# Class QL.Interpreter.Controls.GUIQuestion

Inheritance: System.Windows.Controls.StackPanel
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Méthode Description
AppendHideCondition ( ExpressionBase condition ) : void
GUIQuestion ( QLMemory memory, string identifier, string label, bool isComputed, ExpressionBase showCondition, ChangedEventHandler changeHandler ) : System.Collections.Generic
Refresh ( ) : void
Render ( ) : void
SetShowCondition ( ExpressionBase showCondition ) : void

Private Methods

Méthode Description
CheckHideConditions ( ) : bool
CheckVisibility ( ) : void

Method Details

AppendHideCondition() public méthode

public AppendHideCondition ( ExpressionBase condition ) : void
condition QL.QLClasses.Expressions.ExpressionBase
Résultat void

GUIQuestion() public méthode

public GUIQuestion ( QLMemory memory, string identifier, string label, bool isComputed, ExpressionBase showCondition, ChangedEventHandler changeHandler ) : System.Collections.Generic
memory QLMemory
identifier string
label string
isComputed bool
showCondition QL.QLClasses.Expressions.ExpressionBase
changeHandler ChangedEventHandler
Résultat System.Collections.Generic

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

SetShowCondition() public méthode

public SetShowCondition ( ExpressionBase showCondition ) : void
showCondition QL.QLClasses.Expressions.ExpressionBase
Résultat void