Nepomuk
Nepomuk::TagCloud Class Reference
#include <kmetadatatagcloud.h>
Inheritance diagram for Nepomuk::TagCloud:

Public Slots | |
| void | setAutoUpdate (bool enable) |
| void | updateTags () |
Public Slots inherited from KTagCloudWidget | |
| void | addTag (const QString &tag, int weight) |
| void | addTags (const QMap< QString, int > &tags) |
| void | clear () |
| void | setMaxFontSize (int pointSize) |
| void | setMinFontSize (int pointSize) |
Signals | |
| void | tagClicked (Tag) |
Signals inherited from KTagCloudWidget | |
| void | tagClicked (const QString &tag) |
Public Member Functions | |
| TagCloud (QWidget *parent=0) | |
| ~TagCloud () | |
| bool | autoUpdate () const |
Public Member Functions inherited from KTagCloudWidget | |
| KTagCloudWidget (QWidget *parent=0) | |
| ~KTagCloudWidget () | |
| int | tagWeight (const QString &tag) const |
Additional Inherited Members | |
Protected Member Functions inherited from KTagCloudWidget | |
| void | resizeEvent (QResizeEvent *e) |
Detailed Description
Tag cloud widget that displays all tags stored in the local Nepomuk store.
Definition at line 35 of file kmetadatatagcloud.h.
Constructor & Destructor Documentation
| Nepomuk::TagCloud::TagCloud | ( | QWidget * | parent = 0 | ) |
Create a new TagCloud widget.
The widget will be populated immediately.
| Nepomuk::TagCloud::~TagCloud | ( | ) |
Member Function Documentation
| bool Nepomuk::TagCloud::autoUpdate | ( | ) | const |
- Returns
- true if auto updating is enabled (the default).
- See also
- setAutoUpdate
|
slot |
If auto updating is enabled the tag cloud is updated regularly to keep in sync with the local Nepomuk store.
- See also
- updateTags
|
signal |
This signal is emitted whenever a tag is clicked.
- See also
- KTagCloudWidget::tagClicked
|
slot |
Update the tag cloud, ie.
reload all tags from the store and recalculate their importance.
There is no need to call this unless auto updating is disabled.
- See also
- setAutoUpdate
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.
KDE API Reference
Public Slots inherited from