C# Class Banshee.NotificationArea.NotificationAreaService

Inheritance: IExtensionService
Afficher le fichier Open project: mono-soc-2011/banshee

Méthodes publiques

Свойство Type Description
EnabledSchema SchemaEntry
NotifyOnCloseSchema SchemaEntry
QuitOnCloseSchema SchemaEntry
ShowNotificationsSchema SchemaEntry

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Dispose ( ) : void
NotificationAreaService ( ) : System

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

NotificationAreaService() public méthode

public NotificationAreaService ( ) : System
Résultat System

Property Details

EnabledSchema public_oe static_oe property

public static SchemaEntry EnabledSchema
Résultat SchemaEntry

NotifyOnCloseSchema public_oe static_oe property

public static SchemaEntry NotifyOnCloseSchema
Résultat SchemaEntry

QuitOnCloseSchema public_oe static_oe property

public static SchemaEntry QuitOnCloseSchema
Résultat SchemaEntry

ShowNotificationsSchema public_oe static_oe property

public static SchemaEntry ShowNotificationsSchema
Résultat SchemaEntry