1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-04 01:42:44 +00:00

WIP: logic rewrite

WIP: adding loaders
This commit is contained in:
Chris Josten 2021-03-24 20:04:03 +01:00
parent b9b08ab384
commit 2360b261f7
1769 changed files with 124903 additions and 1963 deletions

View file

@ -43,8 +43,8 @@ namespace DTO {
class AccessSchedule {
public:
explicit AccessSchedule();
public:AccessSchedule();AccessSchedule(const AccessSchedule &other);
static AccessSchedule fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class ActivityLogEntry {
public:
explicit ActivityLogEntry();
public:ActivityLogEntry();ActivityLogEntry(const ActivityLogEntry &other);
static ActivityLogEntry fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class ActivityLogEntryQueryResult {
public:
explicit ActivityLogEntryQueryResult();
public:ActivityLogEntryQueryResult();ActivityLogEntryQueryResult(const ActivityLogEntryQueryResult &other);
static ActivityLogEntryQueryResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class AddVirtualFolderDto {
public:
explicit AddVirtualFolderDto();
public:AddVirtualFolderDto();AddVirtualFolderDto(const AddVirtualFolderDto &other);
static AddVirtualFolderDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class AlbumInfo {
public:
explicit AlbumInfo();
public:AlbumInfo();AlbumInfo(const AlbumInfo &other);
static AlbumInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class AlbumInfoRemoteSearchQuery {
public:
explicit AlbumInfoRemoteSearchQuery();
public:AlbumInfoRemoteSearchQuery();AlbumInfoRemoteSearchQuery(const AlbumInfoRemoteSearchQuery &other);
static AlbumInfoRemoteSearchQuery fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class AllThemeMediaResult {
public:
explicit AllThemeMediaResult();
public:AllThemeMediaResult();AllThemeMediaResult(const AllThemeMediaResult &other);
static AllThemeMediaResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class ArtistInfo {
public:
explicit ArtistInfo();
public:ArtistInfo();ArtistInfo(const ArtistInfo &other);
static ArtistInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class ArtistInfoRemoteSearchQuery {
public:
explicit ArtistInfoRemoteSearchQuery();
public:ArtistInfoRemoteSearchQuery();ArtistInfoRemoteSearchQuery(const ArtistInfoRemoteSearchQuery &other);
static ArtistInfoRemoteSearchQuery fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class AuthenticateUserByName {
public:
explicit AuthenticateUserByName();
public:AuthenticateUserByName();AuthenticateUserByName(const AuthenticateUserByName &other);
static AuthenticateUserByName fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class AuthenticationInfo {
public:
explicit AuthenticationInfo();
public:AuthenticationInfo();AuthenticationInfo(const AuthenticationInfo &other);
static AuthenticationInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class AuthenticationInfoQueryResult {
public:
explicit AuthenticationInfoQueryResult();
public:AuthenticationInfoQueryResult();AuthenticationInfoQueryResult(const AuthenticationInfoQueryResult &other);
static AuthenticationInfoQueryResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class AuthenticationResult {
public:
explicit AuthenticationResult();
public:AuthenticationResult();AuthenticationResult(const AuthenticationResult &other);
static AuthenticationResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -48,8 +48,8 @@ namespace DTO {
class BaseItem {
public:
explicit BaseItem();
public:BaseItem();BaseItem(const BaseItem &other);
static BaseItem fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -65,8 +65,8 @@ namespace DTO {
class BaseItemDto {
public:
explicit BaseItemDto();
public:BaseItemDto();BaseItemDto(const BaseItemDto &other);
static BaseItemDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class BaseItemDtoQueryResult {
public:
explicit BaseItemDtoQueryResult();
public:BaseItemDtoQueryResult();BaseItemDtoQueryResult(const BaseItemDtoQueryResult &other);
static BaseItemDtoQueryResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class BaseItemPerson {
public:
explicit BaseItemPerson();
public:BaseItemPerson();BaseItemPerson(const BaseItemPerson &other);
static BaseItemPerson fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class BookInfo {
public:
explicit BookInfo();
public:BookInfo();BookInfo(const BookInfo &other);
static BookInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class BookInfoRemoteSearchQuery {
public:
explicit BookInfoRemoteSearchQuery();
public:BookInfoRemoteSearchQuery();BookInfoRemoteSearchQuery(const BookInfoRemoteSearchQuery &other);
static BookInfoRemoteSearchQuery fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class BoxSetInfo {
public:
explicit BoxSetInfo();
public:BoxSetInfo();BoxSetInfo(const BoxSetInfo &other);
static BoxSetInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class BoxSetInfoRemoteSearchQuery {
public:
explicit BoxSetInfoRemoteSearchQuery();
public:BoxSetInfoRemoteSearchQuery();BoxSetInfoRemoteSearchQuery(const BoxSetInfoRemoteSearchQuery &other);
static BoxSetInfoRemoteSearchQuery fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class BrandingOptions {
public:
explicit BrandingOptions();
public:BrandingOptions();BrandingOptions(const BrandingOptions &other);
static BrandingOptions fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class BufferRequestDto {
public:
explicit BufferRequestDto();
public:BufferRequestDto();BufferRequestDto(const BufferRequestDto &other);
static BufferRequestDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class ChannelFeatures {
public:
explicit ChannelFeatures();
public:ChannelFeatures();ChannelFeatures(const ChannelFeatures &other);
static ChannelFeatures fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -48,8 +48,8 @@ namespace DTO {
class ChannelMappingOptionsDto {
public:
explicit ChannelMappingOptionsDto();
public:ChannelMappingOptionsDto();ChannelMappingOptionsDto(const ChannelMappingOptionsDto &other);
static ChannelMappingOptionsDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class ChapterInfo {
public:
explicit ChapterInfo();
public:ChapterInfo();ChapterInfo(const ChapterInfo &other);
static ChapterInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class ClientCapabilities {
public:
explicit ClientCapabilities();
public:ClientCapabilities();ClientCapabilities(const ClientCapabilities &other);
static ClientCapabilities fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class ClientCapabilitiesDto {
public:
explicit ClientCapabilitiesDto();
public:ClientCapabilitiesDto();ClientCapabilitiesDto(const ClientCapabilitiesDto &other);
static ClientCapabilitiesDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class CodecProfile {
public:
explicit CodecProfile();
public:CodecProfile();CodecProfile(const CodecProfile &other);
static CodecProfile fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class CollectionCreationResult {
public:
explicit CollectionCreationResult();
public:CollectionCreationResult();CollectionCreationResult(const CollectionCreationResult &other);
static CollectionCreationResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class ConfigurationPageInfo {
public:
explicit ConfigurationPageInfo();
public:ConfigurationPageInfo();ConfigurationPageInfo(const ConfigurationPageInfo &other);
static ConfigurationPageInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class ContainerProfile {
public:
explicit ContainerProfile();
public:ContainerProfile();ContainerProfile(const ContainerProfile &other);
static ContainerProfile fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class ControlResponse {
public:
explicit ControlResponse();
public:ControlResponse();ControlResponse(const ControlResponse &other);
static ControlResponse fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class CountryInfo {
public:
explicit CountryInfo();
public:CountryInfo();CountryInfo(const CountryInfo &other);
static CountryInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class CreatePlaylistDto {
public:
explicit CreatePlaylistDto();
public:CreatePlaylistDto();CreatePlaylistDto(const CreatePlaylistDto &other);
static CreatePlaylistDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class CreateUserByName {
public:
explicit CreateUserByName();
public:CreateUserByName();CreateUserByName(const CreateUserByName &other);
static CreateUserByName fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class CultureDto {
public:
explicit CultureDto();
public:CultureDto();CultureDto(const CultureDto &other);
static CultureDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class DefaultDirectoryBrowserInfoDto {
public:
explicit DefaultDirectoryBrowserInfoDto();
public:DefaultDirectoryBrowserInfoDto();DefaultDirectoryBrowserInfoDto(const DefaultDirectoryBrowserInfoDto &other);
static DefaultDirectoryBrowserInfoDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -46,8 +46,8 @@ namespace DTO {
class DeviceIdentification {
public:
explicit DeviceIdentification();
public:DeviceIdentification();DeviceIdentification(const DeviceIdentification &other);
static DeviceIdentification fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -46,8 +46,8 @@ namespace DTO {
class DeviceInfo {
public:
explicit DeviceInfo();
public:DeviceInfo();DeviceInfo(const DeviceInfo &other);
static DeviceInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class DeviceInfoQueryResult {
public:
explicit DeviceInfoQueryResult();
public:DeviceInfoQueryResult();DeviceInfoQueryResult(const DeviceInfoQueryResult &other);
static DeviceInfoQueryResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class DeviceOptions {
public:
explicit DeviceOptions();
public:DeviceOptions();DeviceOptions(const DeviceOptions &other);
static DeviceOptions fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -53,8 +53,8 @@ namespace DTO {
class DeviceProfile {
public:
explicit DeviceProfile();
public:DeviceProfile();DeviceProfile(const DeviceProfile &other);
static DeviceProfile fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class DeviceProfileInfo {
public:
explicit DeviceProfileInfo();
public:DeviceProfileInfo();DeviceProfileInfo(const DeviceProfileInfo &other);
static DeviceProfileInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class DirectPlayProfile {
public:
explicit DirectPlayProfile();
public:DirectPlayProfile();DirectPlayProfile(const DirectPlayProfile &other);
static DirectPlayProfile fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class DisplayPreferencesDto {
public:
explicit DisplayPreferencesDto();
public:DisplayPreferencesDto();DisplayPreferencesDto(const DisplayPreferencesDto &other);
static DisplayPreferencesDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -41,8 +41,8 @@ namespace DTO {
class EndPointInfo {
public:
explicit EndPointInfo();
public:EndPointInfo();EndPointInfo(const EndPointInfo &other);
static EndPointInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class ExternalIdInfo {
public:
explicit ExternalIdInfo();
public:ExternalIdInfo();ExternalIdInfo(const ExternalIdInfo &other);
static ExternalIdInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class ExternalUrl {
public:
explicit ExternalUrl();
public:ExternalUrl();ExternalUrl(const ExternalUrl &other);
static ExternalUrl fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class FileSystemEntryInfo {
public:
explicit FileSystemEntryInfo();
public:FileSystemEntryInfo();FileSystemEntryInfo(const FileSystemEntryInfo &other);
static FileSystemEntryInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class FontFile {
public:
explicit FontFile();
public:FontFile();FontFile(const FontFile &other);
static FontFile fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class ForgotPasswordDto {
public:
explicit ForgotPasswordDto();
public:ForgotPasswordDto();ForgotPasswordDto(const ForgotPasswordDto &other);
static ForgotPasswordDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class ForgotPasswordResult {
public:
explicit ForgotPasswordResult();
public:ForgotPasswordResult();ForgotPasswordResult(const ForgotPasswordResult &other);
static ForgotPasswordResult fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class GeneralCommand {
public:
explicit GeneralCommand();
public:GeneralCommand();GeneralCommand(const GeneralCommand &other);
static GeneralCommand fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -48,8 +48,8 @@ namespace DTO {
class GetProgramsDto {
public:
explicit GetProgramsDto();
public:GetProgramsDto();GetProgramsDto(const GetProgramsDto &other);
static GetProgramsDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class GroupInfoDto {
public:
explicit GroupInfoDto();
public:GroupInfoDto();GroupInfoDto(const GroupInfoDto &other);
static GroupInfoDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class GuideInfo {
public:
explicit GuideInfo();
public:GuideInfo();GuideInfo(const GuideInfo &other);
static GuideInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class HttpHeaderInfo {
public:
explicit HttpHeaderInfo();
public:HttpHeaderInfo();HttpHeaderInfo(const HttpHeaderInfo &other);
static HttpHeaderInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -41,8 +41,8 @@ namespace DTO {
class IgnoreWaitRequestDto {
public:
explicit IgnoreWaitRequestDto();
public:IgnoreWaitRequestDto();IgnoreWaitRequestDto(const IgnoreWaitRequestDto &other);
static IgnoreWaitRequestDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class ImageByNameInfo {
public:
explicit ImageByNameInfo();
public:ImageByNameInfo();ImageByNameInfo(const ImageByNameInfo &other);
static ImageByNameInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class ImageInfo {
public:
explicit ImageInfo();
public:ImageInfo();ImageInfo(const ImageInfo &other);
static ImageInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class ImageOption {
public:
explicit ImageOption();
public:ImageOption();ImageOption(const ImageOption &other);
static ImageOption fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class ImageProviderInfo {
public:
explicit ImageProviderInfo();
public:ImageProviderInfo();ImageProviderInfo(const ImageProviderInfo &other);
static ImageProviderInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class InstallationInfo {
public:
explicit InstallationInfo();
public:InstallationInfo();InstallationInfo(const InstallationInfo &other);
static InstallationInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class IPlugin {
public:
explicit IPlugin();
public:IPlugin();IPlugin(const IPlugin &other);
static IPlugin fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -41,8 +41,8 @@ namespace DTO {
class ItemCounts {
public:
explicit ItemCounts();
public:ItemCounts();ItemCounts(const ItemCounts &other);
static ItemCounts fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class JoinGroupRequestDto {
public:
explicit JoinGroupRequestDto();
public:JoinGroupRequestDto();JoinGroupRequestDto(const JoinGroupRequestDto &other);
static JoinGroupRequestDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class LibraryOptionInfoDto {
public:
explicit LibraryOptionInfoDto();
public:LibraryOptionInfoDto();LibraryOptionInfoDto(const LibraryOptionInfoDto &other);
static LibraryOptionInfoDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -47,8 +47,8 @@ namespace DTO {
class LibraryOptions {
public:
explicit LibraryOptions();
public:LibraryOptions();LibraryOptions(const LibraryOptions &other);
static LibraryOptions fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -46,8 +46,8 @@ namespace DTO {
class LibraryOptionsResultDto {
public:
explicit LibraryOptionsResultDto();
public:LibraryOptionsResultDto();LibraryOptionsResultDto(const LibraryOptionsResultDto &other);
static LibraryOptionsResultDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -48,8 +48,8 @@ namespace DTO {
class LibraryTypeOptionsDto {
public:
explicit LibraryTypeOptionsDto();
public:LibraryTypeOptionsDto();LibraryTypeOptionsDto(const LibraryTypeOptionsDto &other);
static LibraryTypeOptionsDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class LibraryUpdateInfo {
public:
explicit LibraryUpdateInfo();
public:LibraryUpdateInfo();LibraryUpdateInfo(const LibraryUpdateInfo &other);
static LibraryUpdateInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -46,8 +46,8 @@ namespace DTO {
class ListingsProviderInfo {
public:
explicit ListingsProviderInfo();
public:ListingsProviderInfo();ListingsProviderInfo(const ListingsProviderInfo &other);
static ListingsProviderInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class LiveStreamResponse {
public:
explicit LiveStreamResponse();
public:LiveStreamResponse();LiveStreamResponse(const LiveStreamResponse &other);
static LiveStreamResponse fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class LiveTvInfo {
public:
explicit LiveTvInfo();
public:LiveTvInfo();LiveTvInfo(const LiveTvInfo &other);
static LiveTvInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class LiveTvServiceInfo {
public:
explicit LiveTvServiceInfo();
public:LiveTvServiceInfo();LiveTvServiceInfo(const LiveTvServiceInfo &other);
static LiveTvServiceInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class LocalizationOption {
public:
explicit LocalizationOption();
public:LocalizationOption();LocalizationOption(const LocalizationOption &other);
static LocalizationOption fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class LogFile {
public:
explicit LogFile();
public:LogFile();LogFile(const LogFile &other);
static LogFile fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class MediaAttachment {
public:
explicit MediaAttachment();
public:MediaAttachment();MediaAttachment(const MediaAttachment &other);
static MediaAttachment fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class MediaEncoderPathDto {
public:
explicit MediaEncoderPathDto();
public:MediaEncoderPathDto();MediaEncoderPathDto(const MediaEncoderPathDto &other);
static MediaEncoderPathDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class MediaPathDto {
public:
explicit MediaPathDto();
public:MediaPathDto();MediaPathDto(const MediaPathDto &other);
static MediaPathDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class MediaPathInfo {
public:
explicit MediaPathInfo();
public:MediaPathInfo();MediaPathInfo(const MediaPathInfo &other);
static MediaPathInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -53,8 +53,8 @@ namespace DTO {
class MediaSourceInfo {
public:
explicit MediaSourceInfo();
public:MediaSourceInfo();MediaSourceInfo(const MediaSourceInfo &other);
static MediaSourceInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class MediaStream {
public:
explicit MediaStream();
public:MediaStream();MediaStream(const MediaStream &other);
static MediaStream fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class MediaUpdateInfoDto {
public:
explicit MediaUpdateInfoDto();
public:MediaUpdateInfoDto();MediaUpdateInfoDto(const MediaUpdateInfoDto &other);
static MediaUpdateInfoDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class MediaUrl {
public:
explicit MediaUrl();
public:MediaUrl();MediaUrl(const MediaUrl &other);
static MediaUrl fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -50,8 +50,8 @@ namespace DTO {
class MetadataEditorInfo {
public:
explicit MetadataEditorInfo();
public:MetadataEditorInfo();MetadataEditorInfo(const MetadataEditorInfo &other);
static MetadataEditorInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class MetadataOptions {
public:
explicit MetadataOptions();
public:MetadataOptions();MetadataOptions(const MetadataOptions &other);
static MetadataOptions fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class MovePlaylistItemRequestDto {
public:
explicit MovePlaylistItemRequestDto();
public:MovePlaylistItemRequestDto();MovePlaylistItemRequestDto(const MovePlaylistItemRequestDto &other);
static MovePlaylistItemRequestDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class MovieInfo {
public:
explicit MovieInfo();
public:MovieInfo();MovieInfo(const MovieInfo &other);
static MovieInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class MovieInfoRemoteSearchQuery {
public:
explicit MovieInfoRemoteSearchQuery();
public:MovieInfoRemoteSearchQuery();MovieInfoRemoteSearchQuery(const MovieInfoRemoteSearchQuery &other);
static MovieInfoRemoteSearchQuery fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class MusicVideoInfo {
public:
explicit MusicVideoInfo();
public:MusicVideoInfo();MusicVideoInfo(const MusicVideoInfo &other);
static MusicVideoInfo fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class MusicVideoInfoRemoteSearchQuery {
public:
explicit MusicVideoInfoRemoteSearchQuery();
public:MusicVideoInfoRemoteSearchQuery();MusicVideoInfoRemoteSearchQuery(const MusicVideoInfoRemoteSearchQuery &other);
static MusicVideoInfoRemoteSearchQuery fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -43,8 +43,8 @@ namespace DTO {
class NameGuidPair {
public:
explicit NameGuidPair();
public:NameGuidPair();NameGuidPair(const NameGuidPair &other);
static NameGuidPair fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class NameIdPair {
public:
explicit NameIdPair();
public:NameIdPair();NameIdPair(const NameIdPair &other);
static NameIdPair fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class NameValuePair {
public:
explicit NameValuePair();
public:NameValuePair();NameValuePair(const NameValuePair &other);
static NameValuePair fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class NewGroupRequestDto {
public:
explicit NewGroupRequestDto();
public:NewGroupRequestDto();NewGroupRequestDto(const NewGroupRequestDto &other);
static NewGroupRequestDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -42,8 +42,8 @@ namespace DTO {
class NextItemRequestDto {
public:
explicit NextItemRequestDto();
public:NextItemRequestDto();NextItemRequestDto(const NextItemRequestDto &other);
static NextItemRequestDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -44,8 +44,8 @@ namespace DTO {
class NotificationDto {
public:
explicit NotificationDto();
public:NotificationDto();NotificationDto(const NotificationDto &other);
static NotificationDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

View file

@ -45,8 +45,8 @@ namespace DTO {
class NotificationResultDto {
public:
explicit NotificationResultDto();
public:NotificationResultDto();NotificationResultDto(const NotificationResultDto &other);
static NotificationResultDto fromJson(QJsonObject source);
void setFromJson(QJsonObject source);
QJsonObject toJson();

Some files were not shown because too many files have changed in this diff Show more