KWeatherCore::CAPAlertMessage
#include <capalertmessage.h>
Public Types | |
enum class | MessageType { UnknownMessageType , Alert , Update , Cancel , Acknowledge , Error } |
enum class | Scope { UnknownScope , Public , Restricted , Private } |
enum class | Status { UnknownStatus , Actual , Exercise , System , Test , Draft } |
Properties | |
QString | identifier |
MessageType | messageType |
QString | note |
Scope | scope |
QString | sender |
QDateTime | sentTime |
Status | status |
Public Member Functions | |
CAPAlertMessage () | |
CAPAlertMessage (CAPAlertMessage &&other) noexcept | |
CAPAlertMessage (const CAPAlertMessage &other) | |
const std::vector< CAPAlertInfo > & | alertInfos () const |
QString | identifier () const |
MessageType | messageType () const |
QString | note () const |
CAPAlertMessage & | operator= (CAPAlertMessage &&other) noexcept |
CAPAlertMessage & | operator= (const CAPAlertMessage &other) |
CAPReference | ownReference () const |
const std::vector< CAPReference > & | references () const |
Scope | scope () const |
QString | sender () const |
QDateTime | sentTime () const |
Status | status () const |
Detailed Description
Represents a single CAP Alert Message.
This class contains the information of a parsed CAP alert message.
Definition at line 28 of file capalertmessage.h.
Member Enumeration Documentation
◆ MessageType
|
strong |
Enumerator | |
---|---|
Alert | Initial information requiring attention by targeted recipients. |
Update | Updates and supercedes the earlier message(s) identified in references() |
Cancel | Cancels the earlier message(s) identified in references() |
Acknowledge | Acknowledges receipt and acceptance of the message(s) identified in references() |
Error | Indicates rejection of the message(s) identified in references() |
Definition at line 49 of file capalertmessage.h.
◆ Scope
|
strong |
Definition at line 58 of file capalertmessage.h.
◆ Status
|
strong |
The code denoting the appropriate handling of the alert message.
Definition at line 40 of file capalertmessage.h.
Property Documentation
◆ identifier
|
read |
Definition at line 31 of file capalertmessage.h.
◆ messageType
|
read |
Definition at line 36 of file capalertmessage.h.
◆ note
|
read |
Definition at line 34 of file capalertmessage.h.
◆ scope
|
read |
Definition at line 37 of file capalertmessage.h.
◆ sender
|
read |
Definition at line 32 of file capalertmessage.h.
◆ sentTime
|
read |
Definition at line 33 of file capalertmessage.h.
◆ status
|
read |
Definition at line 35 of file capalertmessage.h.
Constructor & Destructor Documentation
◆ CAPAlertMessage()
KWeatherCore::CAPAlertMessage::CAPAlertMessage | ( | ) |
Default constructor, Status, MsgType, Scope are set to Unknown.
Definition at line 26 of file capalertmessage.cpp.
Member Function Documentation
◆ alertInfos()
const std::vector< CAPAlertInfo > & KWeatherCore::CAPAlertMessage::alertInfos | ( | ) | const |
The alert info elements of this alert message.
- See also
- CAPAlertInfo
Definition at line 64 of file capalertmessage.cpp.
◆ identifier()
QString KWeatherCore::CAPAlertMessage::identifier | ( | ) | const |
Unique alert message identifier.
Definition at line 36 of file capalertmessage.cpp.
◆ messageType()
CAPAlertMessage::MessageType KWeatherCore::CAPAlertMessage::messageType | ( | ) | const |
The code denoting the nature of the alert message.
Returns UnknownMsgType if not set.
Definition at line 52 of file capalertmessage.cpp.
◆ note()
QString KWeatherCore::CAPAlertMessage::note | ( | ) | const |
The text describing the purpose or significance of the alert message.
Relevant for Exercise and Error status.
Definition at line 60 of file capalertmessage.cpp.
◆ ownReference()
CAPReference KWeatherCore::CAPAlertMessage::ownReference | ( | ) | const |
Reference of this CAP alert message.
- See also
- references()
Definition at line 72 of file capalertmessage.cpp.
◆ references()
const std::vector< CAPReference > & KWeatherCore::CAPAlertMessage::references | ( | ) | const |
References to previous CAP alert messages.
Relevant for Update, Cancel and Ack message types.
Definition at line 68 of file capalertmessage.cpp.
◆ scope()
CAPAlertMessage::Scope KWeatherCore::CAPAlertMessage::scope | ( | ) | const |
The code denoting the intended distribution of the alert message.
Returns UnknownScope if not set.
Definition at line 56 of file capalertmessage.cpp.
◆ sender()
QString KWeatherCore::CAPAlertMessage::sender | ( | ) | const |
The identifier of the sender of the alert message.
Definition at line 40 of file capalertmessage.cpp.
◆ sentTime()
QDateTime KWeatherCore::CAPAlertMessage::sentTime | ( | ) | const |
The time and date of the origination of the alert message.
Definition at line 44 of file capalertmessage.cpp.
◆ status()
CAPAlertMessage::Status KWeatherCore::CAPAlertMessage::status | ( | ) | const |
The code denoting the appropriate handling of the alert message.
Returns UnknownStatus if not set.
Definition at line 48 of file capalertmessage.cpp.
The documentation for this class was generated from the following files:
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.