Nepomuk
KTagDisplayWidget Class Reference
#include <ktagdisplaywidget.h>
Inheritance diagram for KTagDisplayWidget:
Public Slots | |
void | addTag (const QString &tag) |
void | addTags (const QStringList &tags) |
void | clear () |
void | setTags (const QStringList &tags) |
Signals | |
void | tagClicked (const QString &tag) |
Public Member Functions | |
KTagDisplayWidget (QWidget *parent=0) | |
~KTagDisplayWidget () | |
Detailed Description
The KTagDisplayWidget shows a list of tags and allows clicking each of them.
Definition at line 31 of file ktagdisplaywidget.h.
Constructor & Destructor Documentation
KTagDisplayWidget::KTagDisplayWidget | ( | QWidget * | parent = 0 | ) |
KTagDisplayWidget::~KTagDisplayWidget | ( | ) |
Member Function Documentation
|
slot |
Add tag to be displayed.
Existing tags with the same name will be overwritten.
|
slot |
Add a set of tags to be displayed.
Existing tags with the same name will be overwritten.
|
slot |
Remove all tags.
|
slot |
Set tags to be displayed.
|
signal |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 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:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.