3 #include <Process/TimeValue.hpp>
5 #include <score/model/IdentifiedObject.hpp>
6 #include <score/model/Identifier.hpp>
7 #include <score/selection/Selectable.hpp>
9 #include <score/serialization/JSONVisitor.hpp>
10 #include <score/tools/Metadata.hpp>
14 #include <score_plugin_scenario_export.h>
28 SCORE_SERIALIZE_FRIENDS
37 template <
typename DeserializerVisitor>
44 void setDate(
const TimeVal& date);
47 double heightPercentage()
const;
48 void setHeightPercentage(
double y);
50 const QString content()
const;
51 void setContent(
const QString content);
54 void dateChanged(
const TimeVal& arg_1) W_SIGNAL(dateChanged, arg_1);
55 void heightPercentageChanged(
bool arg_1) W_SIGNAL(heightPercentageChanged, arg_1);
56 void contentChanged(QString arg_1) W_SIGNAL(contentChanged, arg_1);
60 double m_yposition{0};
62 QString m_HTMLcontent{
63 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" "
64 "\"http://www.w3.org/TR/REC-html40/strict.dtd\">\n<html><head><meta "
65 "name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\np, li { "
66 "white-space: pre-wrap; }\n</style></head><body style=\" "
67 "font-family:'Ubuntu'; font-size:10pt; font-weight:400; "
68 "font-style:normal;\">\n<p style=\" margin-top:0px; margin-bottom:0px; "
69 "margin-left:0px; margin-right:0px; -qt-block-indent:0; "
70 "text-indent:0px;\">New Comment</p></body></html>"};
76 W_REGISTER_ARGTYPE(
Scenario::CommentBlockModel)
Definition: VisitorInterface.hpp:53
The IdentifiedObject class.
Definition: IdentifiedObject.hpp:19
Definition: VisitorInterface.hpp:61
The Selectable class.
Definition: Selectable.hpp:14
The id_base_t class.
Definition: Identifier.hpp:57
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Definition: TimeValue.hpp:21