MessagingBus::PointToPointMessage Class Reference

#include <mw/messagingbus/pointtopointmessage.h>

class MessagingBus::PointToPointMessage : public MessagingBus::Message

Inherits from

Public Member Functions
PointToPointMessage()
PointToPointMessage(const PointToPointMessage &)
virtual ~PointToPointMessage()
PointToPointMessage &operator=(const PointToPointMessage &)
voidsetToAddress(const Address &)
Address toAddress()
Inherited Functions
MessagingBus::Message::Message()
MessagingBus::Message::Message(const Message &)
MessagingBus::Message::fromAddress()const
MessagingBus::Message::iconUrl()const
MessagingBus::Message::isAudioNotification()const
MessagingBus::Message::isReceiptRequested()const
MessagingBus::Message::isSendReceiptSet()const
MessagingBus::Message::isWakeUp()const
MessagingBus::Message::maximumDelay()const
MessagingBus::Message::operator=(const Message &)
MessagingBus::Message::payload()const
MessagingBus::Message::payloadEncoding()const
MessagingBus::Message::payloadType()const
MessagingBus::Message::rawPayload()const
MessagingBus::Message::sendReceipt()const
MessagingBus::Message::setAudioNotification(bool)
MessagingBus::Message::setFromAddress(const Address &)
MessagingBus::Message::setIconUrl(const QUrl &)
MessagingBus::Message::setMaximumDelay(int)
MessagingBus::Message::setPayload(const QString &)
MessagingBus::Message::setPayloadEncoding(const QString &)
MessagingBus::Message::setPayloadType(const QString &)
MessagingBus::Message::setRequestReceipt(bool)
MessagingBus::Message::setSubTitle(const QString &)
MessagingBus::Message::setTimestamp(QDateTime)
MessagingBus::Message::setTitle(const QString &)
MessagingBus::Message::setType(const QString &)
MessagingBus::Message::setWakeUp(bool)
MessagingBus::Message::subtitle()const
MessagingBus::Message::timestamp()const
MessagingBus::Message::title()const
MessagingBus::Message::type()const
MessagingBus::Message::~Message()
MessagingBus::RequestId::RequestId()
MessagingBus::RequestId::RequestId(const RequestId &)
MessagingBus::RequestId::id()const
MessagingBus::RequestId::operator=(const RequestId &)
MessagingBus::RequestId::setId(const QString &)
MessagingBus::RequestId::~RequestId()

Constructor & Destructor Documentation

PointToPointMessage ( )

PointToPointMessage()

PointToPointMessage ( const PointToPointMessage & )

PointToPointMessage(const PointToPointMessage &other)

~PointToPointMessage ( )

~PointToPointMessage()[virtual]

Member Function Documentation

operator= ( const PointToPointMessage & )

PointToPointMessage &operator=(const PointToPointMessage &other)

setToAddress ( const Address & )

voidsetToAddress(const Address &address)

toAddress ( )

Address toAddress()const