diff options
| author | Felipe CorrĂȘa da Silva Sanches <fsanches@metamaquina.com.br> | 2015-08-21 20:25:37 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <fsanches@metamaquina.com.br> | 2015-08-21 20:25:37 +0000 |
| commit | 566d637e6b8d3544d8763a82c8caae2595455157 (patch) | |
| tree | a6ee46518ce212bbe7720cbfbd8fa819226b4623 /src | |
| parent | Updated seamless pattern extension to V0.5, Thanks Maren for the strings and ... (diff) | |
| download | inkscape-566d637e6b8d3544d8763a82c8caae2595455157.tar.gz inkscape-566d637e6b8d3544d8763a82c8caae2595455157.zip | |
indentation and whitespace fixes
(bzr r14314)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-lpe-item.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h index 902271430..c35ad8411 100644 --- a/src/sp-lpe-item.h +++ b/src/sp-lpe-item.h @@ -26,21 +26,21 @@ class SPCurve; class SPDesktop; namespace Inkscape{ -namespace Display { - class TemporaryItem; -} -namespace LivePathEffect{ - class LPEObjectReference; - class Effect; -} + namespace Display { + class TemporaryItem; + } + namespace LivePathEffect{ + class LPEObjectReference; + class Effect; + } } typedef std::list<Inkscape::LivePathEffect::LPEObjectReference *> PathEffectList; class SPLPEItem : public SPItem { public: - SPLPEItem(); - virtual ~SPLPEItem(); + SPLPEItem(); + virtual ~SPLPEItem(); int path_effects_enabled; @@ -54,20 +54,20 @@ public: std::vector<LivePathEffectObject const *> const &new_lpeobjs ); - virtual void build(SPDocument* doc, Inkscape::XML::Node* repr); - virtual void release(); + virtual void build(SPDocument* doc, Inkscape::XML::Node* repr); + virtual void release(); - virtual void set(unsigned int key, char const* value); + virtual void set(unsigned int key, char const* value); - virtual void update(SPCtx* ctx, unsigned int flags); - virtual void modified(unsigned int flags); + virtual void update(SPCtx* ctx, unsigned int flags); + virtual void modified(unsigned int flags); - virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref); - virtual void remove_child(Inkscape::XML::Node* child); + virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref); + virtual void remove_child(Inkscape::XML::Node* child); - virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags); + virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags); - virtual void update_patheffect(bool write); + virtual void update_patheffect(bool write); bool performPathEffect(SPCurve *curve); |
