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_PDF417ErrorCorrection Class Reference

#include <BC_PDF417ErrorCorrection.h>

+ Collaboration diagram for CBC_PDF417ErrorCorrection:

Public Member Functions

 CBC_PDF417ErrorCorrection ()=delete
 
 ~CBC_PDF417ErrorCorrection ()=delete
 

Static Public Member Functions

static int32_t GetErrorCorrectionCodewordCount (int32_t errorCorrectionLevel)
 
static absl::optional< WideStringGenerateErrorCorrection (const WideString &dataCodewords, int32_t errorCorrectionLevel)
 

Detailed Description

Definition at line 15 of file BC_PDF417ErrorCorrection.h.

Constructor & Destructor Documentation

◆ CBC_PDF417ErrorCorrection()

CBC_PDF417ErrorCorrection::CBC_PDF417ErrorCorrection ( )
delete

◆ ~CBC_PDF417ErrorCorrection()

CBC_PDF417ErrorCorrection::~CBC_PDF417ErrorCorrection ( )
delete

Member Function Documentation

◆ GenerateErrorCorrection()

absl::optional< WideString > CBC_PDF417ErrorCorrection::GenerateErrorCorrection ( const WideString & dataCodewords,
int32_t errorCorrectionLevel )
static

Definition at line 136 of file BC_PDF417ErrorCorrection.cpp.

References GetErrorCorrectionCodewordCount().

+ Here is the call graph for this function:

◆ GetErrorCorrectionCodewordCount()

int32_t CBC_PDF417ErrorCorrection::GetErrorCorrectionCodewordCount ( int32_t errorCorrectionLevel)
static

Definition at line 128 of file BC_PDF417ErrorCorrection.cpp.

Referenced by CBC_PDF417::GenerateBarcodeLogic(), and GenerateErrorCorrection().

+ Here is the caller graph for this function:

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