KItinerary::Organization

Search for usage in LXR

KItinerary::Organization Class Reference

#include <organization.h>

Inheritance diagram for KItinerary::Organization:

Properties

KItinerary::PostalAddress address
 
QString description
 
QString email
 
KItinerary::GeoCoordinates geo
 
QUrl geoUri
 
QString identifier
 
QUrl image
 
QUrl logo
 
QString name
 
QVariantList potentialAction
 
QString telephone
 
QUrl url
 

Public Member Functions

QUrl geoUri () const
 

Detailed Description

An organization.

This slightly deviates from the schema.org definition and also includes properties of Place that its sub-classes need. This is a simplification to avoid having to use multi-inheritance.

See also
https://schema.org/Organization

Definition at line 30 of file organization.h.

Property Documentation

◆ address

KItinerary::PostalAddress KItinerary::Organization::address
readwrite

Definition at line 41 of file organization.h.

◆ description

QString KItinerary::Organization::description
readwrite

Definition at line 35 of file organization.h.

◆ email

QString KItinerary::Organization::email
readwrite

Definition at line 38 of file organization.h.

◆ geo

KItinerary::GeoCoordinates KItinerary::Organization::geo
readwrite

Definition at line 42 of file organization.h.

◆ geoUri

QUrl KItinerary::Organization::geoUri
read
See also
LocationUtil::geoUri()

Definition at line 46 of file organization.h.

◆ identifier

QString KItinerary::Organization::identifier
readwrite

Definition at line 34 of file organization.h.

◆ image

QUrl KItinerary::Organization::image
readwrite

Definition at line 36 of file organization.h.

◆ logo

QUrl KItinerary::Organization::logo
readwrite

Definition at line 37 of file organization.h.

◆ name

QString KItinerary::Organization::name
readwrite

Definition at line 33 of file organization.h.

◆ potentialAction

QVariantList KItinerary::Organization::potentialAction
readwrite

Definition at line 43 of file organization.h.

◆ telephone

QString KItinerary::Organization::telephone
readwrite

Definition at line 39 of file organization.h.

◆ url

QUrl KItinerary::Organization::url
readwrite

Definition at line 40 of file organization.h.

Member Function Documentation

◆ geoUri()

QUrl KItinerary::Organization::geoUri ( ) const

Definition at line 48 of file organization.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.