videocollection/tsrc/stubs/inc/videoservices.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
child 44 518105d52e45
equal deleted inserted replaced
36:8aed59de29f9 37:4eb2df7f7cbe
    59      *
    59      *
    60      * @return QString the title
    60      * @return QString the title
    61      *
    61      *
    62      */
    62      */
    63     QString contextTitle() const;
    63     QString contextTitle() const;
       
    64 
       
    65     /**
       
    66      * Returns sort type defined by the service client.
       
    67      * 
       
    68      * @param None.
       
    69      * @return int.
       
    70      */
       
    71     int sortRole() const;
    64 
    72 
    65 	/*
    73 	/*
    66 	 * Enum reflecting the services provided 
    74 	 * Enum reflecting the services provided 
    67 	 */
    75 	 */
    68     enum TVideoService
    76     enum TVideoService
   175 
   183 
   176 	/*
   184 	/*
   177 	 * Current service
   185 	 * Current service
   178 	 */
   186 	 */
   179     VideoServices::TVideoService mCurrentService;
   187     VideoServices::TVideoService mCurrentService;
       
   188     
       
   189     /**
       
   190      * Sort role.
       
   191      */
       
   192     int mSortRole;
   180 
   193 
   181     friend class VideoServiceUriFetch;
   194     friend class VideoServiceUriFetch;
   182 
   195 
   183     friend class VideoServicePlay;
   196     friend class VideoServicePlay;
   184 	
   197