lpe-taperstroke.h revision 7e5087c588d0e5b68e6e1449da4889886d55b3a5
/** @file
* @brief Taper Stroke path effect (meant as a replacement for using Power Strokes for tapering)
*/
/* Authors:
* Liam P White <inkscapebrony@gmail.com>
* Copyright (C) 2014 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef INKSCAPE_LPE_TAPERSTROKE_H
#define INKSCAPE_LPE_TAPERSTROKE_H
#include "live_effects/parameter/enum.h"
#include "live_effects/effect.h"
#include "live_effects/parameter/parameter.h"
#include "live_effects/parameter/vector.h"
// we need a separate namespace to avoid clashes with other LPEs
}
virtual ~LPETaperStroke() {}
LPETaperStroke(const LPETaperStroke&);
};
} //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:fileencoding=utf-8 :