radioapp/radiowidgets/inc/radiomainview.h
changeset 34 bc10a61bd7d3
parent 28 075425b8d9a4
child 44 0a3ad94fc71c
--- a/radioapp/radiowidgets/inc/radiomainview.h	Fri Jun 11 13:38:32 2010 +0300
+++ b/radioapp/radiowidgets/inc/radiomainview.h	Fri Jun 25 19:09:05 2010 +0300
@@ -57,11 +57,13 @@
     void skip( int skipMode );
     void openStationsView();
     void toggleScanning();
+    void toggleFavorite();
     void seekingStarted();
     void updateAntennaStatus( bool connected );
     void updateAudioRoute( bool loudspeaker );
     void setManualSeekMode( bool manualSeekActive );
     void handleFavoriteChange( const RadioStation& station );
+    void saveActivity();
 
     void toggleSkippingMode();  //TODO: Remove. Temporary test code
     void resetFirstTimeCount(); //TODO: Remove. Temporary test code
@@ -70,6 +72,7 @@
 
 // from base class RadioViewBase
 
+    void preLazyLoadInit();
     void init();
     void setOrientation();
     void userAccepted();
@@ -78,6 +81,10 @@
 
     bool eventFilter( QObject* watched, QEvent* event );
 
+// New functions
+
+    void updateFavoriteButton();
+
 private: // data
 
     QScopedPointer<RadioFrequencyScanner>   mFrequencyScanner;