Searched defs:SPFePointLight (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/filters/
H A Dpointlight.h20 #define SP_FEPOINTLIGHT(obj) (dynamic_cast<SPFePointLight*>((SPObject*)obj))
21 #define SP_IS_FEPOINTLIGHT(obj) (dynamic_cast<const SPFePointLight*>((SPObject*)obj) != NULL)
23 class SPFePointLight : public SPObject { class in inherits:SPObject
25 SPFePointLight();
26 virtual ~SPFePointLight();
H A Dpointlight.cpp28 SPFePointLight::SPFePointLight() function in class:SPFePointLight
32 SPFePointLight::~SPFePointLight() {
41 void SPFePointLight::build(SPDocument *document, Inkscape::XML::Node *repr) {
56 void SPFePointLight::release() {
66 * Sets a specific value in the SPFePointLight.
68 void SPFePointLight::set(unsigned int key, gchar const *value) {
148 void SPFePointLight::update(SPCtx *ctx, guint flags) {
162 Inkscape::XML::Node* SPFePointLight
[all...]

Completed in 763 milliseconds