radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h
changeset 57 21be958eb3ce
parent 34 bc10a61bd7d3
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    94 
    94 
    95     void addSong( const QString& artist, const QString& title );
    95     void addSong( const QString& artist, const QString& title );
    96 
    96 
    97     void clearSong();
    97     void clearSong();
    98 
    98 
       
    99     void addRadiotext( const QString& radiotext );
       
   100     void clearRadiotext();
       
   101 
    99     bool isOffline() const;
   102     bool isOffline() const;
   100     void setOffline( bool offline );
   103     void setOffline( bool offline );
   101 
   104 
   102 private slots:
   105 private Q_SLOTS:
   103 
   106 
   104     void frequencyEvent();
   107     void frequencyEvent();
   105     void addSongTags();
   108     void addSongTags();
   106 
   109 
   107 private:
   110 private: