KPkPass::Barcode
KPkPass::Barcode Class Reference
#include <barcode.h>
Public Types | |
enum | Format { Invalid , QR , PDF417 , Aztec , Code128 } |
Properties | |
QString | alternativeText |
Format | format |
QString | message |
QString | messageEncoding |
Public Member Functions | |
QString | alternativeText () const |
Format | format () const |
QString | message () const |
QString | messageEncoding () const |
Detailed Description
A pass barcode element.
Member Enumeration Documentation
◆ Format
Property Documentation
◆ alternativeText
◆ format
◆ message
◆ messageEncoding
Constructor & Destructor Documentation
◆ Barcode()
Barcode::Barcode | ( | ) |
Definition at line 25 of file barcode.cpp.
Member Function Documentation
◆ alternativeText()
|
nodiscard |
A human readable version of the barcode data.
Definition at line 39 of file barcode.cpp.
◆ format()
|
nodiscard |
The barcode type.
Definition at line 47 of file barcode.cpp.
◆ message()
|
nodiscard |
The message encoded in the barcode.
Definition at line 62 of file barcode.cpp.
◆ messageEncoding()
|
nodiscard |
Encoding used for the message() content.
Definition at line 67 of file barcode.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.