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

/inkscape/src/live_effects/
H A Dlpeobject.cpp34 LivePathEffectObject::LivePathEffectObject() function in class:LivePathEffectObject
43 LivePathEffectObject::~LivePathEffectObject() {
49 void LivePathEffectObject::build(SPDocument *document, Inkscape::XML::Node *repr) {
68 void LivePathEffectObject::release() {
100 void LivePathEffectObject::set(unsigned key, gchar const *value) {
131 Inkscape::XML::Node* LivePathEffectObject::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
162 LivePathEffectObject *lpeobj = (LivePathEffectObject*) dat
[all...]
H A Dlpeobject.h25 #define LIVEPATHEFFECT(obj) ((LivePathEffectObject*)obj)
26 #define IS_LIVEPATHEFFECT(obj) (dynamic_cast<const LivePathEffectObject*>((SPObject*)obj))
28 class LivePathEffectObject : public SPObject { class in inherits:SPObject
30 LivePathEffectObject();
31 virtual ~LivePathEffectObject();
37 LivePathEffectObject * fork_private_if_necessary(unsigned int nr_of_allowed_users = 1);
39 /* Note that the returned pointer can be NULL in a valid LivePathEffectObject contained in a valid list of lpeobjects in an lpeitem!
44 Inkscape::LivePathEffect::Effect *lpe; // this can be NULL in a valid LivePathEffectObject

Completed in 278 milliseconds