FontButton Class Reference

#include <FontButton.h>

List of all members.

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


Detailed Description

Definition at line 30 of file FontButton.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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 (  ) 

Definition at line 66 of file FontButton.cpp.

References changed.

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().


Member Data Documentation

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().


The documentation for this class was generated from the following files: