Lines Matching defs:version

69 		// Number of character count bits for three different version ranges.
87 * this mode in a QR Code at the given version number. The result is in the range [0, 16].
205 // the given version. Returns a non-negative number if successful. Otherwise returns -1 if a
207 public: static int getTotalBits(const std::vector<QrSegment> &segs, int version);
233 * supply the appropriate version number, and call the QrCode() constructor.
262 * QR Code version is automatically chosen for the output. The ECC level of the result may be higher than
263 * the ecl argument if it can be done without increasing the version.
271 * bytes allowed is 2953. The smallest possible QR Code version is automatically chosen for the output.
272 * The ECC level of the result may be higher than the ecl argument if it can be done without increasing the version.
281 * The smallest possible QR Code version within the given range is automatically
284 * version. The mask number is either between 0 to 7 (inclusive) to force that
299 /* The version number of this QR Code, which is between 1 and 40 (inclusive).
301 private: int version;
304 * 21 and 177 (inclusive). This is equal to version * 4 + 17. */
329 * Creates a new QR Code with the given version number,
341 * Returns this QR Code's version, in the range [1, 40].
375 // Reads this object's version field, and draws and marks all function modules.
384 // Draws two copies of the version bits (with its own error correction code),
385 // based on this object's version field, iff 7 <= version <= 40.
411 // codewords appended to it, based on this object's version and error correction level.
436 // Returns an ascending list of positions of alignment patterns for this version number.
442 // Returns the number of data bits that can be stored in a QR Code of the given version number, after
449 // QR Code of the given version number and error correction level, with remainder bits discarded.
487 // The minimum version number supported in the QR Code Model 2 standard.
490 // The maximum version number supported in the QR Code Model 2 standard.
511 * Thrown when the supplied data does not fit any QR Code version. Ways to handle this exception include: