C# Class Banshee.Gui.TrackActions

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

Public Methods

Method Description
TrackActions ( ) : System
UpdateActions ( ) : void

Private Methods

Method Description
AddToPlaylist ( Banshee.Playlist.PlaylistSource playlist ) : void
ConfirmRemove ( ITrackModelSource source, bool delete, int selCount ) : bool
HandleActionsChanged ( object sender, EventArgs args ) : void
HandleActiveSourceChanged ( SourceEventArgs args ) : void
HandleEditMenuActivated ( object sender, EventArgs args ) : void
HandleSelectionChanged ( object sender, EventArgs args ) : void
OnAddToExistingPlaylist ( object o, EventArgs args ) : void
OnAddToNewPlaylist ( object o, EventArgs args ) : void
OnAddToPlaylistMenu ( object o, EventArgs args ) : void
OnDeleteTracksFromDrive ( object o, EventArgs args ) : void
OnOpenContainingFolder ( object o, EventArgs args ) : void
OnPlayTrack ( object o, EventArgs args ) : void
OnRateTracks ( object o, EventArgs args ) : void
OnReloaded ( object sender, EventArgs args ) : void
OnRemoveTracks ( object o, EventArgs args ) : void
OnRemoveTracksFromLibrary ( object o, EventArgs args ) : void
OnSearchForSameAlbum ( object o, EventArgs args ) : void
OnSearchForSameArtist ( object o, EventArgs args ) : void
OnSelectAll ( object o, EventArgs args ) : void
OnSelectNone ( object o, EventArgs args ) : void
OnSelectionChanged ( ) : void
OnTrackContextMenu ( object o, EventArgs args ) : void
OnTrackEditor ( object o, EventArgs args ) : void
OnTrackProperties ( object o, EventArgs args ) : void
ResetRating ( ) : void
RunSourceOverrideHandler ( string sourceOverrideHandler ) : bool
SuppressSelectActions ( ) : void
UnsuppressSelectActions ( ) : void

Method Details

TrackActions() public method

public TrackActions ( ) : System
return System

UpdateActions() public method

public UpdateActions ( ) : void
return void