![]() |
Qt 6.x
The Qt SDK
|
#include "qlcdnumber.h"
#include "qbitarray.h"
#include "qpainter.h"
#include "private/qframe_p.h"
#include "moc_qlcdnumber.cpp"
Go to the source code of this file.
Classes | |
class | QLCDNumberPrivate |
Macros | |
#define | LINETO(X, Y) addPoint(a, QPoint(pt.x() + (X),pt.y() + (Y))) |
#define | LIGHT |
#define | DARK |
#define | LINETO(X, Y) |
#define | LIGHT p.setPen(lightColor) |
#define | DARK p.setPen(darkColor) |
Functions | |
static QString | int2string (int num, int base, int ndigits, bool *oflow) |
static QString | double2string (double num, int base, int ndigits, bool *oflow) |
static const char * | getSegments (char ch) |
static void | addPoint (QPolygon &a, const QPoint &p) |
#define DARK |
#define DARK p.setPen(darkColor) |
#define LIGHT |
#define LIGHT p.setPen(lightColor) |
Definition at line 827 of file qlcdnumber.cpp.
Referenced by QGeoMapPolygonGeometry::updateSourcePoints().
|
static |
Definition at line 169 of file qlcdnumber.cpp.
References QString::asprintf(), base, QLCDNumber::Dec, i, and int2string().
Referenced by QLCDNumber::checkOverflow(), and QLCDNumber::display().
|
static |
Definition at line 197 of file qlcdnumber.cpp.
References ch.
Referenced by QLCDNumberPrivate::drawDigit().
|
static |
Definition at line 112 of file qlcdnumber.cpp.
References QString::asprintf(), base, QLCDNumber::Bin, QLCDNumber::Dec, QLCDNumber::Hex, i, and QLCDNumber::Oct.
Referenced by QLCDNumber::checkOverflow(), QLCDNumber::display(), and double2string().