#include </home/clem/local/src/opie/noncore/games/kpacman/bitfont.h>
Public Member Functions | |
| Bitfont (QString fontname, uchar firstChar, uchar lastChar) | |
| QPixmap | text (QString str, QColor fg=BLACK, QColor bg=QColor()) |
| QRect | rect (QString str) |
| int | width () |
| int | height () |
| uchar | firstChar () |
| uchar | lastChar () |
Private Attributes | |
| QBitmap | font |
| int | fontWidth |
| int | fontHeight |
| uchar | fontFirstChar |
| uchar | fontLastChar |
|
||||||||||||||||
|
Definition at line 3 of file bitfont.cpp. References font, fontFirstChar, fontHeight, fontLastChar, fontWidth, and QString::isEmpty(). |
|
|
Definition at line 53 of file bitfont.cpp. References fontFirstChar. Referenced by Score::keyPressEvent(), Score::read(), Score::Score(), and Score::setScheme(). |
|
|
Definition at line 68 of file bitfont.cpp. References fontHeight. Referenced by KpacmanWidget::confScheme(), Score::rect(), Painter::rect(), and KpacmanWidget::resizeEvent(). |
|
|
Definition at line 58 of file bitfont.cpp. References fontLastChar. Referenced by Score::keyPressEvent(), Score::read(), Score::Score(), and Score::setScheme(). |
|
|
Definition at line 19 of file bitfont.cpp. References fontHeight, and fontWidth. Referenced by Score::paintEvent(), Score::rect(), Painter::rect(), and Score::setPause(). |
|
||||||||||||||||
|
Definition at line 24 of file bitfont.cpp. References bitBlt(), QString::data(), font, fontFirstChar, fontHeight, fontLastChar, fontWidth, i, QString::length(), s, and TRUE. Referenced by Painter::draw(), Score::paintEvent(), and Painter::textPixmap(). |
|
|
Definition at line 63 of file bitfont.cpp. References fontWidth. Referenced by KpacmanWidget::confScheme(), Score::rect(), and Painter::rect(). |
|
|
|
|
|
Definition at line 26 of file bitfont.h. Referenced by Bitfont(), firstChar(), and text(). |
|
|
|
|
|
Definition at line 27 of file bitfont.h. Referenced by Bitfont(), lastChar(), and text(). |
|
|
|
1.4.2