4 #ifndef BPSDATAMATRIX_H
5 #define BPSDATAMATRIX_H
Public include file for BPS CORE library macros.
#define BPSCORE_EXPORT
Declare class to be an import from the shared library.
Definition: bpscore_global.h:22
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Encoder for Data Matrix bar code.
Definition: bpsdatamatrix.h:19
BpsDataMatrix()
Default constructor.
Shape
Code shapes.
Definition: bpsdatamatrix.h:27
Mode
Mode.
Definition: bpsdatamatrix.h:36
QVector< QVector< bool > > encode(const QString &aText, Shape aShape, Mode aMode)
Encode a text into a matrix.