#include <FontButton.h>
Public Slots | |
| void | fontDialog () |
Signals | |
| void | valueChanged () |
Public Member Functions | |
| FontButton (QWidget *, QFont &) | |
| ~FontButton () | |
| void | getFont (QFont &) |
| void | setFontButton () |
| bool | isChanged () |
Private Attributes | |
| QFont | font |
| bool | changed |
Definition at line 30 of file FontButton.h.
| FontButton::FontButton | ( | QWidget * | w, | |
| QFont & | f | |||
| ) |
Definition at line 25 of file FontButton.cpp.
References changed, font, fontDialog(), and setFontButton().
| FontButton::~FontButton | ( | ) |
Definition at line 36 of file FontButton.cpp.
| void FontButton::getFont | ( | QFont & | d | ) |
Definition at line 45 of file FontButton.cpp.
References font.
Referenced by PrefDialog::getFont(), and Preferences::slotSave().
| void FontButton::setFontButton | ( | ) |
Definition at line 40 of file FontButton.cpp.
References font.
Referenced by FontButton(), and fontDialog().
| bool FontButton::isChanged | ( | ) |
| void FontButton::fontDialog | ( | ) | [slot] |
Definition at line 50 of file FontButton.cpp.
References changed, font, setFontButton(), and valueChanged().
Referenced by FontButton().
| void FontButton::valueChanged | ( | ) | [signal] |
Referenced by fontDialog().
QFont FontButton::font [private] |
Definition at line 49 of file FontButton.h.
Referenced by FontButton(), fontDialog(), getFont(), and setFontButton().
bool FontButton::changed [private] |
Definition at line 50 of file FontButton.h.
Referenced by FontButton(), fontDialog(), and isChanged().