![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <channelmappingoptionsdto.h>
Public Member Functions | |
| ChannelMappingOptionsDto (QList< TunerChannelMapping > tunerChannels, QList< NameIdPair > providerChannels, QList< NameValuePair > mappings) | |
| ChannelMappingOptionsDto (const ChannelMappingOptionsDto &other) | |
| void | replaceData (ChannelMappingOptionsDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< TunerChannelMapping > | tunerChannels () const |
| Gets or sets list of tuner channels. | |
| void | setTunerChannels (QList< TunerChannelMapping > newTunerChannels) |
| Gets or sets list of tuner channels. | |
| QList< NameIdPair > | providerChannels () const |
| Gets or sets list of provider channels. | |
| void | setProviderChannels (QList< NameIdPair > newProviderChannels) |
| Gets or sets list of provider channels. | |
| QList< NameValuePair > | mappings () const |
| Gets or sets list of mappings. | |
| void | setMappings (QList< NameValuePair > newMappings) |
| Gets or sets list of mappings. | |
| QString | providerName () const |
| Gets or sets provider name. | |
| void | setProviderName (QString newProviderName) |
| Gets or sets provider name. | |
| bool | providerNameNull () const |
| void | setProviderNameNull () |
Static Public Member Functions | |
| static ChannelMappingOptionsDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< TunerChannelMapping > | m_tunerChannels |
| QList< NameIdPair > | m_providerChannels |
| QList< NameValuePair > | m_mappings |
| QString | m_providerName |
| Jellyfin::DTO::ChannelMappingOptionsDto::ChannelMappingOptionsDto | ( | QList< TunerChannelMapping > | tunerChannels, |
| QList< NameIdPair > | providerChannels, | ||
| QList< NameValuePair > | mappings ) |
| Jellyfin::DTO::ChannelMappingOptionsDto::ChannelMappingOptionsDto | ( | const ChannelMappingOptionsDto & | other | ) |
|
static |
| QList< NameValuePair > Jellyfin::DTO::ChannelMappingOptionsDto::mappings | ( | ) | const |
Gets or sets list of mappings.
| QList< NameIdPair > Jellyfin::DTO::ChannelMappingOptionsDto::providerChannels | ( | ) | const |
Gets or sets list of provider channels.
| QString Jellyfin::DTO::ChannelMappingOptionsDto::providerName | ( | ) | const |
Gets or sets provider name.
| bool Jellyfin::DTO::ChannelMappingOptionsDto::providerNameNull | ( | ) | const |
| void Jellyfin::DTO::ChannelMappingOptionsDto::replaceData | ( | ChannelMappingOptionsDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ChannelMappingOptionsDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ChannelMappingOptionsDto::setMappings | ( | QList< NameValuePair > | newMappings | ) |
Gets or sets list of mappings.
| void Jellyfin::DTO::ChannelMappingOptionsDto::setProviderChannels | ( | QList< NameIdPair > | newProviderChannels | ) |
Gets or sets list of provider channels.
| void Jellyfin::DTO::ChannelMappingOptionsDto::setProviderName | ( | QString | newProviderName | ) |
Gets or sets provider name.
| void Jellyfin::DTO::ChannelMappingOptionsDto::setProviderNameNull | ( | ) |
| void Jellyfin::DTO::ChannelMappingOptionsDto::setTunerChannels | ( | QList< TunerChannelMapping > | newTunerChannels | ) |
Gets or sets list of tuner channels.
| QJsonObject Jellyfin::DTO::ChannelMappingOptionsDto::toJson | ( | ) | const |
| QList< TunerChannelMapping > Jellyfin::DTO::ChannelMappingOptionsDto::tunerChannels | ( | ) | const |
Gets or sets list of tuner channels.
|
protected |
|
protected |
|
protected |
|
protected |