2 #include <Process/Process.hpp>
4 #include <Media/Merger/Metadata.hpp>
7 #include <score/serialization/JSONVisitor.hpp>
18 SCORE_SERIALIZE_FRIENDS
34 template <
typename Impl>
35 explicit Model(Impl& vis, QObject* parent)
41 int inCount()
const noexcept;
42 Mode mode()
const noexcept;
45 void inCountChanged(
int arg_1) W_SIGNAL(inCountChanged, arg_1);
46 void modeChanged(Mode arg_1) W_SIGNAL(modeChanged, arg_1);
49 void setInCount(
int s);
58 W_PROPERTY(
int, inCount READ inCount WRITE setInCount NOTIFY inCountChanged)
59 W_PROPERTY(Mode, mode READ mode WRITE setMode NOTIFY modeChanged)
64 Q_DECLARE_METATYPE(Media::Merger::Model::Mode)
65 W_REGISTER_ARGTYPE(Media::Merger::Model::Mode)
The Process class.
Definition: score-lib-process/Process/Process.hpp:61
The id_base_t class.
Definition: Identifier.hpp:57
Definition: TimeValue.hpp:21