Nepomuk
Nepomuk::TagCloud Class Reference
Tag cloud widget that displays all tags stored in the local Nepomuk store. More...
#include <kmetadatatagcloud.h>
Inheritance diagram for Nepomuk::TagCloud:

Public Slots | |
void | setAutoUpdate (bool enable) |
void | updateTags () |
Signals | |
void | tagClicked (Tag) |
Public Member Functions | |
bool | autoUpdate () const |
TagCloud (QWidget *parent=0) | |
~TagCloud () |
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
void Nepomuk::TagCloud::setAutoUpdate | ( | bool | enable | ) | [slot] |
If auto updating is enabled the tag cloud is updated regularly to keep in sync with the local Nepomuk store.
- See also:
- updateTags
void Nepomuk::TagCloud::tagClicked | ( | Tag | ) | [signal] |
This signal is emitted whenever a tag is clicked.
- See also:
- KTagCloudWidget::tagClicked
void Nepomuk::TagCloud::updateTags | ( | ) | [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: