liblancelot
Lancelot::CustomListItem Class Referenceabstract
#include <CustomListView.h>
Inheritance diagram for Lancelot::CustomListItem:
Public Member Functions | |
CustomListItem () | |
virtual | ~CustomListItem () |
virtual bool | isSelected () const =0 |
virtual void | setSelected (bool selected=true)=0 |
Detailed Description
All classes that are going to be used in the CustomList must subclass this and QGraphicsWidget.
Definition at line 37 of file CustomListView.h.
Constructor & Destructor Documentation
Lancelot::CustomListItem::CustomListItem | ( | ) |
Definition at line 28 of file CustomListView.cpp.
|
virtual |
Definition at line 32 of file CustomListView.cpp.
Member Function Documentation
|
pure virtual |
Implemented in Lancelot::ActionListViewItem.
|
pure virtual |
Implemented in Lancelot::ActionListViewItem.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:43:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:43:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.