#include "qlcdnumber.h"
#include "qbitarray.h"
#include "qpainter.h"
'defines' |
#define | LINETO(X, Y) addPoint( a, QPoint(pt.x() + (X),pt.y() + (Y))) |
#define | LIGHT |
#define | DARK |
#define | LINETO(X, Y) p.lineTo(QPoint(pt.x() + (X),pt.y() + (Y))) |
#define | LIGHT p.setPen(lightColor) |
#define | DARK p.setPen(darkColor) |
Documentación de los 'defines'
#define DARK p.setPen(darkColor) |
#define LIGHT p.setPen(lightColor) |
#define LINETO |
( |
|
X, |
|
|
|
Y |
|
) |
| p.lineTo(QPoint(pt.x() + (X),pt.y() + (Y))) |
#define LINETO |
( |
|
X, |
|
|
|
Y |
|
) |
| addPoint( a, QPoint(pt.x() + (X),pt.y() + (Y))) |