C# Class Banshee.NotificationArea.NotificationAreaService

Inheritance: IExtensionService
Datei anzeigen Open project: mono-soc-2011/banshee

Public Properties

Property Type Description
EnabledSchema SchemaEntry
NotifyOnCloseSchema SchemaEntry
QuitOnCloseSchema SchemaEntry
ShowNotificationsSchema SchemaEntry

Private Properties

Property Type Description
BuildContextMenu void
BuildNotificationArea bool
CloseWindow void
DisposeNotificationArea void
GetByFrom string
IExtensionService void
Initialize void
MarkupFormat string
OnNotificationAreaActivated void
OnNotificationAreaDisconnected void
OnNotificationAreaPopupMenuEvent void
OnPlayerEvent void
OnPrimaryWindowClose bool
OnRatingChanged void
OnServiceStarted void
OnSongSkipped void
RegisterCloseHandler void
ServiceStartup bool
ShowTrackNotification void
ToggleNotifications void
ToggleRatingMenuSensitive void
UnregisterCloseHandler void

Public Methods

Method Description
Dispose ( ) : void
NotificationAreaService ( ) : System

Private Methods

Method Description
BuildContextMenu ( ) : void
BuildNotificationArea ( ) : bool
CloseWindow ( object o, EventArgs args ) : void
DisposeNotificationArea ( ) : void
GetByFrom ( string artist, string display_artist, string album, string display_album ) : string
IExtensionService ( ) : void
Initialize ( ) : void
MarkupFormat ( string fmt ) : string
OnNotificationAreaActivated ( object o, EventArgs args ) : void
OnNotificationAreaDisconnected ( object o, EventArgs args ) : void
OnNotificationAreaPopupMenuEvent ( object o, PopupMenuArgs args ) : void
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void
OnPrimaryWindowClose ( ) : bool
OnRatingChanged ( object o, EventArgs args ) : void
OnServiceStarted ( Banshee.ServiceStack.ServiceStartedArgs args ) : void
OnSongSkipped ( object o, ActionArgs args ) : void
RegisterCloseHandler ( ) : void
ServiceStartup ( ) : bool
ShowTrackNotification ( ) : void
ToggleNotifications ( object o, EventArgs args ) : void
ToggleRatingMenuSensitive ( ) : void
UnregisterCloseHandler ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NotificationAreaService() public method

public NotificationAreaService ( ) : System
return System

Property Details

EnabledSchema public_oe static_oe property

public static SchemaEntry EnabledSchema
return SchemaEntry

NotifyOnCloseSchema public_oe static_oe property

public static SchemaEntry NotifyOnCloseSchema
return SchemaEntry

QuitOnCloseSchema public_oe static_oe property

public static SchemaEntry QuitOnCloseSchema
return SchemaEntry

ShowNotificationsSchema public_oe static_oe property

public static SchemaEntry ShowNotificationsSchema
return SchemaEntry