Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / satisfied-guide-cns.h
1 #ifndef __SATISFIED_GUIDE_CNS_H__
2 #define __SATISFIED_GUIDE_CNS_H__
4 #include <forward.h>
5 #include <2geom/forward.h>
6 #include <vector>
7 #include <sp-item.h>
9 class SPGuideConstraint;
11 void satisfied_guide_cns(SPDesktop const &desktop,
12                          std::vector<Inkscape::SnapCandidatePoint> const &snappoints,
13                          std::vector<SPGuideConstraint> &cns);
16 #endif /* !__SATISFIED_GUIDE_CNS_H__ */
18 /*
19   Local Variables:
20   mode:c++
21   c-file-style:"stroustrup"
22   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
23   indent-tabs-mode:nil
24   fill-column:99
25   End:
26 */
27 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :