C# Class QL.Interpreter.Controls.GUIQuestion

Inheritance: System.Windows.Controls.StackPanel
Mostra file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method 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

Method Description
CheckHideConditions ( ) : bool
CheckVisibility ( ) : void

Method Details

AppendHideCondition() public method

public AppendHideCondition ( ExpressionBase condition ) : void
condition QL.QLClasses.Expressions.ExpressionBase
return void

GUIQuestion() public method

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
return System.Collections.Generic

Refresh() public method

public Refresh ( ) : void
return void

Render() public method

public Render ( ) : void
return void

SetShowCondition() public method

public SetShowCondition ( ExpressionBase showCondition ) : void
showCondition QL.QLClasses.Expressions.ExpressionBase
return void