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 (const Observable< PythonWorkspaceScriptsObserver > &other) | |
Observable (Observable< PythonWorkspaceScriptsObserver > &&other) noexcept | |
Observable< PythonWorkspaceScriptsObserver > & | operator= (const Observable< PythonWorkspaceScriptsObserver > &other) |
Observable< PythonWorkspaceScriptsObserver > & | operator= (Observable< PythonWorkspaceScriptsObserver > &&other) noexcept |
void | addObserver (PythonWorkspaceScriptsObserver *observer) |
void | removeObserver (PythonWorkspaceScriptsObserver *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
Public Member Functions inherited from inviwo::ObservableInterface |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::Observable< PythonWorkspaceScriptsObserver > | |
void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
void | addObservationHelper (Observer *observer) |
void | removeObservationHelper (Observer *observer) |