![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <configurationpageinfo.h>
Public Member Functions | |
| ConfigurationPageInfo (QString name, bool enableInMainMenu) | |
| ConfigurationPageInfo (const ConfigurationPageInfo &other) | |
| void | replaceData (ConfigurationPageInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
| bool | enableInMainMenu () const |
| Gets or sets a value indicating whether the configurations page is enabled in the main menu. | |
| void | setEnableInMainMenu (bool newEnableInMainMenu) |
| Gets or sets a value indicating whether the configurations page is enabled in the main menu. | |
| QString | menuSection () const |
| Gets or sets the menu section. | |
| void | setMenuSection (QString newMenuSection) |
| Gets or sets the menu section. | |
| bool | menuSectionNull () const |
| void | setMenuSectionNull () |
| QString | menuIcon () const |
| Gets or sets the menu icon. | |
| void | setMenuIcon (QString newMenuIcon) |
| Gets or sets the menu icon. | |
| bool | menuIconNull () const |
| void | setMenuIconNull () |
| QString | displayName () const |
| Gets or sets the display name. | |
| void | setDisplayName (QString newDisplayName) |
| Gets or sets the display name. | |
| bool | displayNameNull () const |
| void | setDisplayNameNull () |
| QString | pluginId () const |
| Gets or sets the plugin id. | |
| void | setPluginId (QString newPluginId) |
| Gets or sets the plugin id. | |
| bool | pluginIdNull () const |
| void | setPluginIdNull () |
Static Public Member Functions | |
| static ConfigurationPageInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| bool | m_enableInMainMenu |
| QString | m_menuSection |
| QString | m_menuIcon |
| QString | m_displayName |
| QString | m_pluginId |
| Jellyfin::DTO::ConfigurationPageInfo::ConfigurationPageInfo | ( | QString | name, |
| bool | enableInMainMenu ) |
| Jellyfin::DTO::ConfigurationPageInfo::ConfigurationPageInfo | ( | const ConfigurationPageInfo & | other | ) |
| QString Jellyfin::DTO::ConfigurationPageInfo::displayName | ( | ) | const |
Gets or sets the display name.
| bool Jellyfin::DTO::ConfigurationPageInfo::displayNameNull | ( | ) | const |
| bool Jellyfin::DTO::ConfigurationPageInfo::enableInMainMenu | ( | ) | const |
Gets or sets a value indicating whether the configurations page is enabled in the main menu.
|
static |
| QString Jellyfin::DTO::ConfigurationPageInfo::menuIcon | ( | ) | const |
Gets or sets the menu icon.
| bool Jellyfin::DTO::ConfigurationPageInfo::menuIconNull | ( | ) | const |
| QString Jellyfin::DTO::ConfigurationPageInfo::menuSection | ( | ) | const |
Gets or sets the menu section.
| bool Jellyfin::DTO::ConfigurationPageInfo::menuSectionNull | ( | ) | const |
| QString Jellyfin::DTO::ConfigurationPageInfo::name | ( | ) | const |
Gets or sets the name.
| QString Jellyfin::DTO::ConfigurationPageInfo::pluginId | ( | ) | const |
Gets or sets the plugin id.
| bool Jellyfin::DTO::ConfigurationPageInfo::pluginIdNull | ( | ) | const |
| void Jellyfin::DTO::ConfigurationPageInfo::replaceData | ( | ConfigurationPageInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ConfigurationPageInfo::setDisplayName | ( | QString | newDisplayName | ) |
Gets or sets the display name.
| void Jellyfin::DTO::ConfigurationPageInfo::setDisplayNameNull | ( | ) |
| void Jellyfin::DTO::ConfigurationPageInfo::setEnableInMainMenu | ( | bool | newEnableInMainMenu | ) |
Gets or sets a value indicating whether the configurations page is enabled in the main menu.
| void Jellyfin::DTO::ConfigurationPageInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ConfigurationPageInfo::setMenuIcon | ( | QString | newMenuIcon | ) |
Gets or sets the menu icon.
| void Jellyfin::DTO::ConfigurationPageInfo::setMenuIconNull | ( | ) |
| void Jellyfin::DTO::ConfigurationPageInfo::setMenuSection | ( | QString | newMenuSection | ) |
Gets or sets the menu section.
| void Jellyfin::DTO::ConfigurationPageInfo::setMenuSectionNull | ( | ) |
| void Jellyfin::DTO::ConfigurationPageInfo::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::ConfigurationPageInfo::setPluginId | ( | QString | newPluginId | ) |
Gets or sets the plugin id.
| void Jellyfin::DTO::ConfigurationPageInfo::setPluginIdNull | ( | ) |
| QJsonObject Jellyfin::DTO::ConfigurationPageInfo::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |