Nepomuk
#include <ktagcloudwidget.h>
Definition at line 29 of file ktagcloudwidget.h.
◆ KTagCloudWidget()
KTagCloudWidget::KTagCloudWidget |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~KTagCloudWidget()
KTagCloudWidget::~KTagCloudWidget |
( |
| ) |
|
◆ addTag
void KTagCloudWidget::addTag |
( |
const QString & |
tag, |
|
|
int |
weight |
|
) |
| |
|
slot |
Add tag to the cloud using the weight factor weight.
Existing tags with the same name will be overwritten.
◆ addTags
void KTagCloudWidget::addTags |
( |
const QMap< QString, int > & |
tags | ) |
|
|
slot |
Add a set of tags with weight factors.
◆ clear
void KTagCloudWidget::clear |
( |
| ) |
|
|
slot |
Remove all tags from the cloud.
◆ resizeEvent()
void KTagCloudWidget::resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
protected |
◆ setMaxFontSize
void KTagCloudWidget::setMaxFontSize |
( |
int |
pointSize | ) |
|
|
slot |
Set the maximum font size to be used for the most popular tags.
Default is 22.
◆ setMinFontSize
void KTagCloudWidget::setMinFontSize |
( |
int |
pointSize | ) |
|
|
slot |
Set the minimum font size to be used for the most unpopular tags.
Default is 8.
◆ tagClicked
void KTagCloudWidget::tagClicked |
( |
const QString & |
tag | ) |
|
|
signal |
◆ tagWeight()
int KTagCloudWidget::tagWeight |
( |
const QString & |
tag | ) |
const |
Retrieve the weight for a certain tag.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.