![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cbc_ean13.h>
Public Member Functions | |
| CBC_EAN13 () | |
| ~CBC_EAN13 () override | |
| BC_TYPE | GetType () override |
| size_t | GetMaxLength () const override |
| Public Member Functions inherited from CBC_EANCode | |
| CBC_EANCode (std::unique_ptr< CBC_OneDimEANWriter > pWriter) | |
| ~CBC_EANCode () override | |
| bool | Encode (WideStringView contents) override |
| bool | RenderDevice (CFX_RenderDevice *device, const CFX_Matrix &matrix) override |
| Public Member Functions inherited from CBC_OneCode | |
| CBC_OneCode (std::unique_ptr< CBC_Writer > pWriter) | |
| ~CBC_OneCode () override | |
| void | SetPrintChecksum (bool checksum) |
| void | SetDataLength (int32_t length) |
| void | SetCalChecksum (bool calc) |
| bool | SetFont (CFX_Font *cFont) |
| void | SetFontSize (float size) |
| void | SetFontStyle (int32_t style) |
| void | SetFontColor (FX_ARGB color) |
| Public Member Functions inherited from CBC_CodeBase | |
| CBC_CodeBase (std::unique_ptr< CBC_Writer > pWriter) | |
| virtual | ~CBC_CodeBase () |
| void | SetTextLocation (BC_TEXT_LOC location) |
| bool | SetWideNarrowRatio (int8_t ratio) |
| bool | SetStartChar (char start) |
| bool | SetEndChar (char end) |
| bool | SetErrorCorrectionLevel (int32_t level) |
| bool | SetModuleHeight (int32_t moduleHeight) |
| bool | SetModuleWidth (int32_t moduleWidth) |
| void | SetHeight (int32_t height) |
| void | SetWidth (int32_t width) |
Additional Inherited Members | |
| Protected Member Functions inherited from CBC_EANCode | |
| CBC_OneDimEANWriter * | GetOneDimEANWriter () |
| WideString | Preprocess (WideStringView contents) |
| Protected Attributes inherited from CBC_EANCode | |
| WideString | m_renderContents |
| Protected Attributes inherited from CBC_CodeBase | |
| std::unique_ptr< CBC_Writer > | m_pBCWriter |
Definition at line 15 of file cbc_ean13.h.
| CBC_EAN13::CBC_EAN13 | ( | ) |
Definition at line 28 of file cbc_ean13.cpp.
|
overridedefault |
|
overridevirtual |
Implements CBC_EANCode.
Definition at line 36 of file cbc_ean13.cpp.
|
overridevirtual |