KWeatherCore::CAPReference
KWeatherCore::CAPReference Class Reference
#include <capreference.h>
Properties | |
QString | identifier |
QString | sender |
QDateTime | sent |
Public Member Functions | |
CAPReference (CAPReference &&) | |
CAPReference (const CAPReference &) | |
CAPReference (const QString &sender, const QString &identifier, const QDateTime &sent) | |
QString | identifier () const |
CAPReference & | operator= (CAPReference &&) |
CAPReference & | operator= (const CAPReference &) |
bool | operator== (const CAPReference &other) const |
QString | sender () const |
QDateTime | sent () const |
Detailed Description
A reference to a previous CAP alert message.
- See also
- https://docs.oasis-open.org/emergency/cap/v1.2/CAP-v1.2.html ยง3.2.1
Definition at line 22 of file capreference.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:54:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:54:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.