imagehandlingutilities/thumbnailmanager/inc/thumbnailmanagerprivatecrkeys.h
branchRCL_3
changeset 58 9e8b0cc88842
parent 38 2b4b06654caa
equal deleted inserted replaced
50:60bb012f1157 58:9e8b0cc88842
    42 const TUint32 KSizeAudioGridHeight = 0x13;
    42 const TUint32 KSizeAudioGridHeight = 0x13;
    43 const TUint32 KSizeAudioListWidth = 0x14;
    43 const TUint32 KSizeAudioListWidth = 0x14;
    44 const TUint32 KSizeAudioListHeight = 0x15;
    44 const TUint32 KSizeAudioListHeight = 0x15;
    45 const TUint32 KSizeAudioFullscreenWidth = 0x16;
    45 const TUint32 KSizeAudioFullscreenWidth = 0x16;
    46 const TUint32 KSizeAudioFullscreenHeight = 0x17;
    46 const TUint32 KSizeAudioFullscreenHeight = 0x17;
    47 const TUint32 KSizeContactListWidth = 0x18;
       
    48 const TUint32 KSizeContactListHeight = 0x19;
       
    49 const TUint32 KSizeContactGridWidth = 0x20;
       
    50 const TUint32 KSizeContactGridHeight = 0x21;
       
    51 const TUint32 KSizeContactFullscreenWidth = 0x22;
       
    52 const TUint32 KSizeContactFullscreenHeight = 0x23;
       
    53 
    47 
    54 const TUint32 KAutoCreateImageGrid = 0x100;
    48 const TUint32 KAutoCreateImageGrid = 0x100;
    55 const TUint32 KAutoCreateImageList = 0x101;
    49 const TUint32 KAutoCreateImageList = 0x101;
    56 const TUint32 KAutoCreateImageFullscreen = 0x102;
    50 const TUint32 KAutoCreateImageFullscreen = 0x102;
    57 const TUint32 KAutoCreateVideoGrid = 0x103;
    51 const TUint32 KAutoCreateVideoGrid = 0x103;
    58 const TUint32 KAutoCreateVideoList = 0x104;
    52 const TUint32 KAutoCreateVideoList = 0x104;
    59 const TUint32 KAutoCreateVideoFullscreen = 0x105;
    53 const TUint32 KAutoCreateVideoFullscreen = 0x105;
    60 const TUint32 KAutoCreateAudioGrid = 0x106;
    54 const TUint32 KAutoCreateAudioGrid = 0x106;
    61 const TUint32 KAutoCreateAudioList = 0x107;
    55 const TUint32 KAutoCreateAudioList = 0x107;
    62 const TUint32 KAutoCreateAudioFullscreen = 0x108;
    56 const TUint32 KAutoCreateAudioFullscreen = 0x108;
    63 const TUint32 KAutoCreateContactGrid = 0x109;
       
    64 const TUint32 KAutoCreateContactList = 0x110;
       
    65 const TUint32 KAutoCreateContactFullscreen = 0x111;
       
    66 
    57 
    67 const TUint32 KColorDepthGrid = 0x200;
    58 const TUint32 KColorDepthGrid = 0x200;
    68 const TUint32 KColorDepthList = 0x201;
    59 const TUint32 KColorDepthList = 0x201;
    69 const TUint32 KColorDepthFullscreen = 0x202;
    60 const TUint32 KColorDepthFullscreen = 0x202;
    70 
    61