contentstorage/caclient/inc/caitemmodel_p.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 109 e0aa398e6810
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    71 
    71 
    72 private:
    72 private:
    73 
    73 
    74     // Function declarations
    74     // Function declarations
    75     void updateParentEntry();
    75     void updateParentEntry();
    76     void updateItemData(int id);
    76     void updateItemData(const QSharedPointer<CaEntry> &entry);
    77     void addItem(int id);
    77     void addItem(int id);
    78     void addItemBlock(const QList<int> &itemsList);
    78     void addItemBlock(const QList<int> &itemsList);
    79     void handleAddItems(const QList<int> &itemsList);
    79     void handleAddItems(const QList<int> &itemsList);
    80     int itemRow(int id);
    80     int itemRow(int id);
    81     void removeItem(int id);
    81     void removeItem(int id);
    87     void emitEmpty(int previousCount);
    87     void emitEmpty(int previousCount);
    88 
    88 
    89 private slots:
    89 private slots:
    90 
    90 
    91     // Function declarations
    91     // Function declarations
    92     void updateModelItem(int id, ChangeType changeType);
    92     void updateModelItem(const CaEntry &entry, ChangeType changeType);
    93     void updateModelContent(int id);
    93     void updateModelContent(int id);
    94 
    94 
    95 private:
    95 private:
    96     // data
    96     // data
    97 
    97