libkdepim
KPIM::KPrefsWidFont Class Reference
#include <kprefsdialog.h>

Detailed Description
Widgets for font settings in KPrefsDialog.This class provides a control element for configuring font values. It is meant to be used by KPrefsDialog. The user is responsible for the layout management.
Definition at line 326 of file kprefsdialog.h.
Public Member Functions | |
| QPushButton * | button () |
| KPrefsWidFont (KConfigSkeleton::ItemFont *item, QWidget *parent=0, const QString &sampleText=QString()) | |
| QLabel * | label () |
| QFrame * | preview () |
| void | readConfig () |
| void | writeConfig () |
| ~KPrefsWidFont () | |
Protected Slots | |
| void | selectFont () |
Constructor & Destructor Documentation
| KPrefsWidFont::KPrefsWidFont | ( | KConfigSkeleton::ItemFont * | item, | |
| QWidget * | parent = 0, |
|||
| const QString & | sampleText = QString() | |||
| ) | [explicit] |
Create a font value control element consisting of a test field and a button for opening a font dialog.
- Parameters:
-
item The KConfigSkeletonItem representing the preferences entry. parent Parent widget. sampleText Sample text for previewing the selected font.
Definition at line 223 of file kprefsdialog.cpp.
| KPrefsWidFont::~KPrefsWidFont | ( | ) |
Member Function Documentation
| QPushButton * KPrefsWidFont::button | ( | ) |
| QLabel * KPrefsWidFont::label | ( | ) |
| QFrame * KPrefsWidFont::preview | ( | ) |
| void KPrefsWidFont::readConfig | ( | ) | [virtual] |
This function is called to read value of the setting from the stored configuration and display it in the widget.
Implements KPIM::KPrefsWid.
Definition at line 245 of file kprefsdialog.cpp.
| void KPrefsWidFont::selectFont | ( | ) | [protected, slot] |
Definition at line 270 of file kprefsdialog.cpp.
| void KPrefsWidFont::writeConfig | ( | ) | [virtual] |
This function is called to write the current setting of the widget to the stored configuration.
Implements KPIM::KPrefsWid.
Definition at line 250 of file kprefsdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference