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

#include <BC_QRCoderMatrixUtil.h>

+ Collaboration diagram for CBC_QRCoderMatrixUtil:

Public Member Functions

 CBC_QRCoderMatrixUtil ()=delete
 
 ~CBC_QRCoderMatrixUtil ()=delete
 

Static Public Member Functions

static bool BuildMatrix (CBC_QRCoderBitVector *dataBits, const CBC_QRCoderErrorCorrectionLevel *ecLevel, int32_t version, int32_t maskPattern, CBC_CommonByteMatrix *matrix)
 

Detailed Description

Definition at line 16 of file BC_QRCoderMatrixUtil.h.

Constructor & Destructor Documentation

◆ CBC_QRCoderMatrixUtil()

CBC_QRCoderMatrixUtil::CBC_QRCoderMatrixUtil ( )
delete

◆ ~CBC_QRCoderMatrixUtil()

CBC_QRCoderMatrixUtil::~CBC_QRCoderMatrixUtil ( )
delete

Member Function Documentation

◆ BuildMatrix()

bool CBC_QRCoderMatrixUtil::BuildMatrix ( CBC_QRCoderBitVector * dataBits,
const CBC_QRCoderErrorCorrectionLevel * ecLevel,
int32_t version,
int32_t maskPattern,
CBC_CommonByteMatrix * matrix )
static

Definition at line 373 of file BC_QRCoderMatrixUtil.cpp.

References CBC_CommonByteMatrix::Fill().

Referenced by CBC_QRCoderEncoder::Encode().

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

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