#include <configurationpageinfo.h>
◆ ConfigurationPageInfo() [1/2]
Jellyfin::DTO::ConfigurationPageInfo::ConfigurationPageInfo |
( |
bool | enableInMainMenu, |
|
|
ConfigurationPageType | configurationPageType ) |
◆ ConfigurationPageInfo() [2/2]
◆ configurationPageType()
◆ displayName()
QString Jellyfin::DTO::ConfigurationPageInfo::displayName |
( |
| ) |
const |
Gets or sets the display name.
◆ displayNameNull()
bool Jellyfin::DTO::ConfigurationPageInfo::displayNameNull |
( |
| ) |
const |
◆ enableInMainMenu()
bool Jellyfin::DTO::ConfigurationPageInfo::enableInMainMenu |
( |
| ) |
const |
Gets or sets a value indicating whether the configurations page is enabled in the main menu.
◆ fromJson()
◆ menuIcon()
QString Jellyfin::DTO::ConfigurationPageInfo::menuIcon |
( |
| ) |
const |
Gets or sets the menu icon.
◆ menuIconNull()
bool Jellyfin::DTO::ConfigurationPageInfo::menuIconNull |
( |
| ) |
const |
◆ menuSection()
QString Jellyfin::DTO::ConfigurationPageInfo::menuSection |
( |
| ) |
const |
Gets or sets the menu section.
◆ menuSectionNull()
bool Jellyfin::DTO::ConfigurationPageInfo::menuSectionNull |
( |
| ) |
const |
◆ name()
QString Jellyfin::DTO::ConfigurationPageInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::ConfigurationPageInfo::nameNull |
( |
| ) |
const |
◆ pluginId()
QString Jellyfin::DTO::ConfigurationPageInfo::pluginId |
( |
| ) |
const |
Gets or sets the plugin id.
◆ pluginIdNull()
bool Jellyfin::DTO::ConfigurationPageInfo::pluginIdNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setConfigurationPageType()
void Jellyfin::DTO::ConfigurationPageInfo::setConfigurationPageType |
( |
ConfigurationPageType | newConfigurationPageType | ) |
|
◆ setDisplayName()
void Jellyfin::DTO::ConfigurationPageInfo::setDisplayName |
( |
QString | newDisplayName | ) |
|
Gets or sets the display name.
◆ setDisplayNameNull()
void Jellyfin::DTO::ConfigurationPageInfo::setDisplayNameNull |
( |
| ) |
|
◆ setEnableInMainMenu()
void Jellyfin::DTO::ConfigurationPageInfo::setEnableInMainMenu |
( |
bool | newEnableInMainMenu | ) |
|
Gets or sets a value indicating whether the configurations page is enabled in the main menu.
◆ setFromJson()
void Jellyfin::DTO::ConfigurationPageInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setMenuIcon()
void Jellyfin::DTO::ConfigurationPageInfo::setMenuIcon |
( |
QString | newMenuIcon | ) |
|
Gets or sets the menu icon.
◆ setMenuIconNull()
void Jellyfin::DTO::ConfigurationPageInfo::setMenuIconNull |
( |
| ) |
|
◆ setMenuSection()
void Jellyfin::DTO::ConfigurationPageInfo::setMenuSection |
( |
QString | newMenuSection | ) |
|
Gets or sets the menu section.
◆ setMenuSectionNull()
void Jellyfin::DTO::ConfigurationPageInfo::setMenuSectionNull |
( |
| ) |
|
◆ setName()
void Jellyfin::DTO::ConfigurationPageInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::ConfigurationPageInfo::setNameNull |
( |
| ) |
|
◆ setPluginId()
void Jellyfin::DTO::ConfigurationPageInfo::setPluginId |
( |
QString | newPluginId | ) |
|
Gets or sets the plugin id.
◆ setPluginIdNull()
void Jellyfin::DTO::ConfigurationPageInfo::setPluginIdNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::ConfigurationPageInfo::toJson |
( |
| ) |
const |
◆ m_configurationPageType
◆ m_displayName
QString Jellyfin::DTO::ConfigurationPageInfo::m_displayName |
|
protected |
◆ m_enableInMainMenu
bool Jellyfin::DTO::ConfigurationPageInfo::m_enableInMainMenu |
|
protected |
◆ m_menuIcon
QString Jellyfin::DTO::ConfigurationPageInfo::m_menuIcon |
|
protected |
◆ m_menuSection
QString Jellyfin::DTO::ConfigurationPageInfo::m_menuSection |
|
protected |
◆ m_name
QString Jellyfin::DTO::ConfigurationPageInfo::m_name |
|
protected |
◆ m_pluginId
QString Jellyfin::DTO::ConfigurationPageInfo::m_pluginId |
|
protected |
The documentation for this class was generated from the following files: