Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
Process::ProcessMultiScriptEditDialog< Process_T, Property_T > Class Template Reference
Inheritance diagram for Process::ProcessMultiScriptEditDialog< Process_T, Property_T >:

Public Types | |
using param_type = typename Property_T::param_type | |
Public Member Functions | |
ProcessMultiScriptEditDialog (const Process_T &process, const score::DocumentContext &ctx, QWidget *parent) | |
void on_accepted () override | |
![]() | |
MultiScriptDialog (const score::DocumentContext &ctx, QWidget *parent) | |
QSize sizeHint () const override | |
std::vector< QString > text () const noexcept | |
void addTab (const QString &name, const QString &text, const std::string_view language) | |
void setText (int idx, const QString &str) | |
void setError (const QString &str) | |
void clearError () | |
void openInExternalEditor (const QString &editorPath) | |
Protected Member Functions | |
void closeEvent (QCloseEvent *event) override | |
Protected Attributes | |
const Process_T & m_process | |
![]() | |
const score::DocumentContext & m_context | |
QTabWidget * m_tabs {} | |
std::vector< EditorTab > m_editors | |
QPlainTextEdit * m_error {} | |
Member Function Documentation
◆ on_accepted()
template<typename Process_T , typename Property_T >
|
inlineoverridevirtual |
Implements Process::MultiScriptDialog.
The documentation for this class was generated from the following file: