KItinerary::Organization
#include <organization.h>
Properties | |
KItinerary::PostalAddress | address |
QString | description |
QString | |
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
|
readwrite |
Definition at line 41 of file organization.h.
◆ description
|
readwrite |
Definition at line 35 of file organization.h.
|
readwrite |
Definition at line 38 of file organization.h.
◆ geo
|
readwrite |
Definition at line 42 of file organization.h.
◆ geoUri
|
read |
- See also
- LocationUtil::geoUri()
Definition at line 46 of file organization.h.
◆ identifier
|
readwrite |
Definition at line 34 of file organization.h.
◆ image
|
readwrite |
Definition at line 36 of file organization.h.
◆ logo
|
readwrite |
Definition at line 37 of file organization.h.
◆ name
|
readwrite |
Definition at line 33 of file organization.h.
◆ potentialAction
|
readwrite |
Definition at line 43 of file organization.h.
◆ telephone
|
readwrite |
Definition at line 39 of file organization.h.
◆ 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:
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.