radioapp/radiouiengine/inc/radiostationmodel.h
changeset 47 74b7c6e79031
parent 34 bc10a61bd7d3
child 51 bbebb0235466
equal deleted inserted replaced
44:0a3ad94fc71c 47:74b7c6e79031
   155      * Function to check the number of favorite stations
   155      * Function to check the number of favorite stations
   156      */
   156      */
   157     int favoriteCount();
   157     int favoriteCount();
   158 
   158 
   159     /*!
   159     /*!
       
   160     * Function to check the number of local stations
       
   161     */
       
   162     int localCount();
       
   163 
       
   164     /*!
   160      * Convenience functions to change common settings
   165      * Convenience functions to change common settings
   161      */
   166      */
   162     void setFavoriteByFrequency( uint frequency, bool favorite );
   167     void setFavoriteByFrequency( uint frequency, bool favorite );
   163     void setFavoriteByPreset( int presetIndex, bool favorite );
   168     void setFavoriteByPreset( int presetIndex, bool favorite );
   164     void renameStation( int presetIndex, const QString& name );
   169     void renameStation( int presetIndex, const QString& name );