Code

create inkview on dist
[inkscape.git] / src / satisfied-guide-cns.h
1 #ifndef __SATISFIED_GUIDE_CNS_H__
2 #define __SATISFIED_GUIDE_CNS_H__
4 #include <forward.h>
5 namespace NR { class Point; }
6 #include <vector>
7 class SPGuideConstraint;
9 void satisfied_guide_cns(SPDesktop const &desktop,
10                          std::vector<NR::Point> const &snappoints,
11                          std::vector<SPGuideConstraint> &cns);
14 #endif /* !__SATISFIED_GUIDE_CNS_H__ */
16 /*
17   Local Variables:
18   mode:c++
19   c-file-style:"stroustrup"
20   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
21   indent-tabs-mode:nil
22   fill-column:99
23   End:
24 */
25 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :