lpeobject-reference.h revision 9070c55738c935784c2033fbf7b38c1dbd400b64
#ifndef SEEN_LPEOBJECT_REFERENCE_H
#define SEEN_LPEOBJECT_REFERENCE_H
/*
* The reference corresponding to the inkscape:live-effect attribute
*
* Copyright (C) 2007 Johan Engelen
*
* Released under GNU GPL, read the file 'COPYING' for more information.
*/
#include <forward.h>
#include <uri-references.h>
struct Node;
}
}
struct LivePathEffectObject;
// concerning the LPEObject that is refered to:
void unlink(void);
void quit_listening(void);
};
} //namespace LivePathEffect
} // namespace inkscape
#endif /* !SEEN_LPEOBJECT_REFERENCE_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :