sp-symbol.h revision 11f343b8117dbf56931f537820c2749a8232fec2
#ifndef SEEN_SP_SYMBOL_H
#define SEEN_SP_SYMBOL_H
/*
* SVG <symbol> implementation
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2003 Lauris Kaplinski
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
/*
* This is quite similar in logic to <svg>
* Maybe we should merge them somehow (Lauris)
*/
#include "sp-item-group.h"
#include "viewbox.h"
#define SP_TYPE_SYMBOL (sp_symbol_get_type ())
SPSymbol();
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags);
virtual Inkscape::DrawingItem* show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags);
};
#endif