classicui_pub/hierarchical_lists_api/inc/aknsinglecolumnstyletreelist.h
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   126         /** Item appears non-empty. Applicable to subtitle rows only. */
   126         /** Item appears non-empty. Applicable to subtitle rows only. */
   127         ENonEmpty   = 0x08,
   127         ENonEmpty   = 0x08,
   128         /** Emphasis. Applicable to core data rows only. */
   128         /** Emphasis. Applicable to core data rows only. */
   129         EEmphasis   = 0x10,
   129         EEmphasis   = 0x10,
   130         /** Item is not markable. */
   130         /** Item is not markable. */
   131         EMarkingDisabled = 0x20
   131         EMarkingDisabled = 0x20,
       
   132         /** Item has smiley. For core data row, just first column gets it*/
       
   133         ESmileyIcon = 0x40,
       
   134         /** Same as ESmileyIcon. Specify second column of core data row get it.n*/
       
   135         ESmileyIconSecond = 0x80
   132         };
   136         };
   133 
   137 
   134     /** Icon types usable with single column style hierarchical list.
   138     /** Icon types usable with single column style hierarchical list.
   135         Highlighted icons are used when item is focused, and normal icons are
   139         Highlighted icons are used when item is focused, and normal icons are
   136         used when item is not focused, or corresponding highlighted icon is
   140         used when item is not focused, or corresponding highlighted icon is