Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::PythonWorkspaceScripts Class Reference
Inheritance diagram for inviwo::PythonWorkspaceScripts:

Public Member Functions

void addScript (std::string_view key, std::string_view script)
std::vector< std::string_view > getKeys () const
std::optional< std::string_view > getScript (std::string_view key)
PythonWorkspaceScripts & operator= (const PythonWorkspaceScripts &)=delete
PythonWorkspaceScripts & operator= (PythonWorkspaceScripts &&)=delete
 PythonWorkspaceScripts (const PythonWorkspaceScripts &)=delete
 PythonWorkspaceScripts (PythonWorkspaceScripts &&)=delete
 PythonWorkspaceScripts (WorkspaceManager &manager)
void removeScript (std::string_view key)
void updateScript (std::string_view key, std::string_view script)
Public Member Functions inherited from inviwo::Observable< PythonWorkspaceScriptsObserver >
void addObserver (PythonWorkspaceScriptsObserver *observer)
bool isObservedBy (PythonWorkspaceScriptsObserver *observer) const
Observable< PythonWorkspaceScriptsObserver > & operator= (const Observable< PythonWorkspaceScriptsObserver > &other)
void removeObserver (PythonWorkspaceScriptsObserver *observer)
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
void addObservationHelper (Observer *observer)
virtual void addObserver (Observer *observer)=0
void removeObservationHelper (Observer *observer)
virtual void removeObserver (Observer *observer)=0

The documentation for this class was generated from the following file:
  • modules/python3/include/modules/python3/pythonworkspacescripts.h