![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::StringShaderResource:Public Member Functions | |
| virtual std::unique_ptr< ShaderResource > | clone () const override |
| virtual const std::string & | key () const override |
| StringShaderResource & | operator= (const StringShaderResource &)=delete |
| StringShaderResource & | operator= (StringShaderResource &&) noexcept=default |
| virtual void | setSource (std::string_view source) override |
| virtual const std::string & | source () const override |
| StringShaderResource (const StringShaderResource &rhs)=delete | |
| StringShaderResource (std::string_view key, std::string_view source) | |
| StringShaderResource (StringShaderResource &&rhs) noexcept=default | |
Public Member Functions inherited from inviwo::ShaderResource | |
| template<typename T > | |
| std::shared_ptr< Callback > | onChange (T &&callback) const |
Additional Inherited Members | |
Public Types inherited from inviwo::ShaderResource | |
| using | Callback = std::function<void(const ShaderResource*)> |
Protected Attributes inherited from inviwo::ShaderResource | |
| Dispatcher< void(const ShaderResource *) | callbacks_ ) |
|
overridevirtual |
Implements inviwo::ShaderResource.
|
overridevirtual |
Implements inviwo::ShaderResource.
|
overridevirtual |
Implements inviwo::ShaderResource.
|
overridevirtual |
Implements inviwo::ShaderResource.