Loading...
Searching...
No Matches
JS::PanelDelegate Class Referencefinal
Inheritance diagram for JS::PanelDelegate:
Public Member Functions | |
| PanelDelegate (const score::GUIApplicationContext &ctx) | |
| QJSEngine & | engine () noexcept |
| void | evaluate (const QString &txt) |
| void | compute (const QString &txt, std::function< void(QVariant)> r) |
| QMenu * | addMenu (QMenu *cur, QStringList names) |
| void | importModule (const QString &path) |
Public Member Functions inherited from score::PanelDelegate | |
| PanelDelegate (const score::GUIApplicationContext &ctx) | |
| const score::GUIApplicationContext & | context () const |
| void | setModel (const score::DocumentContext &model) |
| void | setModel (std::nullopt_t n) |
| MaybeDocument | document () const |
| document The std::optional current document | |
| virtual void | setNewSelection (const Selection &s) |
| setNewSelection This function will be called if the selected objects change in score | |
Additional Inherited Members | |
Protected Member Functions inherited from score::PanelDelegate | |
| virtual void | on_modelChanged (MaybeDocument oldm, MaybeDocument newm) |
| on_modelChanged This function is called when the visible document changes. | |
The documentation for this class was generated from the following files:
- ConsolePanel.hpp
- ConsolePanel.cpp
Public Member Functions inherited from