Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
nr-filter-types.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) 2014 Authors
8 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
9 */
10#ifndef SEEN_NR_FILTER_TYPES_H
11#define SEEN_NR_FILTER_TYPES_H
12
13namespace Inkscape {
14namespace Filters {
15
36
48/* Unnamed slot is for Inkscape::Filters::FilterSlot internal use. Passing it as
49 * parameter to Inkscape::Filters::FilterSlot accessors may have unforeseen consequences. */
50
59
60} // namespace Filters
61} // namespace Inkscape
62
63#endif // SEEN_NR_FILTER_TYPES_H
64/*
65 Local Variables:
66 mode:c++
67 c-file-style:"stroustrup"
68 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
69 indent-tabs-mode:nil
70 fill-column:99
71 End:
72*/
73// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
Helper class to stream background task notifications as a series of messages.