Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

GeneratedSourceWindow Class Reference

Windows which displays the source code, generated from user input. The souce code will be compiled by mcs and executed if compilation is succesfull. More...

Collaboration diagram for GeneratedSourceWindow:

Collaboration graph
[legend]
List of all members.

Private Member Functions

internal GeneratedSourceWindow (Shell shell)
void OnSourceChange ()
internal void OnWindowDeleteEvent (object o, DeleteEventArgs args)

Private Attributes

ThreadProxy sourceChangedProxy
Gtk.Window generatedSourceWindow
SourceViewerWidget sourceView = new SourceViewerWidget("text/x-csharp")
Gtk.ScrolledWindow generatedSourceScrolledWindow
Shell _shell

Detailed Description

Windows which displays the source code, generated from user input. The souce code will be compiled by mcs and executed if compilation is succesfull.


Constructor & Destructor Documentation

internal GeneratedSourceWindow::GeneratedSourceWindow Shell  shell  )  [inline, private]
 


Member Function Documentation

void GeneratedSourceWindow::OnSourceChange  )  [inline, private]
 

internal void GeneratedSourceWindow::OnWindowDeleteEvent object  o,
DeleteEventArgs  args
[inline, private]
 

It would be nice, if it could be tested if this was a safe way to it. Maybe just ask somewhere.


Member Data Documentation

Shell GeneratedSourceWindow::_shell [private]
 

Gtk.ScrolledWindow GeneratedSourceWindow::generatedSourceScrolledWindow [private]
 

Gtk.Window GeneratedSourceWindow::generatedSourceWindow [private]
 

ThreadProxy GeneratedSourceWindow::sourceChangedProxy [private]
 

SourceViewerWidget GeneratedSourceWindow::sourceView = new SourceViewerWidget("text/x-csharp") [private]
 


The documentation for this class was generated from the following file: SourceForge.net Logo