#include "draw-anchor.h"
#include "desktop.h"
#include "desktop-handles.h"
#include "event-context.h"
#include "lpe-tool-context.h"
#include "display/sodipodi-ctrl.h"
#include "display/curve.h"
Go to the source code of this file.
Defines | |
#define | A_SNAP 4.0 |
Functions | |
SPDrawAnchor * | sp_draw_anchor_destroy (SPDrawAnchor *anchor) |
SPDrawAnchor * | sp_draw_anchor_new (SPDrawContext *dc, SPCurve *curve, gboolean start, Geom::Point delta) |
SPDrawAnchor * | sp_draw_anchor_test (SPDrawAnchor *anchor, Geom::Point w, gboolean activate) |
Anchors implementation.
Definition in file draw-anchor.cpp.