sp-shape.h revision ddc251b3cf95b0097b6a5ee39ea132bd4d7d5cbc
#ifndef __SP_SHAPE_H__
#define __SP_SHAPE_H__
/*
* Base class for shapes, including <path> element
*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 Lauris Kaplinski
* Copyright (C) 2000-2001 Ximian, Inc.
* Copyright (C) 2008 Johan Engelen
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "display/display-forward.h"
#include "sp-item.h"
#include "sp-marker-loc.h"
#include <sigc++/connection.h>
#define SP_TYPE_SHAPE (sp_shape_get_type ())
struct SPDesktop;
struct LivePathEffectObject;
};
};
};
struct SPShapeClass {
/* Build bpath from extra shape attributes */
};
GType sp_shape_get_type (void);
/* Return duplicate of curve or NULL */
// sets a curve, updates display
// same as sp_shape_set_curve, but without updating display
// markers API
#endif