sp-mesh-row.h revision aded4b44e9194df7c9905c5787d1c7a9553d12cd
#ifndef SEEN_SP_MESHROW_H
#define SEEN_SP_MESHROW_H
/** \file
* SPMeshRow: SVG <meshRow> implementation.
*/
/*
* Authors: Tavmjong Bah
* Copyright (C) 2012 Tavmjong Bah
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <glib.h>
#include "sp-object.h"
/** Gradient MeshRow. */
SPMeshRow();
virtual Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags);
};
#endif /* !SEEN_SP_MESHROW_H */
/*
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 :