KPublicTransport
abstractquerymodel.h
29 Q_PROPERTY(KPublicTransport::Manager* manager READ manager WRITE setManager NOTIFY managerChanged)
Common base class for query models, do not use directly.
Definition abstractquerymodel.h:25
Q_INVOKABLE void cancel()
Cancel ongoing query operations, but keep the results that are already there.
Definition abstractquerymodel.cpp:129
Q_INVOKABLE void clear()
Cancel any ongoing query operations, and clear the results.
Definition abstractquerymodel.cpp:136
QString errorMessage
Contains the error message if all backends failed to provide a result.
Definition abstractquerymodel.h:34
KPublicTransport::Manager * manager
Sets the KPublicTransport::Manager instance.
Definition abstractquerymodel.h:29
Copyright and license information about the provided data.
Definition attribution.h:29
Query operations and data types for accessing realtime public transport information from online servi...
Definition attribution.cpp:16
virtual QModelIndex parent(const QModelIndex &index) const const=0
QAbstractListModel(QObject *parent)
QObject(QObject *parent)
Q_INVOKABLEQ_INVOKABLE
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.