#include </home/evins/glbarcode/glbarcode/BarcodeEan13.hpp>
|
| | Barcode1dBase () |
| |
| | Barcode () |
| |
| void | clear () |
| |
| void | addLine (double x, double y, double w, double h) |
| |
| void | addBox (double x, double y, double w, double h) |
| |
| void | addText (double x, double y, double size, const std::string &text, HAlign halign=H_ALIGN_CENTER) |
| |
| void | addRing (double x, double y, double r, double w) |
| |
| void | addHexagon (double x, double y, double h) |
| |
| void | setIsEmpty (bool value) |
| |
| void | setIsDataValid (bool value) |
| |
| void | setWidth (double w) |
| |
| void | setHeight (double h) |
| |
| int | mEndBarsModules |
| |
| int | mFirstDigitVal |
| |
EAN-13 barcode, implements BarcodeUpcBase
◆ BarcodeEan13()
| glbarcode::BarcodeEan13::BarcodeEan13 |
( |
| ) |
|
◆ create()
| static Barcode * glbarcode::BarcodeEan13::create |
( |
| ) |
|
|
static |
Static EAN-13 barcode creation method
Used by glbarcode::BarcodeFactory
The documentation for this class was generated from the following file: