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

#include <BC_QRCoderErrorCorrectionLevel.h>

+ Collaboration diagram for CBC_QRCoderErrorCorrectionLevel:

Public Member Functions

 ~CBC_QRCoderErrorCorrectionLevel ()
 
int32_t Ordinal () const
 
int32_t GetBits () const
 

Static Public Member Functions

static void Initialize ()
 
static void Finalize ()
 

Static Public Attributes

static CBC_QRCoderErrorCorrectionLevelL = nullptr
 
static CBC_QRCoderErrorCorrectionLevelM = nullptr
 
static CBC_QRCoderErrorCorrectionLevelQ = nullptr
 
static CBC_QRCoderErrorCorrectionLevelH = nullptr
 

Detailed Description

Definition at line 12 of file BC_QRCoderErrorCorrectionLevel.h.

Constructor & Destructor Documentation

◆ ~CBC_QRCoderErrorCorrectionLevel()

CBC_QRCoderErrorCorrectionLevel::~CBC_QRCoderErrorCorrectionLevel ( )
default

Member Function Documentation

◆ Finalize()

void CBC_QRCoderErrorCorrectionLevel::Finalize ( )
static

Definition at line 44 of file BC_QRCoderErrorCorrectionLevel.cpp.

References H, L, M, and Q.

Referenced by BC_Library_Destroy().

+ Here is the caller graph for this function:

◆ GetBits()

int32_t CBC_QRCoderErrorCorrectionLevel::GetBits ( ) const
inline

Definition at line 25 of file BC_QRCoderErrorCorrectionLevel.h.

◆ Initialize()

void CBC_QRCoderErrorCorrectionLevel::Initialize ( )
static

Definition at line 37 of file BC_QRCoderErrorCorrectionLevel.cpp.

References H, L, M, and Q.

Referenced by BC_Library_Init().

+ Here is the caller graph for this function:

◆ Ordinal()

int32_t CBC_QRCoderErrorCorrectionLevel::Ordinal ( ) const
inline

Definition at line 24 of file BC_QRCoderErrorCorrectionLevel.h.

Member Data Documentation

◆ H

CBC_QRCoderErrorCorrectionLevel * CBC_QRCoderErrorCorrectionLevel::H = nullptr
static

Definition at line 17 of file BC_QRCoderErrorCorrectionLevel.h.

Referenced by CBC_QRCodeWriter::Encode(), Finalize(), and Initialize().

◆ L

CBC_QRCoderErrorCorrectionLevel * CBC_QRCoderErrorCorrectionLevel::L = nullptr
static

Definition at line 14 of file BC_QRCoderErrorCorrectionLevel.h.

Referenced by CBC_QRCodeWriter::Encode(), Finalize(), and Initialize().

◆ M

CBC_QRCoderErrorCorrectionLevel * CBC_QRCoderErrorCorrectionLevel::M = nullptr
static

Definition at line 15 of file BC_QRCoderErrorCorrectionLevel.h.

Referenced by CBC_QRCodeWriter::Encode(), Finalize(), and Initialize().

◆ Q

CBC_QRCoderErrorCorrectionLevel * CBC_QRCoderErrorCorrectionLevel::Q = nullptr
static

Definition at line 16 of file BC_QRCoderErrorCorrectionLevel.h.

Referenced by CBC_QRCodeWriter::Encode(), Finalize(), and Initialize().


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