Process::ProcessScriptEditDialog< Process_T, Property_T, Spec_T > Class Template Reference
Inheritance diagram for Process::ProcessScriptEditDialog< Process_T, Property_T, Spec_T >:
Public Member Functions | |
ProcessScriptEditDialog (const Process_T &process, 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) |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) override |
Protected Attributes | |
const Process_T & | m_process |
Protected Attributes inherited from Process::ScriptDialog | |
const score::DocumentContext & | m_context |
QTextEdit * | m_textedit {} |
QPlainTextEdit * | m_error {} |
The documentation for this class was generated from the following file: