![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <BC_DataMatrixSymbolInfo144.h>
Public Member Functions | |
| CBC_DataMatrixSymbolInfo144 () | |
| ~CBC_DataMatrixSymbolInfo144 () override | |
| size_t | GetInterleavedBlockCount () const override |
| Public Member Functions inherited from CBC_SymbolInfo | |
| virtual | ~CBC_SymbolInfo () |
| int32_t | GetSymbolDataWidth () const |
| int32_t | GetSymbolDataHeight () const |
| int32_t | GetSymbolWidth () const |
| int32_t | GetSymbolHeight () const |
| size_t | GetDataLengthForInterleavedBlock () const |
| size_t | GetErrorLengthForInterleavedBlock () const |
| size_t | data_capacity () const |
| size_t | error_codewords () const |
| int32_t | matrix_width () const |
| int32_t | matrix_height () const |
Additional Inherited Members | |
| Static Public Member Functions inherited from CBC_SymbolInfo | |
| static void | Initialize () |
| static void | Finalize () |
| static const CBC_SymbolInfo * | Lookup (size_t data_codewords, bool allow_rectangular) |
| Protected Member Functions inherited from CBC_SymbolInfo | |
| CBC_SymbolInfo (const Data *data) | |
Definition at line 12 of file BC_DataMatrixSymbolInfo144.h.
| CBC_DataMatrixSymbolInfo144::CBC_DataMatrixSymbolInfo144 | ( | ) |
Definition at line 34 of file BC_DataMatrixSymbolInfo144.cpp.
References CBC_SymbolInfo::CBC_SymbolInfo().
Referenced by CBC_SymbolInfo::Initialize().
|
overridedefault |
|
overridevirtual |
Reimplemented from CBC_SymbolInfo.
Definition at line 39 of file BC_DataMatrixSymbolInfo144.cpp.