#include <layer_mime.h>
Inheritance diagram for synfig::Layer_Mime:
Public Member Functions | |
Layer_Mime (String name) | |
virtual String | get_version () const |
Gets the version string for this layer. | |
virtual bool | set_version (const String &ver) |
Sets the virtual version to use for backwards-compatibility. | |
virtual bool | set_param (const String ¶m, const 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 Color | get_color (Context context, const Point &pos) const |
Gets the color of the Canvas at point. | |
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 Vocab | get_param_vocab () const |
Gets the paramater vocabulary. | |
virtual String | get_local_name () const |
Returns a string containing the localized name of the Layer. |
|
|
|
Gets the version string for this layer.
Reimplemented from synfig::Layer. |
|
Sets the virtual version to use for backwards-compatibility.
Reimplemented from synfig::Layer. |
|
Sets the parameter described by param to value.
Reimplemented from synfig::Layer. |
|
Get the value of the specified parameter.
Reimplemented from synfig::Layer. |
|
Gets the color of the Canvas at point.
Reimplemented from synfig::Layer. |
|
Renders the Canvas to the given Surface in an accelerated manner.
Reimplemented from synfig::Layer. |
|
Gets the paramater vocabulary.
Reimplemented from synfig::Layer. |
|
Returns a string containing the localized name of the Layer.
Reimplemented from synfig::Layer. |