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

#include <cbc_codabar.h>

+ Inheritance diagram for CBC_Codabar:
+ Collaboration diagram for CBC_Codabar:

Public Member Functions

 CBC_Codabar ()
 
 ~CBC_Codabar () override
 
BC_TYPE GetType () 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 Attributes inherited from CBC_CodeBase
std::unique_ptr< CBC_Writerm_pBCWriter
 

Detailed Description

Definition at line 17 of file cbc_codabar.h.

Constructor & Destructor Documentation

◆ CBC_Codabar()

CBC_Codabar::CBC_Codabar ( )

Definition at line 29 of file cbc_codabar.cpp.

◆ ~CBC_Codabar()

CBC_Codabar::~CBC_Codabar ( )
overridedefault

Member Function Documentation

◆ Encode()

bool CBC_Codabar::Encode ( WideStringView contents)
overridevirtual

Implements CBC_CodeBase.

Definition at line 34 of file cbc_codabar.cpp.

References CBC_OnedCodaBarWriter::CheckContentValidity().

+ Here is the call graph for this function:

◆ GetType()

BC_TYPE CBC_Codabar::GetType ( )
overridevirtual

Implements CBC_CodeBase.

Definition at line 53 of file cbc_codabar.cpp.

References kCodabar.

◆ RenderDevice()

bool CBC_Codabar::RenderDevice ( CFX_RenderDevice * device,
const CFX_Matrix & matrix )
overridevirtual

Implements CBC_CodeBase.

Definition at line 45 of file cbc_codabar.cpp.

References CBC_OneDimWriter::RenderDeviceResult().

+ Here is the call graph for this function:

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