C# Класс QL.Interpreter.Controls.GUIQuestion

Наследование: System.Windows.Controls.StackPanel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CheckHideConditions ( ) : bool
CheckVisibility ( ) : void

Описание методов

AppendHideCondition() публичный Метод

public AppendHideCondition ( ExpressionBase condition ) : void
condition QL.QLClasses.Expressions.ExpressionBase
Результат void

GUIQuestion() публичный Метод

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
Результат System.Collections.Generic

Refresh() публичный Метод

public Refresh ( ) : void
Результат void

Render() публичный Метод

public Render ( ) : void
Результат void

SetShowCondition() публичный Метод

public SetShowCondition ( ExpressionBase showCondition ) : void
showCondition QL.QLClasses.Expressions.ExpressionBase
Результат void