radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 19 afea38384506
parent 32 189d20c34778
--- a/radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h	Fri Jun 11 16:24:13 2010 +0100
+++ b/radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h	Thu Jul 22 16:33:45 2010 +0100
@@ -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();
@@ -139,12 +137,6 @@
 
     QTimer*                                         mTuneTimer;
 
-    /**
-     * Preset scanning handler
-     * Own.
-     */
-//    QScopedPointer<RadioFrequencyScanningHandler>   mFrequencyScanningHandler;
-
 //    QScopedPointer<T_RadioDataParser>               mDataParser;
 
     QString                                         mParsingError;
@@ -177,6 +169,8 @@
     QString                                         mArtist;
     QString                                         mTitle;
 
+    bool                                            mManualSeekMode;
+
 };
 
 #endif // RADIOENGINEWRAPPER_P_H