#include <supersample.h>
Public Member Functions | |
SuperSample () | |
virtual bool | set_param (const String ¶m, const synfig::ValueBase &value) |
Sets the parameter described by param to value. | |
virtual ValueBase | get_param (const String ¶m) const |
Get the value of the specified parameter. | |
virtual bool | accelerated_render (Context context, Surface *surface, int quality, const RendDesc &renddesc, ProgressCallback *cb) const |
Renders the Canvas to the given Surface in an accelerated manner. | |
virtual synfig::Rect | get_bounding_rect (Context context) const |
virtual Vocab | get_param_vocab () const |
Gets the parameter vocabulary. |
SuperSample::SuperSample | ( | ) |
bool SuperSample::set_param | ( | const String & | param, | |
const synfig::ValueBase & | value | |||
) | [virtual] |
Sets the parameter described by param to value.
param | The name of the parameter to set | |
value | What the parameter is to be set to. |
true
on success, false
upon rejection or failure. If it returns false
, then the Layer is assumed to remain unchanged. const String ¶m
Reimplemented from synfig::Layer.
References IMPORT.
ValueBase SuperSample::get_param | ( | const String & | param | ) | const [virtual] |
Get the value of the specified parameter.
const String &
Reimplemented from synfig::Layer.
References EXPORT, EXPORT_NAME, and EXPORT_VERSION.
bool SuperSample::accelerated_render | ( | Context | context, | |
Surface * | surface, | |||
int | quality, | |||
const RendDesc & | renddesc, | |||
ProgressCallback * | cb | |||
) | const [virtual] |
Renders the Canvas to the given Surface in an accelerated manner.
context | Context iterator referring to next Layer. | |
surface | Pointer to Surface to render to. | |
quality | The requested quality-level to render at. | |
renddesc | The associated RendDesc. | |
cb | Pointer to callback object. May be NULL if there is no callback. |
true
on success, false
on failure Reimplemented from synfig::Layer.
References _, synfig::Context::accelerated_render(), synfig::SuperCallback::amount_complete(), synfig::ProgressCallback::amount_complete(), synfig::RendDesc::clear_flags(), synfig::ProgressCallback::error(), synfig::Color::get_a(), synfig::RendDesc::get_h(), synfig::RendDesc::get_w(), synfig::render(), synfig::Color::set_a(), synfig::RendDesc::set_wh(), and synfig::surface_target().
References synfig::Context::get_full_bounding_rect().
Layer::Vocab SuperSample::get_param_vocab | ( | void | ) | const [virtual] |
Gets the parameter vocabulary.
Reimplemented from synfig::Layer.
References _, and synfig::Layer::set_description().