radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h
changeset 28 075425b8d9a4
parent 24 6df133bd92e1
child 32 189d20c34778
--- a/radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h	Fri Jun 04 10:21:36 2010 +0100
+++ b/radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h	Fri Jun 11 13:38:32 2010 +0300
@@ -65,8 +65,7 @@
     /**
      * Initialization and startup
      */
-    void init();
-    bool isEngineConstructed();
+    bool init();
 
     /**
      * Returns the radio settings
@@ -74,14 +73,13 @@
     RadioSettingsIf& settings();
 
     /**
-     * Functions called from slots to tune to given frequency or preset
+     * Tunes to the given frequency
      */
-    void tuneFrequency( uint frequency, const int reason );
-    void tuneWithDelay( uint frequency, const int reason );
+    void setFrequency( uint frequency, const int reason );
 
     ObserverList& observers();
 
-    void startSeeking( Seeking::Direction direction, const int reason );
+    void startSeeking( Seek::Direction direction, const int reason );
     void cancelSeeking();
 
     void toggleAudioRoute();
@@ -177,6 +175,8 @@
     QString                                         mArtist;
     QString                                         mTitle;
 
+    bool                                            mManualSeekMode;
+
 };
 
 #endif // RADIOENGINEWRAPPER_P_H