#include <stdio.h>
#include <qstring.h>
Ir al código fuente de este archivo.
Clases |
struct | Barcode_Item |
'defines' |
#define | BARCODE_VERSION "0.98" |
#define | BARCODE_VERSION_INT 9800 |
#define | BARCODE_DEFAULT_FLAGS 0x00000000 |
#define | BARCODE_ENCODING_MASK 0x000000ff |
#define | BARCODE_NO_ASCII 0x00000100 |
#define | BARCODE_NO_CHECKSUM 0x00000200 |
#define | BARCODE_OUTPUT_MASK 0x000ff000 |
#define | BARCODE_OUT_EPS 0x00001000 |
#define | BARCODE_OUT_PS 0x00002000 |
#define | BARCODE_OUT_PCL 0x00004000 |
#define | BARCODE_OUT_PCL_III 0x0000C000 |
#define | BARCODE_OUT_NOHEADERS 0x00100000 |
#define | BARCODE_DEFAULT_MARGIN 10 |
Enumeraciones |
enum | {
BARCODE_ANY = 0,
BARCODE_EAN,
BARCODE_UPC,
BARCODE_ISBN,
BARCODE_39,
BARCODE_128,
BARCODE_128C,
BARCODE_128B,
BARCODE_I25,
BARCODE_128RAW,
BARCODE_CBR,
BARCODE_MSI,
BARCODE_PLS,
BARCODE_93
} |
Funciones |
struct Barcode_Item * | Barcode_Create (char *text) |
int | Barcode_Delete (struct Barcode_Item *bc) |
int | Barcode_Encode (struct Barcode_Item *bc, int flags) |
int | Barcode_Print (struct Barcode_Item *bc, QString *f, int flags) |
int | Barcode_Position (struct Barcode_Item *bc, int wid, int hei, int xoff, int yoff, double scalef) |
int | Barcode_Encode_and_Print (char *text, QString *f, int wid, int hei, int xoff, int yoff, int flags) |
int | Barcode_Version (char *versionname) |
Documentación de los 'defines'
#define BARCODE_DEFAULT_FLAGS 0x00000000 |
#define BARCODE_DEFAULT_MARGIN 10 |
#define BARCODE_ENCODING_MASK 0x000000ff |
#define BARCODE_NO_ASCII 0x00000100 |
#define BARCODE_NO_CHECKSUM 0x00000200 |
#define BARCODE_OUT_EPS 0x00001000 |
#define BARCODE_OUT_NOHEADERS 0x00100000 |
#define BARCODE_OUT_PCL 0x00004000 |
#define BARCODE_OUT_PCL_III 0x0000C000 |
#define BARCODE_OUT_PS 0x00002000 |
#define BARCODE_OUTPUT_MASK 0x000ff000 |
#define BARCODE_VERSION "0.98" |
#define BARCODE_VERSION_INT 9800 |
Documentación de las enumeraciones
- Valores de enumeraciones:
BARCODE_ANY |
|
BARCODE_EAN |
|
BARCODE_UPC |
|
BARCODE_ISBN |
|
BARCODE_39 |
|
BARCODE_128 |
|
BARCODE_128C |
|
BARCODE_128B |
|
BARCODE_I25 |
|
BARCODE_128RAW |
|
BARCODE_CBR |
|
BARCODE_MSI |
|
BARCODE_PLS |
|
BARCODE_93 |
|
Documentación de las funciones
int Barcode_Version |
( |
char * |
versionname | ) |
|