homescreensrv_plat/contentstorage_api/caitemmodel.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 109 e0aa398e6810
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    46         IdRole = Qt::UserRole + 1,
    46         IdRole = Qt::UserRole + 1,
    47         ParentIdRole,
    47         ParentIdRole,
    48         TypeRole,
    48         TypeRole,
    49         FlagsRole,
    49         FlagsRole,
    50         TextRole,//contains title represented as QString,
    50         TextRole,//contains title represented as QString,
    51         FullTextRole //'title description' convinient for operations such as search
    51         FullTextRole, //'title description' convinient for operations such as search
       
    52         UninstalRole  //contains progress status as decimal number in QString
    52     };
    53     };
    53 
    54 
    54     // Function declarations
    55     // Function declarations
    55     CaItemModel(const CaQuery &query, QObject *parent = 0);
    56     CaItemModel(const CaQuery &query, QObject *parent = 0);
    56     ~CaItemModel();
    57     ~CaItemModel();