imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailcenrep.h
branchRCL_3
changeset 20 2b4b06654caa
parent 7 2eb74cf6572e
equal deleted inserted replaced
19:f759b6186ab5 20:2b4b06654caa
   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