Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
sp-filter-reference.cpp
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) 2018 Authors
8 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
9 */
10#include "sp-filter.h"
11#include "sp-filter-reference.h"
12
13bool
15{
16 return is<SPFilter>(obj) && URIReference::_acceptObject(obj);
17 /* effic: Don't bother making this an inline function: _acceptObject is a virtual function,
18 typically called from a context where the runtime type is not known at compile time. */
19}
20
21
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 :
bool _acceptObject(SPObject *obj) const override
SPObject is an abstract base class of all of the document nodes at the SVG document level.
Definition sp-object.h:160
TODO: insert short description here.
SVG <filter> element.