KWeatherCore::CAPReference
KWeatherCore::CAPReference Class Reference
#include <capreference.h>
Properties | |
QString | identifier |
QString | sender |
QDateTime | sent |
Public Member Functions | |
CAPReference (CAPReference &&) noexcept | |
CAPReference (const CAPReference &) | |
CAPReference (const QString &sender, const QString &identifier, const QDateTime &sent) | |
QString | identifier () const |
CAPReference & | operator= (CAPReference &&) noexcept |
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.
Property Documentation
◆ identifier
|
read |
Definition at line 26 of file capreference.h.
◆ sender
|
read |
Definition at line 25 of file capreference.h.
◆ sent
|
read |
Definition at line 27 of file capreference.h.
Constructor & Destructor Documentation
◆ CAPReference() [1/2]
|
explicit |
Definition at line 23 of file capreference.cpp.
◆ CAPReference() [2/2]
|
explicit |
Definition at line 28 of file capreference.cpp.
Member Function Documentation
◆ identifier()
QString CAPReference::identifier | ( | ) | const |
Definition at line 53 of file capreference.cpp.
◆ operator==()
bool CAPReference::operator== | ( | const CAPReference & | other | ) | const |
Definition at line 43 of file capreference.cpp.
◆ sender()
QString CAPReference::sender | ( | ) | const |
Definition at line 48 of file capreference.cpp.
◆ sent()
QDateTime CAPReference::sent | ( | ) | const |
Definition at line 58 of file capreference.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:18:45 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:18:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.