sp-script.h revision aad57c898d66f361bc3b9d9e0d6f1c4462a3853f
#ifndef __SP_SCRIPT_H__
#define __SP_SCRIPT_H__
/*
* SVG <script> implementation
*
* Author:
* Felipe C. da S. Sanches <juca@members.fsf.org>
*
* Copyright (C) 2008 Author
*
* Released under GNU GPL version 2 or later, read the file 'COPYING' for more information
*/
#include "sp-item.h"
#define SP_TYPE_SCRIPT (sp_script_get_type())
/* SPScript */
};
struct SPScriptClass {
};
virtual Inkscape::XML::Node* onWrite(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags);
};
#endif
/*
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:fileencoding=utf-8:textwidth=99 :