Methods
1 to 18 of 18
- QRMatrix::check() – Checks whether a module is true (dark) or false (light)
- QRMatrix::eccLevel() –
- QRMatrix::get() – Returns the value of the module at position [$x, $y]
- QRMatrix::getMask() – ISO/IEC 18004:2000 Section 8.8.1
- QRMatrix::mapData() – Maps the binary $data array from QRDataInterface::maskECC() on the matrix, using $maskPattern
- QRMatrix::maskPattern() –
- QRMatrix::matrix() – Returns the data matrix, returns a pure boolean representation if $boolean is set to true
- QRMatrix::set() – Sets the $M_TYPE value for the module at position [$x, $y]
- QRMatrix::setAlignmentPattern() – Draws the 5×5 alignment patterns
- QRMatrix::setDarkModule() – Sets the "dark module", that is always on the same position 1x1px away from the bottom left finder
- QRMatrix::setFinderPattern() – Draws the 7×7 finder patterns in the corners top left/right and bottom left
- QRMatrix::setFormatInfo() – Draws the format info along the finder patterns
- QRMatrix::setQuietZone() – Draws the "quiet zone" of $size around the matrix
- QRMatrix::setSeparators() – Draws the separator lines around the finder patterns
- QRMatrix::setTimingPattern() – Draws the timing pattern (h/v checkered line between the finder patterns)
- QRMatrix::setVersionNumber() – Draws the version information, 2x 3×6 pixel
- QRMatrix::size() – Returns the absoulute size of the matrix, including quiet zone (after setting it).
- QRMatrix::version() –