videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h
changeset 24 7d93ee07fb27
parent 15 cf5481c2bc0b
child 66 adb51f74b890
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    22 #include <xqserviceprovider.h>
    22 #include <xqserviceprovider.h>
    23 #include <QStringList>
    23 #include <QStringList>
    24 
    24 
    25 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    26 class VideoServices;
    26 class VideoServices;
       
    27 class QLatin1String;
    27 
    28 
    28 class VideoServiceUriFetch : public XQServiceProvider
    29 class VideoServiceUriFetch : public XQServiceProvider
    29 {
    30 {
    30 
    31 
    31     /**
    32     /**
    36 public:
    37 public:
    37 
    38 
    38     /**
    39     /**
    39      * contructor
    40      * contructor
    40      */
    41      */
    41     VideoServiceUriFetch( VideoServices *parent = 0 );
    42     VideoServiceUriFetch( VideoServices *parent, QLatin1String service );
    42 
    43 
    43     /**
    44     /**
    44      * destructor
    45      * destructor
    45      */
    46      */
    46     ~VideoServiceUriFetch();
    47     ~VideoServiceUriFetch();
    71 
    72 
    72 public slots:  // for QTHighway to notify provider about request
    73 public slots:  // for QTHighway to notify provider about request
    73     /*
    74     /*
    74      *  Client can use this method launch video URI fetching
    75      *  Client can use this method launch video URI fetching
    75      *
    76      *
       
    77      */
       
    78     void fetch();
       
    79 
       
    80     /*
       
    81      *  Client can use this method launch video URI fetching
       
    82      *
    76      * @param title title to be set
    83      * @param title title to be set
    77      *
    84      *
    78      */
    85      */
    79     void fetch(const QString& title);
    86     void fetch(const QString& title);
    80 
    87