C# 클래스 QL.Interpreter.QLGuiBuilder

파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 메소드들

메소드 설명
AppendHideCondition ( ExpressionBase condition ) : void
BuildQuestion ( QLMemory memory, string name, string label, bool isComputed = false ) : void
GetGUI ( ) : GUIQuestionnaire
QLGuiBuilder ( ) : System.Collections.Generic
RemoveHideConditions ( ) : void
RemoveShowCondition ( ) : void
SetShowCondition ( ExpressionBase condition ) : void

메소드 상세

AppendHideCondition() 공개 메소드

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

BuildQuestion() 공개 메소드

public BuildQuestion ( QLMemory memory, string name, string label, bool isComputed = false ) : void
memory QLMemory
name string
label string
isComputed bool
리턴 void

GetGUI() 공개 메소드

public GetGUI ( ) : GUIQuestionnaire
리턴 QL.Interpreter.Controls.GUIQuestionnaire

QLGuiBuilder() 공개 메소드

public QLGuiBuilder ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RemoveHideConditions() 공개 메소드

public RemoveHideConditions ( ) : void
리턴 void

RemoveShowCondition() 공개 메소드

public RemoveShowCondition ( ) : void
리턴 void

SetShowCondition() 공개 메소드

public SetShowCondition ( ExpressionBase condition ) : void
condition QL.QLClasses.Expressions.ExpressionBase
리턴 void