liblancelot
Go to the documentation of this file.
20 #ifndef LANCELOT_ACTION_TREE_MODEL_PROXY_H
21 #define LANCELOT_ACTION_TREE_MODEL_PROXY_H
34 QString title = QString(), QIcon icon = QIcon());
46 L_Override QString description(
int index)
const;
49 L_Override bool hasContextActions(
int index)
const;
51 L_Override void contextActivate(
int index, QAction * context);
52 L_Override QMimeData * mimeData(
int index)
const;
54 Qt::DropActions & actions, Qt::DropAction & defaultAction);
55 L_Override bool dataDropAvailable(
int where,
const QMimeData * mimeData);
56 L_Override void dataDropped(
int where,
const QMimeData * mimeData);
57 L_Override void dataDragFinished(
int index, Qt::DropAction action);
62 void itemActivated(
int index);
65 void itemInserted(
int index);
66 void itemDeleted(
int index);
67 void itemAltered(
int index);
This class represents a list data model.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Oct 13 2014 22:55:07 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.