Loading...
Searching...
No Matches
vst::SetControl Class Referencefinal
Inheritance diagram for vst::SetControl:
Public Member Functions | |
| SetControl (const ControlInlet &obj, float newval) | |
| void | undo (const score::DocumentContext &ctx) const final override |
| void | redo (const score::DocumentContext &ctx) const final override |
| void | update (const ControlInlet &obj, float newval) |
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 |
Protected Member Functions | |
| void | serializeImpl (DataStreamInput &stream) const final override |
| void | deserializeImpl (DataStreamOutput &stream) final override |
Member Function Documentation
◆ deserializeImpl()
|
finaloverrideprotectedvirtual |
Implements score::Command.
◆ redo()
|
finaloverridevirtual |
Implements score::Command.
◆ serializeImpl()
|
finaloverrideprotectedvirtual |
Implements score::Command.
◆ undo()
|
finaloverridevirtual |
Implements score::Command.
The documentation for this class was generated from the following files:
- plugins/score-plugin-vst/Vst/commands.hpp
- score-plugin-vst/Vst/Commands.cpp
Public Member Functions inherited from