7#include "kweathercore/kweathercore_export.h"
11#include <QSharedDataPointer>
17class CAPAlertMessagePrivate;
31 Q_PROPERTY(
QString identifier READ identifier)
32 Q_PROPERTY(
QString sender READ sender)
33 Q_PROPERTY(
QDateTime sentTime READ sentTime)
34 Q_PROPERTY(
QString note READ note)
36 Q_PROPERTY(
MessageType messageType READ messageType)
37 Q_PROPERTY(
Scope scope READ scope)
96 MessageType messageType()
const;
111 const std::vector<CAPAlertInfo> &alertInfos()
const;
116 const std::vector<CAPReference> &references()
const;
125 void setIdentifier(
const QString &identifier);
126 void setSender(
const QString &sender);
127 void setSentTime(
const QDateTime &dateTime);
128 void setStatus(Status
status);
129 void setMessageType(MessageType msgType);
130 void setScope(Scope scope);
131 void setNote(
const QString ¬e);
133 void setReferences(std::vector<CAPReference> &&references);
Represents a single CAP alert message info element.
Represents a single CAP Alert Message.
Status
The code denoting the appropriate handling of the alert message.
A reference to a previous CAP alert message.
Q_SCRIPTABLE CaptureState status()
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
KDE's Doxygen guidelines are available online.