Inherits AZ::TickBus::Handler.
Inherited by GradientSignal::GradientPreviewWidget.
|
void | SetGradientSampler (const GradientSampler &sampler) |
|
void | SetGradientSampleFilter (SampleFilterFunc filterFunc) |
|
void | OnTick ([[maybe_unused]] float deltaTime, [[maybe_unused]] AZ::ScriptTimePoint time) override |
|
void | QueueUpdate () |
|
bool | OnCancelRefresh () |
|
◆ GetPreviewSize()
virtual QSize GradientSignal::EditorGradientPreviewRenderer::GetPreviewSize |
( |
| ) |
const |
|
protectedpure virtual |
◆ OnUpdate()
virtual void GradientSignal::EditorGradientPreviewRenderer::OnUpdate |
( |
| ) |
|
|
protectedpure virtual |
Since this base class is shared between a QWidget and a QGraphicsItem, we need to abstract the actual update() call so that they can invoke the proper one
Implemented in GradientSignal::GradientPreviewWidget.
The documentation for this class was generated from the following file:
- Gems/GradientSignal/Code/Include/GradientSignal/Editor/EditorGradientPreviewRenderer.h