#include <star.h>
Public Member Functions | |
Star () | |
void | sync () |
Updates the polygon data to match the parameters. | |
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 Vocab | get_param_vocab () const |
Gets the parameter vocabulary. |
Star::Star | ( | ) |
References sync().
void Star::sync | ( | ) |
Updates the polygon data to match the parameters.
Reimplemented from synfig::Layer_Polygon.
References synfig::Layer_Polygon::add_polygon(), and synfig::Layer_Polygon::clear().
Referenced by set_param(), and Star().
bool Star::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_Polygon.
References synfig::ValueBase::put(), synfig::ValueBase::same_type_as(), and sync().
ValueBase Star::get_param | ( | const String & | param | ) | const [virtual] |
Get the value of the specified parameter.
const String &
Reimplemented from synfig::Layer_Polygon.
References EXPORT, EXPORT_NAME, and EXPORT_VERSION.
Layer::Vocab Star::get_param_vocab | ( | void | ) | const [virtual] |
Gets the parameter vocabulary.
Reimplemented from synfig::Layer_Polygon.
References _, and synfig::Layer::set_description().