KPublicTransport::Backend
KPublicTransport::Backend Class Reference
#include <backend.h>
Properties | |
QString | description |
QString | identifier |
bool | isSecure |
QString | name |
Public Member Functions | |
Q_INVOKABLE KPublicTransport::CoverageArea | coverageArea (KPublicTransport::CoverageArea::Type coverageType) const |
QString | description () const |
QString | identifier () const |
bool | isSecure () const |
QString | name () const |
Detailed Description
Information about a backend service queried for location/departure/journey data.
This is used to let the user (API user or end user) determine which backends to query.
Property Documentation
◆ description
|
read |
◆ identifier
|
read |
◆ isSecure
|
read |
◆ name
|
read |
Member Function Documentation
◆ coverageArea()
CoverageArea Backend::coverageArea | ( | KPublicTransport::CoverageArea::Type | coverageType | ) | const |
Definition at line 40 of file backend.cpp.
◆ description()
QString Backend::description | ( | ) | const |
Definition at line 30 of file backend.cpp.
◆ identifier()
QString Backend::identifier | ( | ) | const |
Definition at line 20 of file backend.cpp.
◆ isSecure()
bool Backend::isSecure | ( | ) | const |
Definition at line 35 of file backend.cpp.
◆ name()
QString Backend::name | ( | ) | const |
Definition at line 25 of file backend.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 Mon Nov 18 2024 12:07:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.