uigraphics/AknIcon/srvinc/AknIconSrvDef.h
branchCompilerCompatibility
changeset 37 99825dc91d83
parent 0 05e9090e2422
equal deleted inserted replaced
34:d85d729aebdc 37:99825dc91d83
    78         EFlagMbmIcon             = 0x0002,
    78         EFlagMbmIcon             = 0x0002,
    79         EFlagExcludeFromCache    = 0x0004, // do not cache dynamically
    79         EFlagExcludeFromCache    = 0x0004, // do not cache dynamically
    80         EFlagDisableCompression  = 0x0008  // disable bitmap compression
    80         EFlagDisableCompression  = 0x0008  // disable bitmap compression
    81         };
    81         };
    82         
    82         
    83     TAknIconParams::TAknIconParams():iFlags(0)
    83     TAknIconParams():iFlags(0)
    84         {        
    84         {        
    85         }
    85         }
    86 
    86 
    87     TBool IsDefaultIconDirUsed() const
    87     TBool IsDefaultIconDirUsed() const
    88         {
    88         {