activityfw/activitydatabase/hsactivitydbclient/inc/hsactivitydbclient.h
changeset 80 397d00875918
parent 73 4bc7b118b3df
child 103 b99b84bcd2d1
equal deleted inserted replaced
73:4bc7b118b3df 80:397d00875918
    63     /**
    63     /**
    64      * Interface implementation.
    64      * Interface implementation.
    65      * @see int HsActivityDbAsyncRequestObserver::asyncRequestCompleated(int, int, QPixmap&)
    65      * @see int HsActivityDbAsyncRequestObserver::asyncRequestCompleated(int, int, QPixmap&)
    66      */
    66      */
    67     void asyncRequestCompleated(int, int, const QPixmap&, void*);
    67     void asyncRequestCompleated(int, int, const QPixmap&, void*);
       
    68     
       
    69 
       
    70     /**
       
    71      * Interface implementation.
       
    72      * @see int HsActivityDbAsyncRequestObserver::asyncRequestCompleated(int, int)
       
    73      */
       
    74     void asyncRequestCompleated(int result,
       
    75                                 int requestType);
    68 
    76 
    69     /**
    77     /**
    70      * Interface implementation.
    78      * Interface implementation.
    71      * @see int HsActivityDbClientInterface::saveActivity(const QVariantHash&)
    79      * @see int HsActivityDbClientInterface::saveActivity(const QVariantHash&)
    72      */
    80      */
   105 
   113 
   106     /**
   114     /**
   107      * Interface implementation.
   115      * Interface implementation.
   108      * @see int HsActivityDbClientInterface::waitActivity(const QVariantHash &)
   116      * @see int HsActivityDbClientInterface::waitActivity(const QVariantHash &)
   109      */
   117      */
   110     int waitActivity(const QVariantHash &);
   118     int waitActivity(const QVariantHash &activity);
   111 
   119     
   112     /**
   120     /**
   113      * Interface implementation.
   121      * Interface implementation.
   114      * @see int HsActivityDbClientInterface::launchActivity(const QVariantHash &)
   122      * @see int HsActivityDbClientInterface::launchActivity(const QVariantHash &)
   115      */
   123      */
   116     int launchActivity(const QVariantHash &);
   124     int launchActivity(const QVariantHash &);
   117     
   125     
   118     /**
   126     /**
   119      */
   127      */
   120     //getThumbnail(resolution, thumbnailPath, "image/png", data)
   128     //getThumbnail(resolution, thumbnailPath, "image/png", data)
   121     int getThumbnail(QSize size, QString imagePath, QString mimeType, void* userDdata);
   129     int getThumbnail(QSize size, QString imagePath, QString mimeType, void* userDdata);
       
   130     
       
   131     int notifyDataChange();
   122 
   132 
   123 signals:
   133 signals:
   124     /**
   134     /**
   125      * Function notify about runtime activity change
   135      * Function notify about runtime activity change
   126      * @param activityId - requested activity name
   136      * @param activityId - requested activity name
   131      * Function notify about runtime activity change
   141      * Function notify about runtime activity change
   132      * @param thumbnailPixmap - requested thumbnail
   142      * @param thumbnailPixmap - requested thumbnail
   133      */
   143      */
   134     void thumbnailRequested(QPixmap thumbnailPixmap, void *userData);
   144     void thumbnailRequested(QPixmap thumbnailPixmap, void *userData);
   135     
   145     
       
   146     void dataChanged();
       
   147     
   136 private:
   148 private:
   137     /**
   149     /**
   138      * Private client implementation.
   150      * Private client implementation.
   139      * Own.
   151      * Own.
   140      */
   152      */