Loading...
Searching...
No Matches
Spline::GeneratorDialog Class Reference
Inheritance diagram for Spline::GeneratorDialog:
Public Member Functions | |
| GeneratorDialog (const ProcessModel &model, const score::DocumentContext &ctx, QWidget *parent) | |
| void | on_accepted () override |
Public Member Functions inherited from Process::ScriptDialog | |
| ScriptDialog (const std::string_view lang, const score::DocumentContext &ctx, QWidget *parent) | |
| QSize | sizeHint () const override |
| QString | text () const noexcept |
| void | setText (const QString &str) |
| void | setError (int line, const QString &str) |
| void | openInExternalEditor (const QString &editorPath) |
| void | stopWatchingFile () |
Public Attributes | |
| double | t {} |
| double | x {} |
| double | y {} |
| double | m_step {0.03} |
| ossia::math_expression | expr |
| const ProcessModel & | m_model |
Additional Inherited Members | |
Protected Attributes inherited from Process::ScriptDialog | |
| const score::DocumentContext & | m_context |
| QTextEdit * | m_textedit {} |
| QPlainTextEdit * | m_error {} |
Member Function Documentation
◆ on_accepted()
|
inlineoverridevirtual |
Implements Process::ScriptDialog.
The documentation for this class was generated from the following file:
Public Member Functions inherited from