KItinerary
uic9183ticketlayout.h
61 * @see ERA TAP TSI TD B.12 Digital Security Elements For Rail Passenger Ticketing - ยง10 TLB - Ticket Layout Barcode
63class KITINERARY_EXPORT Uic9183TicketLayout
104 std::vector<Uic9183TicketLayoutField> containedFields(int row, int column, int width, int height) const;
Low-level field entries in a U_TLAY block.
Definition uic9183ticketlayout.h:28
bool isValid() const
Returns whether this is a valid U_TLAY layout block.
Definition uic9183ticketlayout.cpp:139
std::vector< Uic9183TicketLayoutField > fields(int row, int column, int width, int height) const
All fields covering the given area.
Definition uic9183ticketlayout.cpp:201
std::vector< Uic9183TicketLayoutField > containedFields(int row, int column, int width, int height) const
All fields contained in the given area.
Definition uic9183ticketlayout.cpp:219
Q_INVOKABLE QString text(int row, int column, int width, int height) const
Returns the text in the given coordinates.
Definition uic9183ticketlayout.cpp:144
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:56:45 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:56:45 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.