diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2007-10-11 14:30:52 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2007-10-11 14:30:52 +0000 |
| commit | b7403d737c0549e540393bfe92160a5fc7b407a1 (patch) | |
| tree | 784c7cbfd26a14f67679376a700dce1d61262bb1 /src/live_effects/lpeobject-reference.h | |
| parent | trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp. (diff) | |
| download | inkscape-b7403d737c0549e540393bfe92160a5fc7b407a1.tar.gz inkscape-b7403d737c0549e540393bfe92160a5fc7b407a1.zip | |
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
(bzr r3884)
Diffstat (limited to 'src/live_effects/lpeobject-reference.h')
| -rw-r--r-- | src/live_effects/lpeobject-reference.h | 142 |
1 files changed, 71 insertions, 71 deletions
diff --git a/src/live_effects/lpeobject-reference.h b/src/live_effects/lpeobject-reference.h index ff7556d50..ba652ff3e 100644 --- a/src/live_effects/lpeobject-reference.h +++ b/src/live_effects/lpeobject-reference.h @@ -1,71 +1,71 @@ -#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>
-#include <sigc++/sigc++.h>
-
-namespace Inkscape {
-namespace XML {
-struct Node;
-}
-}
-
-struct LivePathEffectObject;
-
-namespace Inkscape {
-
-namespace LivePathEffect {
-
-class LPEObjectReference : public Inkscape::URIReference {
-public:
- LPEObjectReference(SPObject *owner);
- ~LPEObjectReference();
-
- SPObject *owner;
-
- // concerning the LPEObject that is refered to:
- gchar *lpeobject_href;
- Inkscape::XML::Node *lpeobject_repr;
- LivePathEffectObject *lpeobject;
-
- sigc::connection _modified_connection;
- sigc::connection _delete_connection;
- sigc::connection _changed_connection;
-
- void link(char* to);
- void unlink(void);
- void start_listening(LivePathEffectObject* to);
- void quit_listening(void);
-
- void (*user_unlink) (SPObject *user);
-
-protected:
- bool _acceptObject(SPObject * const obj) const;
-
-};
-
-} //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 :
+#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> +#include <sigc++/sigc++.h> + +namespace Inkscape { +namespace XML { +struct Node; +} +} + +struct LivePathEffectObject; + +namespace Inkscape { + +namespace LivePathEffect { + +class LPEObjectReference : public Inkscape::URIReference { +public: + LPEObjectReference(SPObject *owner); + ~LPEObjectReference(); + + SPObject *owner; + + // concerning the LPEObject that is refered to: + gchar *lpeobject_href; + Inkscape::XML::Node *lpeobject_repr; + LivePathEffectObject *lpeobject; + + sigc::connection _modified_connection; + sigc::connection _delete_connection; + sigc::connection _changed_connection; + + void link(char* to); + void unlink(void); + void start_listening(LivePathEffectObject* to); + void quit_listening(void); + + void (*user_unlink) (SPObject *user); + +protected: + bool _acceptObject(SPObject * const obj) const; + +}; + +} //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 : |
