Callback interface to expose named parameter values to an effect.
More...
#include <parameters.h>
Callback interface to expose named parameter values to an effect.
An instance of this class should be passed to WebVfx::createEffects() to provide the parameters for that Effects instance.
double WebVfx::Parameters::getNumberParameter |
( |
const QString & |
name | ) |
|
|
virtual |
Return a numeric value for parameter name
.
- Parameters
-
QString WebVfx::Parameters::getStringParameter |
( |
const QString & |
name | ) |
|
|
virtual |
Return a string value for parameter name
.
- Parameters
-
The documentation for this class was generated from the following files:
- webvfx/parameters.h
- webvfx/parameters.cpp