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_BarcodeMatrix Class Referencefinal

#include <BC_PDF417BarcodeMatrix.h>

+ Collaboration diagram for CBC_BarcodeMatrix:

Public Member Functions

 CBC_BarcodeMatrix (size_t width, size_t height)
 
 ~CBC_BarcodeMatrix ()
 
CBC_BarcodeRowgetRow (size_t row) const
 
size_t getWidth () const
 
size_t getHeight () const
 
DataVector< uint8_t > toBitArray ()
 

Detailed Description

Definition at line 19 of file BC_PDF417BarcodeMatrix.h.

Constructor & Destructor Documentation

◆ CBC_BarcodeMatrix()

CBC_BarcodeMatrix::CBC_BarcodeMatrix ( size_t width,
size_t height )

Definition at line 31 of file BC_PDF417BarcodeMatrix.cpp.

References CBC_BarcodeMatrix().

Referenced by CBC_BarcodeMatrix().

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

◆ ~CBC_BarcodeMatrix()

CBC_BarcodeMatrix::~CBC_BarcodeMatrix ( )
default

Member Function Documentation

◆ getHeight()

size_t CBC_BarcodeMatrix::getHeight ( ) const
inline

Definition at line 26 of file BC_PDF417BarcodeMatrix.h.

◆ getRow()

CBC_BarcodeRow * CBC_BarcodeMatrix::getRow ( size_t row) const
inline

Definition at line 24 of file BC_PDF417BarcodeMatrix.h.

◆ getWidth()

size_t CBC_BarcodeMatrix::getWidth ( ) const
inline

Definition at line 25 of file BC_PDF417BarcodeMatrix.h.

◆ toBitArray()

DataVector< uint8_t > CBC_BarcodeMatrix::toBitArray ( )

Definition at line 40 of file BC_PDF417BarcodeMatrix.cpp.


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