Kross
model.h
Go to the documentation of this file.
51 None = 0,
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
Definition: action.cpp:36
The ActionCollectionProxyModel class implements a QSortFilterProxyModel for a ActionCollectionModel i...
Definition: model.h:128
Mode
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-2015 The KDE developers.
Generated on Tue Sep 22 2015 14:05:20 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2015 The KDE developers.
Generated on Tue Sep 22 2015 14:05:20 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.