Eneboo - Documentación para desarrolladores
|
#include <printout.h>
Métodos públicos | |
Box () | |
Box (const QRect &r, const QString &t, const QFont &f, int a) | |
Box (const Box &b) | |
Box & | operator= (const Box &b) |
bool | operator== (const Box &b) const |
Atributos públicos | |
QRect | rect |
QString | text |
QFont | font |
int | align |
PrintOut::Box::Box | ( | ) | [inline] |
PrintOut::Box::Box | ( | const Box & | b | ) | [inline] |