inc/videoservices.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 24 7d93ee07fb27
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    13 *
    13 *
    14 * Description:   VideoServices class definition
    14 * Description:   VideoServices class definition
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 // Version : %version: ou1cpsw#3 %
       
    19 
    18 #ifndef __VIDEOSERVICES_H__
    20 #ifndef __VIDEOSERVICES_H__
    19 #define __VIDEOSERVICES_H__
    21 #define __VIDEOSERVICES_H__
    20 
    22 
    21 #include <QStringList>
    23 #include <QStringList>
    22 #include "videoplayerappexport.h"
    24 #include "videoplayerappexport.h"
    54      *
    56      *
    55      * @return QString the title
    57      * @return QString the title
    56      *
    58      *
    57      */
    59      */
    58     QString contextTitle() const;
    60     QString contextTitle() const;
       
    61     
       
    62     /**
       
    63      * Returns sort type defined by the service client.
       
    64      * 
       
    65      * @param None.
       
    66      * @return int.
       
    67      */
       
    68     int sortRole() const;
    59 
    69 
    60 	/*
    70 	/*
    61 	 * Enum reflecting the services provided 
    71 	 * Enum reflecting the services provided 
    62 	 */
    72 	 */
    63     enum TVideoService
    73     enum TVideoService
   183     friend class VideoServicePlay;
   193     friend class VideoServicePlay;
   184 	
   194 	
   185 	friend class VideoServiceView;
   195 	friend class VideoServiceView;
   186     
   196     
   187     friend class VideoServiceBrowse;
   197     friend class VideoServiceBrowse;
       
   198     
       
   199 public:
       
   200     
       
   201     /*
       
   202      * indicate fetch service and attach operation has been selected
       
   203      */
       
   204     bool         mFetchSelected;
       
   205     
   188     };
   206     };
   189 
   207 
   190 #endif //__VIDEOSERVICES_H__
   208 #endif //__VIDEOSERVICES_H__