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

Public Member Functions

 PythonWorkspaceScripts (WorkspaceManager &manager)
 PythonWorkspaceScripts (const PythonWorkspaceScripts &)=delete
PythonWorkspaceScriptsoperator= (const PythonWorkspaceScripts &)=delete
 PythonWorkspaceScripts (PythonWorkspaceScripts &&)=delete
PythonWorkspaceScriptsoperator= (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)
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)

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