Public Member Functions | |
TXlfd (const char *fontName) | |
TXlfd (const char *fontFamily, Int_t isFontBold, Int_t isFontItalic=-1) | |
TXlfd (const QString &fontFamily, Int_t isFontBold, Int_t isFontItalic) | |
TXlfd (const QString &fontName) | |
void | Init (const QString &fontName) |
void | Init (const QString &fontFamily, Int_t isFontBold, Int_t isFontItalic=-1, Int_t pointSize=-1, Int_t pixelSize=-1) |
Int_t | SetPointSize (Int_t pointSize) |
bool | operator== (const TXlfd &xlfd) const |
bool | operator!= (const TXlfd &xlfd) const |
QString | ToString () const |
Public Attributes | |
QString | fFontFoundry |
QString | fFontFamily |
Int_t | fIsFontBold |
Int_t | fIsFontItalic |
Int_t | fPointSize |
Int_t | fPixelSize |
Definition at line 611 of file GQtGUI.cxx.
TXlfd::TXlfd | ( | const char * | fontName | ) | [inline] |
TXlfd::TXlfd | ( | const QString & | fontName | ) | [inline] |
void TXlfd::Init | ( | const QString & | fontName | ) | [inline] |
Definition at line 635 of file GQtGUI.cxx.
References fFontFamily, fFontFoundry, fIsFontBold, fIsFontItalic, fPixelSize, fPointSize, and ok.
Referenced by TXlfd().
void TXlfd::Init | ( | const QString & | fontFamily, | |
Int_t | isFontBold, | |||
Int_t | isFontItalic = -1 , |
|||
Int_t | pointSize = -1 , |
|||
Int_t | pixelSize = -1 | |||
) | [inline] |
Definition at line 661 of file GQtGUI.cxx.
References fFontFamily, fFontFoundry, fIsFontBold, fIsFontItalic, fPixelSize, fPointSize, and SetPointSize().
Definition at line 674 of file GQtGUI.cxx.
References FALSE, fFontFamily, and fPointSize.
Referenced by Init(), and TGQt::ListFonts().
bool TXlfd::operator== | ( | const TXlfd & | xlfd | ) | const [inline] |
Definition at line 686 of file GQtGUI.cxx.
References fFontFamily, fFontFoundry, fIsFontBold, fIsFontItalic, fPixelSize, and fPointSize.
Referenced by operator!=().
bool TXlfd::operator!= | ( | const TXlfd & | xlfd | ) | const [inline] |
QString TXlfd::ToString | ( | ) | const [inline] |
Definition at line 697 of file GQtGUI.cxx.
References fFontFamily, fFontFoundry, fIsFontBold, fIsFontItalic, fPixelSize, fPointSize, and number.
Referenced by TGQt::ListFonts().
QString TXlfd::fFontFoundry |
QString TXlfd::fFontFamily |
Definition at line 615 of file GQtGUI.cxx.
Referenced by Init(), operator==(), SetPointSize(), and ToString().
Definition at line 618 of file GQtGUI.cxx.
Referenced by Init(), operator==(), SetPointSize(), and ToString().