Static Public Member Functions | |
def | getBCHDigit |
def | getBCHTypeInfo |
def | getBCHTypeNumber |
def | getErrorCorrectPolynomial |
def | getLengthInBits |
def | getLostPoint |
def | getMask |
def | getPatternPosition |
Static Public Attributes | |
tuple | G15 = (1 << 10) |
tuple | G15_MASK = (1 << 14) |
tuple | G18 = (1 << 12) |
list | PATTERN_POSITION_TABLE |
Definition at line 388 of file pyqrnative.py.
def pyqrnative.QRUtil.getBCHDigit | ( | data | ) | [static] |
Definition at line 450 of file pyqrnative.py.
def pyqrnative.QRUtil.getBCHTypeInfo | ( | data | ) | [static] |
Definition at line 437 of file pyqrnative.py.
def pyqrnative.QRUtil.getBCHTypeNumber | ( | data | ) | [static] |
Definition at line 444 of file pyqrnative.py.
def pyqrnative.QRUtil.getErrorCorrectPolynomial | ( | errorCorrectLength | ) | [static] |
Definition at line 471 of file pyqrnative.py.
def pyqrnative.QRUtil.getLengthInBits | ( | mode, | |
type | |||
) | [static] |
Definition at line 477 of file pyqrnative.py.
def pyqrnative.QRUtil.getLostPoint | ( | qrCode | ) | [static] |
Definition at line 512 of file pyqrnative.py.
def pyqrnative.QRUtil.getMask | ( | maskPattern, | |
i, | |||
j | |||
) | [static] |
Definition at line 460 of file pyqrnative.py.
def pyqrnative.QRUtil.getPatternPosition | ( | typeNumber | ) | [static] |
Definition at line 457 of file pyqrnative.py.
tuple pyqrnative.QRUtil::G15 = (1 << 10) [static] |
Definition at line 432 of file pyqrnative.py.
tuple pyqrnative.QRUtil::G15_MASK = (1 << 14) [static] |
Definition at line 434 of file pyqrnative.py.
tuple pyqrnative.QRUtil::G18 = (1 << 12) [static] |
Definition at line 433 of file pyqrnative.py.
list pyqrnative.QRUtil::PATTERN_POSITION_TABLE [static] |
Definition at line 389 of file pyqrnative.py.