sp-guide.h revision f4f507228b30d55fd7e39386ba513f3a0a54bd5d
#ifndef SP_GUIDE_H
#define SP_GUIDE_H
/*
* SPGuide
*
* A guideline
*
* Copyright (C) Lauris Kaplinski 2000
*
*/
#include <vector>
#include "display/display-forward.h"
#include "libnr/nr-point.h"
#include "sp-object.h"
#include "sp-guide-attachment.h"
#define SP_TYPE_GUIDE (sp_guide_get_type())
/* Represents the constraint on p that dot(g.direction, p) == g.position. */
};
struct SPGuideClass {
};
#endif /* !SP_GUIDE_H */
/*
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:encoding=utf-8:textwidth=99 :