liblancelot
Lancelot::ActionTreeModel Class Referenceabstract
#include <ActionTreeModel.h>
Inheritance diagram for Lancelot::ActionTreeModel:
Public Member Functions | |
ActionTreeModel () | |
virtual | ~ActionTreeModel () |
virtual ActionTreeModel * | child (int index)=0 |
Public Member Functions inherited from Lancelot::ActionListModel | |
ActionListModel () | |
virtual | ~ActionListModel () |
virtual void | contextActivate (int index, QAction *context) |
virtual void | dataDragFinished (int index, Qt::DropAction action) |
virtual bool | dataDropAvailable (int where, const QMimeData *mimeData) |
virtual void | dataDropped (int where, const QMimeData *mimeData) |
virtual QString | description (int index) const |
virtual bool | hasContextActions (int index) const |
virtual QIcon | icon (int index) const |
virtual bool | isCategory (int index) const |
virtual QMimeData * | mimeData (int index) const |
virtual QIcon | selfIcon () const |
virtual QMimeData * | selfMimeData () const |
virtual QString | selfShortTitle () const |
virtual QString | selfTitle () const |
virtual void | setContextActions (int index, Lancelot::PopupMenu *menu) |
virtual void | setDropActions (int index, Qt::DropActions &actions, Qt::DropAction &defaultAction) |
virtual int | size () const =0 |
virtual QString | title (int index) const =0 |
Additional Inherited Members | |
Public Slots inherited from Lancelot::ActionListModel | |
void | activated (int index) |
Signals inherited from Lancelot::ActionListModel | |
void | itemActivated (int index) |
void | itemAltered (int index) |
void | itemDeleted (int index) |
void | itemInserted (int index) |
void | updated () |
Protected Member Functions inherited from Lancelot::ActionListModel | |
virtual void | activate (int index) |
Detailed Description
Definition at line 30 of file ActionTreeModel.h.
Constructor & Destructor Documentation
Lancelot::ActionTreeModel::ActionTreeModel | ( | ) |
Definition at line 25 of file ActionTreeModel.cpp.
|
virtual |
Definition at line 29 of file ActionTreeModel.cpp.
Member Function Documentation
|
pure virtual |
Implemented in Lancelot::StandardActionTreeModel, and Lancelot::ActionTreeModelProxy.
The documentation for this class was generated from the following files:
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
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.