Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
generalcommandtype.h
Go to the documentation of this file.
1/*
2 * Sailfin: a Jellyfin client written using Qt
3 * Copyright (C) 2021 Chris Josten and the Sailfin Contributors.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19/*
20 * WARNING: THIS IS AN AUTOMATICALLY GENERATED FILE! PLEASE DO NOT EDIT THIS, AS YOUR EDITS WILL GET
21 * OVERWRITTEN AT SOME POINT!
22 *
23 * If there is a bug in this file, please fix the code generator used to generate this file found in
24 * core/openapigenerator.d.
25 *
26 * This file is generated based on Jellyfin's OpenAPI description, "openapi.json". Please update that
27 * file with a newer file if needed instead of manually updating the files.
28 */
29
30#ifndef JELLYFIN_DTO_GENERALCOMMANDTYPE_H
31#define JELLYFIN_DTO_GENERALCOMMANDTYPE_H
32
33#include <QJsonValue>
34#include <QObject>
35#include <QString>
36
38
39namespace Jellyfin {
40// Forward declaration
41class ApiClient;
42}
43namespace Jellyfin {
44namespace DTO {
45
97
99
100} // NS DTO
101
102namespace Support {
103
105
106template <>
108
109template <>
111
112} // NS DTO
113} // NS Jellyfin
114
115#endif // JELLYFIN_DTO_GENERALCOMMANDTYPE_H
Definition generalcommandtype.h:46
Value
Definition generalcommandtype.h:49
@ SendKey
Definition generalcommandtype.h:64
@ Play
Definition generalcommandtype.h:91
@ DisplayMessage
Definition generalcommandtype.h:79
@ MoveLeft
Definition generalcommandtype.h:53
@ PreviousLetter
Definition generalcommandtype.h:57
@ NextLetter
Definition generalcommandtype.h:58
@ PageDown
Definition generalcommandtype.h:56
@ SetShuffleQueue
Definition generalcommandtype.h:87
@ ChannelUp
Definition generalcommandtype.h:81
@ SetSubtitleStreamIndex
Definition generalcommandtype.h:75
@ MoveDown
Definition generalcommandtype.h:52
@ PlayNext
Definition generalcommandtype.h:89
@ EnumNotSet
Definition generalcommandtype.h:50
@ Guide
Definition generalcommandtype.h:83
@ ToggleContextMenu
Definition generalcommandtype.h:60
@ ChannelDown
Definition generalcommandtype.h:82
@ GoToSearch
Definition generalcommandtype.h:78
@ PlayTrailers
Definition generalcommandtype.h:86
@ ToggleMute
Definition generalcommandtype.h:72
@ Unmute
Definition generalcommandtype.h:71
@ SendString
Definition generalcommandtype.h:65
@ MoveUp
Definition generalcommandtype.h:51
@ Select
Definition generalcommandtype.h:61
@ Mute
Definition generalcommandtype.h:70
@ ToggleOsd
Definition generalcommandtype.h:59
@ ToggleFullscreen
Definition generalcommandtype.h:76
@ ToggleOsdMenu
Definition generalcommandtype.h:90
@ VolumeDown
Definition generalcommandtype.h:69
@ TakeScreenshot
Definition generalcommandtype.h:63
@ VolumeUp
Definition generalcommandtype.h:68
@ PlayMediaSource
Definition generalcommandtype.h:85
@ SetRepeatMode
Definition generalcommandtype.h:80
@ PageUp
Definition generalcommandtype.h:55
@ SetVolume
Definition generalcommandtype.h:73
@ MoveRight
Definition generalcommandtype.h:54
@ Back
Definition generalcommandtype.h:62
@ PlayState
Definition generalcommandtype.h:88
@ GoHome
Definition generalcommandtype.h:66
@ DisplayContent
Definition generalcommandtype.h:77
@ SetAudioStreamIndex
Definition generalcommandtype.h:74
@ GoToSettings
Definition generalcommandtype.h:67
@ ToggleStats
Definition generalcommandtype.h:84
GeneralCommandTypeClass::Value GeneralCommandType
Definition generalcommandtype.h:98
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
Jellyfin::DTO::GeneralCommandType GeneralCommandType
Definition generalcommandtype.h:104
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45