Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
nr-light-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_LIGHT_TYPES_H
11#define SEEN_NR_LIGHT_TYPES_H
12
13namespace Inkscape {
14namespace Filters {
15
23
25{
27};
28
30{
31 double x, y, z;
32};
33
35{
36 double x, y, z;
40};
41
42} // namespace Filters
43} // namespace Inkscape
44
45#endif // SEEN_NR_LIGHT_TYPES_H
46/*
47 Local Variables:
48 mode:c++
49 c-file-style:"stroustrup"
50 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
51 indent-tabs-mode:nil
52 fill-column:99
53 End:
54*/
55// 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.