~sylvain-pineau/checkbox/bug934051

« back to all changes in this revision

Viewing changes to qt/frontend/treemodel.h

  • Committer: Daniel Manrique
  • Date: 2012-02-15 17:05:30 UTC
  • mfrom: (1251.1.1 checkbox-select-all)
  • Revision ID: daniel.manrique@canonical.com-20120215170530-nranethv6zzm5dlm
Merged implementation of select/deselect all controls

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    void warn();
12
12
    bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole);
13
13
    void setInteraction(bool value);
 
14
    void selectAll(bool select = true);
14
15
    QErrorMessage *m_messageBox;
15
16
};
16
17