C# Class MonoCov.Gui.Gtk.MonoCovGui

Afficher le fichier Open project: mono/monocov Class Usage Examples

Méthodes publiques

Méthode Description
GuiMain ( String args ) : int
MonoCovGui ( ) : System
OnAbout ( object o, EventArgs args ) : void
OnOpen ( object o, EventArgs args ) : void
OnQuit ( object o, Gtk.DeleteEventArgs args ) : void
OnQuit ( object o, EventArgs args ) : void
delete_cb ( object o, Gtk.DeleteEventArgs args ) : void

Private Methods

Méthode Description
ExportAsXml ( string destDir ) : void
OpenFile ( string fileName ) : void

Method Details

GuiMain() public static méthode

public static GuiMain ( String args ) : int
args String
Résultat int

MonoCovGui() public méthode

public MonoCovGui ( ) : System
Résultat System

OnAbout() public méthode

public OnAbout ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnOpen() public méthode

public OnOpen ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnQuit() public méthode

public OnQuit ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
Résultat void

OnQuit() public méthode

public OnQuit ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

delete_cb() public méthode

public delete_cb ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
Résultat void