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

Public Member Functions

virtual void onScriptAdded (std::string_view key, std::string_view script)
 
virtual void onScriptRemoved (std::string_view key, std::string_view script)
 
virtual void onScriptSaved (std::string_view key, std::string_view script)
 
virtual void onScriptUpdate (std::string_view key, std::string_view script)
 
- Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 
 Observer (Observer &&other)
 
Observeroperator= (Observer &&other)
 
Observeroperator= (const Observer &other)
 
virtual ~Observer ()
 
void removeObservation (ObservableInterface *observable)
 
void removeObservations ()
 

Additional Inherited Members

- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 
- Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_
 

The documentation for this class was generated from the following file: