C# Class Banshee.Emusic.Store.StoreView

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

Public Methods

Method Description
GoHome ( ) : void
GoSearch ( string query ) : void
SignOut ( ) : void
StoreView ( ) : System

Protected Methods

Method Description
OnDownloadRequested ( string mimetype, string uri, string suggestedFilename ) : string
OnDownloadStatusChanged ( OssiferDownloadStatus status, string mimetype, string destinationUri ) : void
OnMimeTypePolicyDecisionRequested ( string mimetype ) : OssiferNavigationResponse
OnSignInChanged ( ) : void

Private Methods

Method Description
CheckSignIn ( ) : void
IsEmusicContentType ( string contentType ) : bool

Method Details

GoHome() public method

public GoHome ( ) : void
return void

GoSearch() public method

public GoSearch ( string query ) : void
query string
return void

OnDownloadRequested() protected method

protected OnDownloadRequested ( string mimetype, string uri, string suggestedFilename ) : string
mimetype string
uri string
suggestedFilename string
return string

OnDownloadStatusChanged() protected method

protected OnDownloadStatusChanged ( OssiferDownloadStatus status, string mimetype, string destinationUri ) : void
status OssiferDownloadStatus
mimetype string
destinationUri string
return void

OnMimeTypePolicyDecisionRequested() protected method

protected OnMimeTypePolicyDecisionRequested ( string mimetype ) : OssiferNavigationResponse
mimetype string
return OssiferNavigationResponse

OnSignInChanged() protected method

protected OnSignInChanged ( ) : void
return void

SignOut() public method

public SignOut ( ) : void
return void

StoreView() public method

public StoreView ( ) : System
return System