Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <BC_PDF417.h>
Public Member Functions | |
CBC_PDF417 () | |
~CBC_PDF417 () | |
CBC_BarcodeMatrix * | getBarcodeMatrix () |
bool | GenerateBarcodeLogic (WideStringView msg, int32_t errorCorrectionLevel) |
void | setDimensions (int32_t maxCols, int32_t minCols, int32_t maxRows, int32_t minRows) |
Definition at line 18 of file BC_PDF417.h.
|
default |
|
default |
bool CBC_PDF417::GenerateBarcodeLogic | ( | WideStringView | msg, |
int32_t | errorCorrectionLevel ) |
Definition at line 361 of file BC_PDF417.cpp.
References fxcrt::WideString::WideString(), CBC_PDF417ErrorCorrection::GetErrorCorrectionCodewordCount(), and fxcrt::WideString::operator+=().
Referenced by CBC_PDF417Writer::Encode().
CBC_BarcodeMatrix * CBC_PDF417::getBarcodeMatrix | ( | ) |
Definition at line 357 of file BC_PDF417.cpp.
Referenced by CBC_PDF417Writer::Encode().
void CBC_PDF417::setDimensions | ( | int32_t | maxCols, |
int32_t | minCols, | ||
int32_t | maxRows, | ||
int32_t | minRows ) |
Definition at line 407 of file BC_PDF417.cpp.
Referenced by CBC_PDF417Writer::Encode().