Loading...
Searching...
No Matches
Process::ScriptDialog Class Referenceabstract
Inheritance diagram for Process::ScriptDialog:
Public Member Functions | |
| 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 | |
| virtual void | on_accepted ()=0 |
Protected Attributes | |
| const score::DocumentContext & | m_context |
| QTextEdit * | m_textedit {} |
| QPlainTextEdit * | m_error {} |
The documentation for this class was generated from the following files:
- ScriptEditor.hpp
- ScriptEditor.cpp