Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
sp-css-attr.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
/*
5 * Authors: see git history
6 *
7 * Copyright (C) 2010 Authors
8 * Copyright 2005 Kees Cook <kees@outflux.net>
9 *
10 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
11 */
12
13#ifndef SEEN_INKSCAPE_XML_SP_SPCSSATTR_H
14#define SEEN_INKSCAPE_XML_SP_SPCSSATTR_H
15
16#include "xml/node.h"
17
18class SPCSSAttr : virtual public Inkscape::XML::Node {
19};
20
21#endif
22/*
23 Local Variables:
24 mode:c++
25 c-file-style:"stroustrup"
26 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
27 indent-tabs-mode:nil
28 fill-column:99
29 End:
30*/
31// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
Interface for refcounted XML nodes.
Definition node.h:80
Interface for XML nodes.