controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.h
changeset 21 2883a5458389
parent 19 36aa4756ee82
child 22 a5692c68d772
--- a/controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.h	Tue May 25 04:10:19 2010 +0800
+++ b/controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.h	Thu Jun 10 16:07:41 2010 +0800
@@ -82,6 +82,11 @@
     void preview(const QString &file);
     
     bool IsPlaying();
+    
+    /*
+     * stop previewing
+     */
+    void stop();
 signals:
     void mdeSessionOpened();
     void mdeSessionError(int error);
@@ -89,6 +94,8 @@
     void queryError(int error);
     void notifyPreviewEvent(ToneFetcherEngine::TPreviewEvent event, int errorId);
     void notifyObjectChanged();
+    void notifyRefreshStart();
+    void notifyRefreshFinish();
 private:
     ToneSelectionEnginePrivate *d;
     TonePreviewPrivate *mAudioPlayer;