C# Class Nereid.PlayerInterface

Inheritance: Banshee.Gui.BaseClientWindow, IClientWindow, IDBusObjectName, IService, IDisposable, IHasSourceView
Show file Open project: mono-soc-2011/banshee

Public Properties

Property Type Description
ShowCoverArt SchemaEntry
SourceViewWidth SchemaEntry

Private Properties

Property Type Description
BuildFooter void
BuildHeader void
BuildPrimaryLayout void
BuildViews void
HandleTrackModelReloaded void
OnActiveSourceChanged void
OnEntryFocusOutEvent void
OnGdkEventFilter Gdk.FilterReturn
OnProgrammaticSearch void
OnSearchEntryChanged void
OnSourceBoxSizeAllocated void
OnSourcePropertyChanged void
OnSourceUpdated void
OnStatusBoxButtonPress void
SetSimple void
UpdateCoverArtDisplay void
UpdateSourceContents void
UpdateSourceInformation void

Public Methods

Method Description
BeginRenameSource ( Source source ) : void
Dispose ( ) : void
PlayerInterface ( ) : System
ResetHighlight ( ) : void

Protected Methods

Method Description
ConnectEvents ( ) : void
Initialize ( ) : void
OnKeyPressEvent ( Gdk evnt ) : bool
OnShown ( ) : void
PlayerInterface ( IntPtr ptr ) : System

Private Methods

Method Description
BuildFooter ( ) : void
BuildHeader ( ) : void
BuildPrimaryLayout ( ) : void
BuildViews ( ) : void
HandleTrackModelReloaded ( object sender, EventArgs args ) : void
OnActiveSourceChanged ( SourceEventArgs args ) : void
OnEntryFocusOutEvent ( object o, Gtk.FocusOutEventArgs args ) : void
OnGdkEventFilter ( IntPtr xevent, Gdk gdkevent ) : Gdk.FilterReturn
OnProgrammaticSearch ( object o, EventArgs args ) : void
OnSearchEntryChanged ( object o, EventArgs args ) : void
OnSourceBoxSizeAllocated ( object o, EventArgs args ) : void
OnSourcePropertyChanged ( object o, PropertyChangeEventArgs args ) : void
OnSourceUpdated ( SourceEventArgs args ) : void
OnStatusBoxButtonPress ( object o, ButtonPressEventArgs args ) : void
SetSimple ( bool simple ) : void
UpdateCoverArtDisplay ( ) : void
UpdateSourceContents ( Source source ) : void
UpdateSourceInformation ( ) : void

Method Details

BeginRenameSource() public method

public BeginRenameSource ( Source source ) : void
source Source
return void

ConnectEvents() protected method

protected ConnectEvents ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnShown() protected method

protected OnShown ( ) : void
return void

PlayerInterface() public method

public PlayerInterface ( ) : System
return System

PlayerInterface() protected method

protected PlayerInterface ( IntPtr ptr ) : System
ptr System.IntPtr
return System

ResetHighlight() public method

public ResetHighlight ( ) : void
return void

Property Details

ShowCoverArt public static property

public static SchemaEntry ShowCoverArt
return SchemaEntry

SourceViewWidth public static property

public static SchemaEntry SourceViewWidth
return SchemaEntry