knode
KNode::AppearanceWidget::FontListItem Class Reference
#include <knconfigwidgets.h>
Inheritance diagram for KNode::AppearanceWidget::FontListItem:
Public Member Functions | |
FontListItem (const QString &text, const QFont &font, QListWidget *parent=0) | |
const QFont & | font () |
void | setFont (const QFont &font) |
Detailed Description
Font list view item.
Definition at line 188 of file knconfigwidgets.h.
Constructor & Destructor Documentation
KNode::AppearanceWidget::FontListItem::FontListItem | ( | const QString & | text, |
const QFont & | font, | ||
QListWidget * | parent = 0 |
||
) |
Create a new font list view item.
- Parameters
-
text The item text. font The selected font for this item. parent The list widget this item is shown in.
Definition at line 374 of file knconfigwidgets.cpp.
Member Function Documentation
|
inline |
Returns the current font.
Definition at line 198 of file knconfigwidgets.h.
void KNode::AppearanceWidget::FontListItem::setFont | ( | const QFont & | font | ) |
Sets the current font.
- Parameters
-
font The new font.
Definition at line 382 of file knconfigwidgets.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 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:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.