C# 클래스 Banshee.NotificationArea.NotificationAreaService

상속: IExtensionService
파일 보기 프로젝트 열기: mono-soc-2011/banshee

공개 프로퍼티들

프로퍼티 타입 설명
EnabledSchema SchemaEntry
NotifyOnCloseSchema SchemaEntry
QuitOnCloseSchema SchemaEntry
ShowNotificationsSchema SchemaEntry

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Dispose ( ) : void
NotificationAreaService ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NotificationAreaService() 공개 메소드

public NotificationAreaService ( ) : System
리턴 System

프로퍼티 상세

EnabledSchema 공개적으로 정적으로 프로퍼티

public static SchemaEntry EnabledSchema
리턴 SchemaEntry

NotifyOnCloseSchema 공개적으로 정적으로 프로퍼티

public static SchemaEntry NotifyOnCloseSchema
리턴 SchemaEntry

QuitOnCloseSchema 공개적으로 정적으로 프로퍼티

public static SchemaEntry QuitOnCloseSchema
리턴 SchemaEntry

ShowNotificationsSchema 공개적으로 정적으로 프로퍼티

public static SchemaEntry ShowNotificationsSchema
리턴 SchemaEntry