#include <mw/messagingbus/channelaffiliations.h>
| class ChannelAffiliations : public RequestId, public RequestId |
MB channelaffiliations permits channel affiliation configuration.
| Public Member Functions | |
|---|---|
| ChannelAffiliations() | |
| ChannelAffiliations(const ChannelAffiliations &) | |
| virtual | ~ChannelAffiliations() |
| QList< ChannelAffiliation > | affiliations() |
| QString | channelPath() |
| ChannelAffiliations & | operator=(const ChannelAffiliations &) |
| void | setAffiliationList(const QList< ChannelAffiliation > &) |
| void | setChannel(const QString &) |
| Inherited Functions | |
|---|---|
| RequestId::RequestId() | |
| RequestId::RequestId(const RequestId &) | |
| RequestId::id()const | |
| RequestId::operator=(const RequestId &) | |
| RequestId::setId(const QString &) | |
| RequestId::~RequestId() | |
| ChannelAffiliations | ( | ) |
Constructor Creates the ChannelAffiliationsData object.
| ChannelAffiliations | ( | const ChannelAffiliations & | other | ) |
Copy Constructor.
other - ChannelAffiliations& class type parameter
| QList< ChannelAffiliation > | affiliations | ( | ) | const |
Returns a list of channel affiliations .
ChannelAffiliation::Affiliation MB channel affiliation types.
| ChannelAffiliations & | operator= | ( | const ChannelAffiliations & | other | ) |
Operator =, protect against self-assignment.
| void | setAffiliationList | ( | const QList< ChannelAffiliation > & | list | ) |
Method used for appending channel affiliation list.
aList - QList<ChannelAffiliation>& type parameter