imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailcenrep.h
changeset 30 b67379558a75
parent 14 2edacbf5d3f9
child 58 9e8b0cc88842
equal deleted inserted replaced
29:4bdfb6b5c9b4 30:b67379558a75
   140          */
   140          */
   141         EBmp
   141         EBmp
   142     };
   142     };
   143     
   143     
   144 public:
   144 public:
   145     enum TThumbnailSourceType { EUnknownSourceType, EImage, EVideo, EAudio };
   145     enum TThumbnailSourceType { EUnknownSourceType, EImage, EVideo, EAudio, EContact };
   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; 
   207 };
   210 };
   208 
   211 
   209 #endif // THUMBNAILCENREP_H
   212 #endif // THUMBNAILCENREP_H