QrCode

QR code. @author donglei

Members

Functions

toString
string toString()

Returns a string representation of the QR code.

Manifest constants

NUM_MASK_PATTERNS
enum NUM_MASK_PATTERNS;

Number of possible mask patterns.

Properties

errorCorrectionLevel
ErrorCorrectionLevel errorCorrectionLevel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
errorCorrectionLevel
ErrorCorrectionLevel errorCorrectionLevel [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
maskPattern
int maskPattern [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maskPattern
int maskPattern [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
ByteMatrix matrix [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
ByteMatrix matrix [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mode
Mode mode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mode
Mode mode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
qrVersion
QrCodeVersion qrVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
qrVersion
QrCodeVersion qrVersion [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isValidMaskPattern
bool isValidMaskPattern(int maskPattern)

Validates whether a mask pattern is valid.

Variables

_errorCorrectionLevel
ErrorCorrectionLevel _errorCorrectionLevel;

EC level of the QR code.

_maskPattern
int _maskPattern;

Mask pattern of the QR code.

_matrix
ByteMatrix _matrix;

Matrix of the QR code.

_mode
Mode _mode;

Mode of the QR code.

_qrVersion
QrCodeVersion _qrVersion;

Version of the QR code.

Meta