diff -r 6bcf277166c1 -r 451b2e1545b2 radioapp/radioenginewrapper/inc/radioenginewrapper_win32_p.h --- 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 mFrequencyScanningHandler; - // QScopedPointer mDataParser; QString mParsingError; @@ -177,6 +169,8 @@ QString mArtist; QString mTitle; + bool mManualSeekMode; + }; #endif // RADIOENGINEWRAPPER_P_H