Kross
Go to the documentation of this file.
25 #include <QtCore/QModelIndex>
26 #include <QtGui/QSortFilterProxyModel>
32 class ActionCollection;
33 class ActionCollectionModelItem;
61 virtual int columnCount(
const QModelIndex& parent = QModelIndex())
const;
62 virtual int rowCount(
const QModelIndex& parent = QModelIndex())
const;
63 virtual QModelIndex index(
int row,
int column,
const QModelIndex& parent = QModelIndex())
const;
64 virtual QModelIndex parent(
const QModelIndex& index)
const;
65 virtual Qt::ItemFlags flags(
const QModelIndex &index)
const;
66 virtual QVariant data(
const QModelIndex& index,
int role = Qt::DisplayRole)
const;
67 virtual bool setData(
const QModelIndex &index,
const QVariant &value,
int role = Qt::EditRole);
69 virtual bool insertRows(
int row,
int count,
const QModelIndex& parent = QModelIndex());
70 virtual bool removeRows(
int row,
int count,
const QModelIndex& parent = QModelIndex());
71 virtual bool insertColumns(
int column,
int count,
const QModelIndex& parent = QModelIndex());
72 virtual bool removeColumns(
int column,
int count,
const QModelIndex& parent = QModelIndex());
76 virtual QMimeData* mimeData(
const QModelIndexList& indexes)
const;
77 virtual bool dropMimeData(
const QMimeData* data, Qt::DropAction action,
int row,
int column,
const QModelIndex& parent);
79 virtual Qt::DropActions supportedDropActions()
const;
82 QModelIndex indexForAction(
Action *action )
const;
90 static Action* action(
const QModelIndex& index);
106 void slotDataChanged(
Action* );
138 virtual bool filterAcceptsRow(
int source_row,
const QModelIndex& source_parent)
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:20:37 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.