Kross
model.h
Go to the documentation of this file.
52 Icons = 1,
53 ToolTips = 2,
54 UserCheckable = 4
58 explicit ActionCollectionModel(QObject* parent, ActionCollection* collection = 0, Mode mode = Mode(Icons|ToolTips));
77 virtual bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
The ActionCollectionModel class implements a QAbstractItemModel to provide a model for views of a Act...
Definition: model.h:46
The ActionCollectionProxyModel class implements a QSortFilterProxyModel for a ActionCollectionModel i...
Definition: model.h:128
The Action class is an abstract container to deal with scripts like a single standalone script file...
Definition: action.h:94
The ActionCollection class manages collections of Action instances.
Definition: actioncollection.h:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.