tsdevicedialog/tsdevicedialogplugin/src/tstasksgriditem.cpp
changeset 112 dbfb5e38438b
parent 107 b34d53f6acdf
child 116 305818acdca4
equal deleted inserted replaced
107:b34d53f6acdf 112:dbfb5e38438b
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
       
    17 #include "tstasksgriditem.h"
       
    18 
    17 #include <HbPushButton>
    19 #include <HbPushButton>
    18 #include <HbAbstractItemView>
    20 #include <HbAbstractItemView>
    19 #include <HbFrameItem>
    21 #include <HbFrameItem>
    20 #include <HbTextItem>
    22 #include <HbTextItem>
    21 #include <HbIconItem>
    23 #include <HbIconItem>
    22 #include <HbStyleLoader>
    24 #include <HbStyleLoader>
    23 
    25 
    24 #include "tstasksgriditem.h"
       
    25 #include "tsdataroles.h"
    26 #include "tsdataroles.h"
    26 
    27 
    27 /*!
    28 /*!
    28     \class TsTasksGridItem
    29     \class TsTasksGridItem
    29     \ingroup group_tsdevicedialogplugin
    30     \ingroup group_tsdevicedialogplugin
    30     \brief Item that should be presented in grid.
    31     \brief Item that should be presented in grid.
    31 */
    32 */
    32 
       
    33 
    33 
    34 TsTasksGridItem::TsTasksGridItem() 
    34 TsTasksGridItem::TsTasksGridItem() 
    35 : 
    35 : 
    36 HbAbstractViewItem(), 
    36 HbAbstractViewItem(), 
    37 mScreenshotLabel(0), 
    37 mScreenshotLabel(0),