KItinerary::Uic9183TicketLayoutField
#include <uic9183ticketlayout.h>
Properties | |
bool | isNull |
KItinerary::Uic9183TicketLayoutField | next |
Public Member Functions | |
Uic9183TicketLayoutField (const Uic9183Block &block, int offset) | |
bool | isNull () const |
Uic9183TicketLayoutField | next () const |
Detailed Description
Low-level field entries in a U_TLAY block.
For most uses, the high-level API to retrieve assembled text (Uic9183TicketLayout::text()) is probably preferable to this.
Definition at line 27 of file uic9183ticketlayout.h.
Property Documentation
◆ isNull
|
read |
Size of the text content.
Definition at line 39 of file uic9183ticketlayout.h.
◆ next
|
read |
Definition at line 40 of file uic9183ticketlayout.h.
Constructor & Destructor Documentation
◆ Uic9183TicketLayoutField()
Uic9183TicketLayoutField::Uic9183TicketLayoutField | ( | const Uic9183Block & | block, |
int | offset ) |
Create a new U_TLAY field starting at offset
in block
.
- Parameters
-
size The size of the remaining U_TLAY field array (not just this field!).
Definition at line 40 of file uic9183ticketlayout.cpp.
Member Function Documentation
◆ isNull()
bool Uic9183TicketLayoutField::isNull | ( | ) | const |
Returns @true if this is an empty field, e.g.
when iterating beyond the last one.
Definition at line 66 of file uic9183ticketlayout.cpp.
◆ next()
Uic9183TicketLayoutField Uic9183TicketLayoutField::next | ( | ) | const |
Returns the next field object, or a null one if there isn't one.
Definition at line 71 of file uic9183ticketlayout.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:49 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.