diff -r ee64f059b8e1 -r 0930554dc389 qtinternetradio/ui/inc/irplaycontroller.h --- a/qtinternetradio/ui/inc/irplaycontroller.h Fri May 14 15:43:29 2010 +0300 +++ b/qtinternetradio/ui/inc/irplaycontroller.h Thu May 27 12:46:34 2010 +0300 @@ -22,7 +22,6 @@ #include "irqenums.h" -class HbProgressDialog; class IRApplication; class IRQMediaPlayer; class IRQPreset; @@ -45,26 +44,21 @@ // Play a station void connectToChannel(IRQPreset *aPreset, IRQConnectedFrom aConnectedFrom); - // Create a buffering dialog - void createBufferingDialog(const QObject *aReceiver, const char *aFunc); - - // Close the buffering dialog - void closeBufferingDialog(); - // Play control methods void resume(); void stop(IRQTerminatedType aStopReason); int getVolume() const; void setVolume(int aVolume); - void enableStereo(); - void disableStereo(); // Check the playing status bool isPlaying() const; - // Check the playing status + // Check the stopped status bool isStopped() const; + // Check the idle status + bool isIdle() const; + // Get the preset of now playing IRQPreset * getNowPlayingPreset() const; @@ -125,7 +119,6 @@ IRQConnectedFrom iConnectedFrom; bool iGetServerResult; - HbProgressDialog *iBufferingDialog; IRQPreset *iNowPlayingPreset; // reference of IRQMediaPlayer meta data IRQMetaData *iMetaData;