Added system item support, support for RGBControlers with multiple item backends, and item settings widgets
This commit is contained in:
parent
a761eb4317
commit
5fb9ca7cc0
56 changed files with 635 additions and 210 deletions
|
|
@ -44,11 +44,11 @@ public:
|
|||
|
||||
uint8_t getTriggerValue();
|
||||
|
||||
static Actor* createActor(const QString& type);
|
||||
static std::shared_ptr<Actor> createActor(const QString& type);
|
||||
|
||||
virtual void store(QJsonObject& json);
|
||||
virtual void load(const QJsonObject& json, const bool preserve = false);
|
||||
static Actor* loadActor(const QJsonObject& json);
|
||||
static std::shared_ptr<Actor> loadActor(const QJsonObject& json);
|
||||
};
|
||||
|
||||
#endif // ACTOR_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue