homescreensrv_plat/contentstorage_api/caitemmodel.h
changeset 98 d2f833ab7940
parent 96 5d243a69bdda
child 106 e78d6e055a5b
equal deleted inserted replaced
97:1e962b12a8db 98:d2f833ab7940
    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();