C# Class QLUserInterface.QLComposerForm

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

Méthodes publiques

Méthode Description
AddParseEventHandler ( EventHandler handler ) : void
QLComposerForm ( ) : System
getInputString ( ) : String
setMessages ( String Messages ) : void
setParseTree ( String ParseTree ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnLoad_Click ( object sender, EventArgs e ) : void

Method Details

AddParseEventHandler() public méthode

public AddParseEventHandler ( EventHandler handler ) : void
handler EventHandler
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

QLComposerForm() public méthode

public QLComposerForm ( ) : System
Résultat System

getInputString() public méthode

public getInputString ( ) : String
Résultat String

setMessages() public méthode

public setMessages ( String Messages ) : void
Messages String
Résultat void

setParseTree() public méthode

public setParseTree ( String ParseTree ) : void
ParseTree String
Résultat void