uiresources_plat/mif_header_cdl_api/inc/MifHeader.cdl
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 Name: MifHeader
       
     2 Version: 1.0
       
     3 UID: 0x102827ce
       
     4 
       
     5 %% C++
       
     6 
       
     7 // from AknIconLoader.h
       
     8 // In MIF file version 2+, bitmap icons are identified in the bitmap offset array
       
     9 // with iOffset being <=0. In that case, -iOffset means the corresponding MBM ID,
       
    10 // which can be used for CFbsBitmap::Load.
       
    11 
       
    12 struct TMifBitmapOffsetElement
       
    13     {
       
    14     TInt32 iOffset; // pointer to icon. icon = header + data.
       
    15     TInt32 iLength; // combined length of TMifIconHeader and its data.
       
    16     };
       
    17 
       
    18 %% API
       
    19 
       
    20 TCdlArray<TMifBitmapOffsetElement>	indicies;