sp-shape.h revision 6b15695578f07a3f72c4c9475c1a261a3021472a
#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.
*
* 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"
#define SP_TYPE_SHAPE (sp_shape_get_type ())
};
struct SPShapeClass {
/* Build bpath from extra shape attributes */
};
GType sp_shape_get_type (void);
/* Return duplicate of curve or NULL */
/* NOT FOR GENERAL PUBLIC UNTIL SORTED OUT (Lauris) */
/* PROTECTED */
#endif