KItinerary::Ticket
KItinerary::Ticket Class Reference
#include <ticket.h>
Public Types | |
enum | TicketTokenType { Unknown = Token::Unknown, Url = Token::Url, QRCode = Token::QRCode, AztecCode = Token::AztecCode, Code128 = Token::Code128, DataMatrix = Token::DataMatrix, PDF417 = Token::PDF417 } |
Properties | |
QVariant | ticketTokenData |
KItinerary::Token::TokenType | ticketTokenType |
Public Member Functions | |
QVariant | ticketTokenData () const |
Token::TokenType | ticketTokenType () const |
Detailed Description
Member Enumeration Documentation
◆ TicketTokenType
Non-standard extension for ticket validity time ranges.
The type of content in the ticketToken property.
- Deprecated:
- Use Token::TokenType instead.
Enumerator | |
---|---|
Unknown | Unknown or empty ticket token. |
Url | A download URL. |
QRCode | QR code. |
AztecCode | Aztec code. |
Code128 | Code 128 barcode. |
DataMatrix | A DataMatrix barcode. |
PDF417 | A PDF417 barcode. |
Property Documentation
◆ ticketTokenData
|
read |
The ticket token payload for barcodes, otherwise the same as ticketToken.
For binary content barcodes this is a QByteArray, otherwise a QString.
◆ ticketTokenType
|
read |
The raw ticket token string.
- See also
- ticketTokenType, ticketTokenData The type of the content in ticketToken.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 04:01:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 04:01:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.