Prison::Format

Prison::Format Namespace Reference

Typedefs

typedef QFlags< BarcodeFormatBarcodeFormats
 

Enumerations

enum  BarcodeFormat {
  NoFormat = 0, Aztec = 1, Codabar = 2, Code39 = 4,
  Code93 = 8, Code128 = 16, DataBar = 32, DataBarExpanded = 64,
  DataMatrix = 128, EAN8 = 256, EAN13 = 512, ITF = 1024,
  MaxiCode = 2048, PDF417 = 4096, QRCode = 8192, UPCA = 16384,
  UPCE = 32768
}
 

Detailed Description

Barcode formats detectable by Prison::VideoScanner.

See also
Prison::ScanResult.
Since
5.94

Enumeration Type Documentation

◆ BarcodeFormat

Barcode formats.

Definition at line 27 of file format.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:59:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.