KDEUI
Go to the documentation of this file.
   24 #ifndef K_FONT_DIALOG_H 
   25 #define K_FONT_DIALOG_H 
   79                         const KFontChooser::DisplayFlags& flags =
 
   82                         Qt::CheckState *sizeIsRelativeState = 0 );
 
   92   void setFont( 
const QFont &font, 
bool onlyFixed = 
false );
 
  105   void setSizeIsRelative( Qt::CheckState relative );
 
  111   Qt::CheckState sizeIsRelative() 
const;
 
  133   static int getFont( 
QFont &theFont,
 
  134                       const KFontChooser::DisplayFlags& flags =
 
  137                       Qt::CheckState *sizeIsRelativeState = 0L );
 
  171   static int getFontDiff( 
QFont &theFont,
 
  172                           KFontChooser::FontDiffFlags& diffFlags,
 
  173                           const KFontChooser::DisplayFlags& flags =
 
  176                           Qt::CheckState *sizeIsRelativeState = 0L );
 
  197   static int getFontAndText( 
QFont &theFont, 
QString &theString,
 
  198                              const KFontChooser::DisplayFlags& flags =
 
  201                              Qt::CheckState *sizeIsRelativeState = 0L );
 
  209   void fontSelected( 
const QFont &font );
 
A dialog base class with standard buttons and predefined layouts. 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:14 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.