radioapp/radiouiengine/inc/radiouiengine.h
changeset 36 ba22309243a1
parent 34 bc10a61bd7d3
child 57 21be958eb3ce
equal deleted inserted replaced
35:de7c4a48dcb4 36:ba22309243a1
   114 
   114 
   115     bool isSongRecognitionAppAvailable();
   115     bool isSongRecognitionAppAvailable();
   116 
   116 
   117     void addRecognizedSong( const QString& artist, const QString& title, const RadioStation& station );
   117     void addRecognizedSong( const QString& artist, const QString& title, const RadioStation& station );
   118 
   118 
   119     uint skipStation( StationSkip::Mode mode, uint startFrequency = 0 );
   119     uint skipStation( StationSkip::Mode mode, uint startFrequency = 0, const int reason = TuneReason::Skip );
   120 
   120 
   121     enum MusicStore{ OviStore, OtherStore };
   121     enum MusicStore{ OviStore, OtherStore };
   122     void openMusicStore( const RadioHistoryItem& item, MusicStore store = OviStore );
   122     void openMusicStore( const RadioHistoryItem& item, MusicStore store = OviStore );
   123 
   123 
   124     void launchBrowser( const QString& url );
   124     void launchBrowser( const QString& url );