KItinerary::PostalAddress

Search for usage in LXR

KItinerary::PostalAddress Class Reference

#include <place.h>

Properties

QString addressCountry
 
QString addressLocality
 
QString addressRegion
 
bool isEmpty
 
QString postalCode
 
QString streetAddress
 

Public Member Functions

bool isEmpty () const
 

Detailed Description

Postal address.

See also
https://schema.org/PostalAddress

Definition at line 45 of file place.h.

Property Documentation

◆ addressCountry

QString KItinerary::PostalAddress::addressCountry
readwrite

The country this address is in, as ISO 3166-1 alpha 2 code.

Definition at line 53 of file place.h.

◆ addressLocality

QString KItinerary::PostalAddress::addressLocality
readwrite

Definition at line 49 of file place.h.

◆ addressRegion

QString KItinerary::PostalAddress::addressRegion
readwrite

Definition at line 51 of file place.h.

◆ isEmpty

bool KItinerary::PostalAddress::isEmpty
read

Definition at line 55 of file place.h.

◆ postalCode

QString KItinerary::PostalAddress::postalCode
readwrite

Definition at line 50 of file place.h.

◆ streetAddress

QString KItinerary::PostalAddress::streetAddress
readwrite

Definition at line 48 of file place.h.

Member Function Documentation

◆ isEmpty()

bool KItinerary::PostalAddress::isEmpty ( ) const

Returns true if there is no property set in this object.

Definition at line 61 of file place.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.