![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QQuickShaderEffectSourceCleanup (QSGLayer *t, QQuickShaderEffectSourceTextureProvider *p) | |
| void | run () override |
| Implement this pure virtual function in your subclass. | |
| QQuickShaderEffectSourceCleanup (QSGLayer *t, QQuickShaderEffectSourceTextureProvider *p) | |
| void | run () override |
| Implement this pure virtual function in your subclass. | |
| Public Member Functions inherited from QRunnable | |
| constexpr | QRunnable () noexcept=default |
| Constructs a QRunnable. | |
| virtual | ~QRunnable () |
| QRunnable virtual destructor. | |
| bool | autoDelete () const |
Returns true is auto-deletion is enabled; false otherwise. | |
| void | setAutoDelete (bool autoDelete) |
| Enables auto-deletion if autoDelete is true; otherwise auto-deletion is disabled. | |
Public Attributes | |
| QSGLayer * | texture |
| QQuickShaderEffectSourceTextureProvider * | provider |
Additional Inherited Members | |
| Public Types inherited from QRunnable | |
| template<typename Callable> | |
| using | if_callable = std::enable_if_t<std::is_invocable_r_v<void, Callable>, bool> |
| Static Public Member Functions inherited from QRunnable | |
| template<typename Callable, if_callable< Callable > = true> | |
| static QRunnable * | create (Callable &&functionToRun) |
| static QRunnable * | create (std::nullptr_t)=delete |
Definition at line 48 of file qquickshadereffectsource.cpp.
|
inline |
Definition at line 51 of file qquickshadereffectsource.cpp.
References QQuickShaderEffectSourceCleanup(), and provider.
Referenced by QQuickShaderEffectSourceCleanup().
|
inline |
Definition at line 51 of file qquickshadereffectsource.cpp.
|
inlineoverridevirtual |
Implement this pure virtual function in your subclass.
Implements QRunnable.
Definition at line 55 of file qquickshadereffectsource.cpp.
References provider.
|
inlineoverridevirtual |
Implement this pure virtual function in your subclass.
Implements QRunnable.
Definition at line 55 of file qquickshadereffectsource.cpp.
| QQuickShaderEffectSourceTextureProvider * QQuickShaderEffectSourceCleanup::provider |
Definition at line 60 of file qquickshadereffectsource.cpp.
Referenced by QQuickShaderEffectSourceCleanup(), and run().
| QSGLayer * QQuickShaderEffectSourceCleanup::texture |
Definition at line 59 of file qquickshadereffectsource.cpp.