C# Class Banshee.Gui.PlaybackActions

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

Public Methods

Method Description
PlaybackActions ( ) : System

Private Methods

Method Description
OnJumpToPlayingTrack ( object o, EventArgs args ) : void
OnNextAction ( object o, EventArgs args ) : void
OnPlayPauseAction ( object o, EventArgs args ) : void
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void
OnPlayerStateChange ( Banshee.MediaEngine.PlayerEventStateChangeArgs args ) : void
OnPreviousAction ( object o, EventArgs args ) : void
OnRestartSongAction ( object o, EventArgs args ) : void
OnSeekToAction ( object o, EventArgs args ) : void
OnStopWhenFinishedAction ( object o, EventArgs args ) : void
ShowPause ( ) : void
ShowPlay ( ) : void
ShowStop ( ) : void
ShowStopAction ( ) : void

Method Details

PlaybackActions() public method

public PlaybackActions ( ) : System
return System