videocollection/videocollectionwrapper/tsrc/testvideosortfilterproxymodel/stub/inc/videocollectionclient.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 50 21fe8338c6bf
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
   106     /**
   106     /**
   107      * calls collection to go back to collection level
   107      * calls collection to go back to collection level
   108      * 
   108      * 
   109      */
   109      */
   110     int back();
   110     int back();
       
   111     
       
   112     /**
       
   113      * returns mRenameAlbumReturnValue
       
   114      */
       
   115     int renameAlbum(const TMPXItemId &albumId, const QString &newTitle);    
   111 
   116 
   112 public:
   117 public:
   113     static bool mFailInit;
   118     static bool mFailInit;
   114     static bool mFailStartOpen;
   119     static bool mFailStartOpen;
   115     static bool mFailMediaPlayback;
   120     static bool mFailMediaPlayback;
   120     static TVcxMyVideosSortingOrder mSettedSortOrder;
   125     static TVcxMyVideosSortingOrder mSettedSortOrder;
   121     static int mSortOrderSetCount;
   126     static int mSortOrderSetCount;
   122     static QString mAddNewCollectionName;
   127     static QString mAddNewCollectionName;
   123     static QString mAddNewCollectionThumb;
   128     static QString mAddNewCollectionThumb;
   124     static QList<TMPXItemId> mAddNewCollectionIds;
   129     static QList<TMPXItemId> mAddNewCollectionIds;
       
   130     static int mRenameAlbumReturnValue;
       
   131     static int mBackReturnValue;
   125     
   132     
   126 private:
   133 private:
   127 
   134 
   128     /**
   135     /**
   129      * static instance from this class
   136      * static instance from this class