Loading...
Searching...
No Matches
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) |
| void | openInExternalEditor (const QString &editorPath) |
| void | stopWatchingFile () |
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 {} |
Member Function Documentation
◆ on_accepted()
template<typename Process_T , typename Property_T , typename Spec_T >
|
inlineoverridevirtual |
Implements Process::ScriptDialog.
The documentation for this class was generated from the following file:
Public Member Functions inherited from