videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h
changeset 66 adb51f74b890
parent 38 ff53afa8ad05
equal deleted inserted replaced
63:4707a0db12f6 66:adb51f74b890
    69      *
    69      *
    70      */
    70      */
    71     QString contextTitle() const;
    71     QString contextTitle() const;
    72 
    72 
    73 public slots:  // for QTHighway to notify provider about request
    73 public slots:  // for QTHighway to notify provider about request
       
    74 
    74     /*
    75     /*
    75      *  Client can use this method launch video URI fetching
    76      *  Client can use this method launch video URI fetching
    76      *
    77      *
    77      */
    78      */
    78     void fetch();
    79     void fetch();
    79 
    80 
    80     /*
    81 public slots:  // for provider to notify client
    81      *  Client can use this method launch video URI fetching
       
    82      *
       
    83      * @param title title to be set
       
    84      *
       
    85      */
       
    86     void fetch(const QString& title);
       
    87 
    82 
    88 public slots:  // for provider to notify client
       
    89     void fetchFailed( int errorCode );
    83     void fetchFailed( int errorCode );
    90 
    84 
    91 private:
    85 private:
       
    86 
    92     void doComplete( QStringList filesList);
    87     void doComplete( QStringList filesList);
    93 
    88 
    94 private:
    89 private:
       
    90 
    95     /*
    91     /*
    96      * The request index 
    92      * The request index 
    97      */
    93      */
    98     int mRequestIndex;
    94     int mRequestIndex;
    99 
    95