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

#include <cbc_ean13.h>

+ Inheritance diagram for CBC_EAN13:
+ Collaboration diagram for CBC_EAN13:

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)
 
void SetCharEncoding (BC_CHAR_ENCODING encoding)
 
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_OneDimEANWriterGetOneDimEANWriter ()
 
WideString Preprocess (WideStringView contents)
 
- Protected Attributes inherited from CBC_EANCode
WideString m_renderContents
 
- Protected Attributes inherited from CBC_CodeBase
std::unique_ptr< CBC_Writerm_pBCWriter
 

Detailed Description

Definition at line 15 of file cbc_ean13.h.

Constructor & Destructor Documentation

◆ CBC_EAN13()

CBC_EAN13::CBC_EAN13 ( )

Definition at line 28 of file cbc_ean13.cpp.

◆ ~CBC_EAN13()

CBC_EAN13::~CBC_EAN13 ( )
overridedefault

Member Function Documentation

◆ GetMaxLength()

size_t CBC_EAN13::GetMaxLength ( ) const
overridevirtual

Implements CBC_EANCode.

Definition at line 36 of file cbc_ean13.cpp.

◆ GetType()

BC_TYPE CBC_EAN13::GetType ( )
overridevirtual

Implements CBC_CodeBase.

Definition at line 32 of file cbc_ean13.cpp.

References kEAN13.


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