imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailcenrep.h
branchRCL_3
changeset 58 9e8b0cc88842
parent 38 2b4b06654caa
equal deleted inserted replaced
50:60bb012f1157 58:9e8b0cc88842
   140          */
   140          */
   141         EBmp
   141         EBmp
   142     };
   142     };
   143     
   143     
   144 public:
   144 public:
   145     enum TThumbnailSourceType { EUnknownSourceType, EImage, EVideo, EAudio, EContact };
   145     enum TThumbnailSourceType { EUnknownSourceType, EImage, EVideo, EAudio };
   146     enum TThumbnailSizeType { EUnknownSizeType, EGrid, EList, EFullscreen }; 
   146     enum TThumbnailSizeType { EUnknownSizeType, EGrid, EList, EFullscreen }; 
   147     
   147     
   148 public:
   148 public:
   149     
   149     
   150     /**
   150     /**
   201     TBool iVideoGrid;
   201     TBool iVideoGrid;
   202     TBool iVideoList;
   202     TBool iVideoList;
   203     TBool iVideoFullscreen;
   203     TBool iVideoFullscreen;
   204     TBool iAudioGrid;
   204     TBool iAudioGrid;
   205     TBool iAudioList;
   205     TBool iAudioList;
   206     TBool iAudioFullscreen;
   206     TBool iAudioFullscreen;    
   207     TBool iContactGrid;
       
   208     TBool iContactList;
       
   209     TBool iContactFullscreen; 
       
   210 };
   207 };
   211 
   208 
   212 #endif // THUMBNAILCENREP_H
   209 #endif // THUMBNAILCENREP_H