KItinerary::Uic9183TicketLayoutField

Search for usage in LXR

KItinerary::Uic9183TicketLayoutField Class Reference

#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

bool KItinerary::Uic9183TicketLayoutField::isNull
read

Size of the text content.

Definition at line 39 of file uic9183ticketlayout.h.

◆ next

KItinerary::Uic9183TicketLayoutField KItinerary::Uic9183TicketLayoutField::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
sizeThe 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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:49 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.