glbarcode++
 
Loading...
Searching...
No Matches
glbarcode::BarcodeCepnet Class Reference

#include </home/evins/glbarcode/glbarcode/BarcodeCepnet.hpp>

Inheritance diagram for glbarcode::BarcodeCepnet:
Collaboration diagram for glbarcode::BarcodeCepnet:

Static Public Member Functions

static Barcodecreate ()
 
- Static Public Member Functions inherited from glbarcode::BarcodePostnet
static Barcodecreate ()
 

Additional Inherited Members

- Public Member Functions inherited from glbarcode::Barcode1dBase
 ~Barcode1dBase () override
 
Barcodebuild (const std::string &data, double w=0, double h=0) override
 
- Public Member Functions inherited from glbarcode::Barcode
virtual ~Barcode ()
 
 Barcode (const Barcode &)=delete
 
void operator= (const Barcode &)=delete
 
BarcodesetShowText (bool value)
 
bool showText () const
 
BarcodesetChecksum (bool value)
 
bool checksum () const
 
void render (Renderer &renderer)
 
bool isEmpty () const
 
bool isDataValid () const
 
double width () const
 
double height () const
 
- Protected Member Functions inherited from glbarcode::Barcode1dBase
 Barcode1dBase ()
 
virtual std::string preprocess (const std::string &rawData)
 
virtual std::string prepareText (const std::string &rawData)
 
- Protected Member Functions inherited from glbarcode::Barcode
 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)
 

Detailed Description

8 digit CEPNET barcode (Brazilian Post, based on POSTNET), extends BarcodePostnet

Sample Brazilian Post CEPNET Barcode

Input Data Format

Input data requirements are identical to BarcodePostnet, except the validator only accepts 8 digits of input.

See BarcodePostnet.

Member Function Documentation

◆ create()

static Barcode * glbarcode::BarcodeCepnet::create ( )
static

Static CEPNET barcode creation method

Used by glbarcode::BarcodeFactory


The documentation for this class was generated from the following file: