Prison::Format Namespace
namespace Prison::FormatBarcode formats detectable by Prison::VideoScanner. More...
Header: | #include <Prison/Format> |
Since: | 5.94 |
Types
enum | BarcodeFormat { NoFormat, Aztec, Codabar, Code39, Code93, …, UPCE } |
flags | BarcodeFormats |
Detailed Description
See also Prison::ScanResult.
Type Documentation
enum Format::BarcodeFormat
flags Format::BarcodeFormats
Constant | Value |
---|---|
Prison::Format::NoFormat | 0 |
Prison::Format::Aztec | 1 |
Prison::Format::Codabar | 2 |
Prison::Format::Code39 | 4 |
Prison::Format::Code93 | 8 |
Prison::Format::Code128 | 16 |
Prison::Format::DataBar | 32 |
Prison::Format::DataBarExpanded | 64 |
Prison::Format::DataMatrix | 128 |
Prison::Format::EAN8 | 256 |
Prison::Format::EAN13 | 512 |
Prison::Format::ITF | 1024 |
Prison::Format::MaxiCode | 2048 |
Prison::Format::PDF417 | 4096 |
Prison::Format::QRCode | 8192 |
Prison::Format::UPCA | 16384 |
Prison::Format::UPCE | 32768 |
Barcode formats.
The BarcodeFormats type is a typedef for QFlags<BarcodeFormat>. It stores an OR combination of BarcodeFormat values.