mw::qre::QREncoder Class

Syntax

class QREncoder

Description

The class for QR Code encoding.

Member Functions

QREncoder Constructor.
~QREncoder Destructor.
Encode Generates a QR Code.
EncodeWithImage Generates a design QR Code.
GetErrorMessage Gets the error information.
GetDivCount Gets the number of divisions.
GetVersion Gets the format version.
GetQRSize Gets the data size.
GetQRBMPData Gets the Windows BMP data.
GetQRData Gets the QR Code data.
InitMemory Initializes the memory to be used by the library.
S GetEncodeBufferSize Gets the size of memory to be used by the library.
S GetDesignQRImageSize Gets the largest image size that can be embedded in the design QR Code.

Revision History

2010/06/24
Changed the function name to GetQRBMPData (from GetQRData)
2010/06/17
Corrected the text.
2010/05/31
Initial version.

CONFIDENTIAL