Eneboo - Documentación para desarrolladores
|
#include <FLCodBar.h>
Métodos públicos | |
FLCodBar (const QString &value, int type, int margin, double scale, double cut, int rotation, bool text_flag=false, QColor fg=Qt::black, QColor bg=Qt::white, int res=72) | |
FLCodBar (barcodeData *data) | |
FLCodBar () | |
~FLCodBar () | |
QPixmap | pixmap () |
QPixmap | pixmapError () |
QString | value () |
int | type () |
int | margin () |
double | scale () |
double | cut () |
bool | text () |
int | rotation () |
QColor | fg () |
QColor | bg () |
int | res () |
void | setData (barcodeData *d) |
bool | validBarcode () |
void | setCaption (const QString &caption) |
QString | caption () |
void | setValue (const QString &value) |
void | setType (const int type) |
void | setMargin (const int margin) |
void | setScale (const double scale) |
void | setCut (const double cut) |
void | setText (const bool text) |
void | setRotation (const int rotation) |
void | setFg (const QColor &fg) |
void | setBg (const QColor &bg) |
void | setRes (const int res) |
barcodeData | data () |
void | fillDefault (barcodeData *data) |
void | cleanUp () |
Métodos públicos estáticos | |
static int | nameToType (const QString &name) |
static QString | typeToName (const int type) |
Slots protegidos | |
void | readPixmapStdout () |
void | writingStdoutFinished () |
FLCodBar::FLCodBar | ( | const QString & | value, |
int | type, | ||
int | margin, | ||
double | scale, | ||
double | cut, | ||
int | rotation, | ||
bool | text_flag = false , |
||
QColor | fg = Qt::black , |
||
QColor | bg = Qt::white , |
||
int | res = 72 |
||
) |
FLCodBar::FLCodBar | ( | barcodeData * | data | ) |
FLCodBar::FLCodBar | ( | ) |
FLCodBar::~FLCodBar | ( | ) |
QColor FLCodBar::bg | ( | ) | [inline] |
QString FLCodBar::caption | ( | ) | [inline] |
void FLCodBar::cleanUp | ( | ) |
double FLCodBar::cut | ( | ) | [inline] |
barcodeData FLCodBar::data | ( | ) | [inline] |
QColor FLCodBar::fg | ( | ) | [inline] |
void FLCodBar::fillDefault | ( | barcodeData * | data | ) |
int FLCodBar::margin | ( | ) | [inline] |
QPixmap FLCodBar::pixmap | ( | ) |
QPixmap FLCodBar::pixmapError | ( | ) |
void FLCodBar::readPixmapStdout | ( | ) | [protected, slot] |
int FLCodBar::res | ( | ) | [inline] |
int FLCodBar::rotation | ( | ) | [inline] |
double FLCodBar::scale | ( | ) | [inline] |
void FLCodBar::setBg | ( | const QColor & | bg | ) | [inline] |
void FLCodBar::setCaption | ( | const QString & | caption | ) | [inline] |
void FLCodBar::setCut | ( | const double | cut | ) | [inline] |
void FLCodBar::setData | ( | barcodeData * | d | ) | [inline] |
void FLCodBar::setFg | ( | const QColor & | fg | ) | [inline] |
void FLCodBar::setMargin | ( | const int | margin | ) | [inline] |
void FLCodBar::setRes | ( | const int | res | ) | [inline] |
void FLCodBar::setRotation | ( | const int | rotation | ) | [inline] |
void FLCodBar::setScale | ( | const double | scale | ) | [inline] |
void FLCodBar::setText | ( | const bool | text | ) | [inline] |
void FLCodBar::setType | ( | const int | type | ) | [inline] |
void FLCodBar::setValue | ( | const QString & | value | ) | [inline] |
bool FLCodBar::text | ( | ) | [inline] |
int FLCodBar::type | ( | ) | [inline] |
bool FLCodBar::validBarcode | ( | ) | [inline] |
QString FLCodBar::value | ( | ) | [inline] |
void FLCodBar::writingStdoutFinished | ( | ) | [protected, slot] |