lpe-patternalongpath.h revision 51b680543b6cffe94253713bcd5b47175368d811
/*
* Inkscape::LPEPatternAlongPath
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/parameter/enum.h"
#include "live_effects/effect.h"
#include "live_effects/parameter/path.h"
#include "live_effects/parameter/bool.h"
#include "live_effects/parameter/point.h"
enum PAPCopyType {
PAPCT_SINGLE = 0,
PAPCT_END // This must be last
};
virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
double height;
double original_height;
double prop_scale_from_widget;
void on_pattern_pasted();
LPEPatternAlongPath(const LPEPatternAlongPath&);
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif
/*
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 :