![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| PythonWorkspaceScripts (WorkspaceManager &manager) | |
| PythonWorkspaceScripts (const PythonWorkspaceScripts &)=delete | |
| PythonWorkspaceScripts & | operator= (const PythonWorkspaceScripts &)=delete |
| PythonWorkspaceScripts (PythonWorkspaceScripts &&)=delete | |
| PythonWorkspaceScripts & | operator= (PythonWorkspaceScripts &&)=delete |
| void | addScript (std::string_view key, std::string_view script) |
| void | updateScript (std::string_view key, std::string_view script) |
| void | removeScript (std::string_view key) |
| std::optional< std::string_view > | getScript (std::string_view key) |
| std::vector< std::string_view > | getKeys () const |
| Public Member Functions inherited from inviwo::Observable< PythonWorkspaceScriptsObserver > | |
| Observable< PythonWorkspaceScriptsObserver > & | operator= (const Observable< PythonWorkspaceScriptsObserver > &other) |
| void | addObserver (PythonWorkspaceScriptsObserver *observer) |
| void | removeObserver (PythonWorkspaceScriptsObserver *observer) |
| bool | isObservedBy (PythonWorkspaceScriptsObserver *observer) const |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::Observable< PythonWorkspaceScriptsObserver > | |
| void | forEachObserver (C callback) |
| Protected Member Functions inherited from inviwo::ObservableInterface | |
| virtual void | addObserver (Observer *observer)=0 |
| virtual void | removeObserver (Observer *observer)=0 |
| void | addObservationHelper (Observer *observer) |
| void | removeObservationHelper (Observer *observer) |