Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CBC_PDF417 Class Reference

#include <BC_PDF417.h>

+ Collaboration diagram for CBC_PDF417:

Public Member Functions

 CBC_PDF417 ()
 
 ~CBC_PDF417 ()
 
CBC_BarcodeMatrixgetBarcodeMatrix ()
 
bool GenerateBarcodeLogic (WideStringView msg, int32_t errorCorrectionLevel)
 
void setDimensions (int32_t maxCols, int32_t minCols, int32_t maxRows, int32_t minRows)
 

Detailed Description

Definition at line 18 of file BC_PDF417.h.

Constructor & Destructor Documentation

◆ CBC_PDF417()

CBC_PDF417::CBC_PDF417 ( )
default

◆ ~CBC_PDF417()

CBC_PDF417::~CBC_PDF417 ( )
default

Member Function Documentation

◆ GenerateBarcodeLogic()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getBarcodeMatrix()

CBC_BarcodeMatrix * CBC_PDF417::getBarcodeMatrix ( )

Definition at line 357 of file BC_PDF417.cpp.

Referenced by CBC_PDF417Writer::Encode().

+ Here is the caller graph for this function:

◆ setDimensions()

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().

+ Here is the caller graph for this function:

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