Spline3D::ChangeSpline Class Referencefinal
Inheritance diagram for Spline3D::ChangeSpline:
Public Member Functions | |
ChangeSpline (const ProcessModel &autom, const ossia::spline3d_data &newval) | |
void | undo (const score::DocumentContext &ctx) const override |
void | redo (const score::DocumentContext &ctx) const override |
void | update (const ProcessModel &, const ossia::spline3d_data &newval) |
void | update (const ProcessModel &, ossia::spline3d_data &&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 &s) const override |
void | deserializeImpl (DataStreamOutput &s) override |
The documentation for this class was generated from the following files:
- plugins/score-plugin-spline3d/Spline3D/commands.hpp
- score-plugin-spline3d/Spline3D/Commands.cpp