imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailcenrep.h
branchGCC_SURGE
changeset 32 a0ee3f735f8b
parent 30 b67379558a75
child 58 9e8b0cc88842
equal deleted inserted replaced
26:ea43e3e86079 32:a0ee3f735f8b
   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