Loading...
Searching...
No Matches
JS::UpdateStateElement Class Reference
Inheritance diagram for JS::UpdateStateElement:
Public Member Functions | |
| UpdateStateElement (const JS::ProcessModel &obj, const QString &k, const ossia::value &v) | |
| bool | compatible (const JS::ProcessModel &obj, const QString &k, const ossia::value &v) const noexcept |
| void | update (const JS::ProcessModel &obj, const QString &k, const ossia::value &v) |
| void | undo (const score::DocumentContext &ctx) const final override |
| void | redo (const score::DocumentContext &ctx) const final override |
Public Member Functions inherited from score::Command | |
| virtual const CommandGroupKey & | parentKey () const noexcept=0 |
| virtual const CommandKey & | key () const noexcept=0 |
| QByteArray | serialize () const |
| void | deserialize (const QByteArray &) |
| virtual QString | description () const =0 |
Additional Inherited Members |
Member Function Documentation
◆ redo()
|
inlinefinaloverridevirtual |
Implements score::Command.
◆ undo()
|
inlinefinaloverridevirtual |
Implements score::Command.
The documentation for this class was generated from the following file:
Public Member Functions inherited from