C# Class Banshee.Gui.GlobalActions

Inheritance: Banshee.Gui.BansheeActionGroup, IGlobalUIActions
Datei anzeigen Open project: mono-soc-2011/banshee Class Usage Examples

Private Properties

Property Type Description
OnAbout void
OnImport void
OnImportPlaylist void
OnOpenLocation void
OnPreferences void
OnQuit void
OnVersionInformation void

Public Methods

Method Description
GlobalActions ( ) : System
IGlobalUIActions ( ) : void

Private Methods

Method Description
OnAbout ( object o, EventArgs args ) : void
OnImport ( object o, EventArgs args ) : void
OnImportPlaylist ( object o, EventArgs args ) : void
OnOpenLocation ( object o, EventArgs args ) : void
OnPreferences ( object o, EventArgs args ) : void
OnQuit ( object o, EventArgs args ) : void
OnVersionInformation ( object o, EventArgs args ) : void

Method Details

GlobalActions() public method

public GlobalActions ( ) : System
return System

IGlobalUIActions() public method

public IGlobalUIActions ( ) : void
return void