Updating the changelog in the VERSION file, and version_sync.
[shapes.git] / source / Shapes_Lang_decls.h
blobb9f6eab29c69ff57f66c98d7aa69c8ab19b5e415
1 /* This file is part of Shapes.
3 * Shapes is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 3 of the License, or
6 * any later version.
8 * Shapes is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
13 * You should have received a copy of the GNU General Public License
14 * along with Shapes. If not, see <http://www.gnu.org/licenses/>.
16 * Copyright 2008 Henrik Tidefelt
19 #pragma once
21 namespace Shapes
23 namespace Lang
25 class Alpha;
26 class AnnotationBase;
27 class AnnotationSite;
28 class BinaryOperatorFunction;
29 class Boolean;
30 class Class;
31 class Class;
32 class Clipped2D;
33 class ColorSpace;
34 class Coords2D;
35 class Coords3D;
36 class CoreFunction;
37 class CoreFunction;
38 class Dash;
39 class DocumentDestination;
40 class Drawable2D;
41 class Drawable3D;
42 class DynamicBindings;
43 class ElementaryPath2D;
44 class ElementaryPath3D;
45 class Exception;
46 class Float;
47 class Font;
48 class Function;
49 class Geometric2D;
50 class Geometric3D;
51 class Gray;
52 class GrayLight;
53 class Group2D;
54 class GroupNull2D;
55 class GroupNull3D;
56 class Integer;
57 class KernedText;
58 class Length;
59 class LightGroup;
60 class LightSource;
61 class PDF_Function;
62 class PaintedPath2D;
63 class PaintedPolygon2D;
64 class PaintedPolygon3D;
65 class PathPoint2D;
66 class RGBLight;
67 class SingleList;
68 class SingleListNull;
69 class SoftMask;
70 class SoftMask;
71 class SpecularReflection;
72 class SpecularReflectionNull;
73 class String;
74 class Structure;
75 class Symbol;
76 class Text;
77 class TextOperation;
78 class Transform2D;
79 class Transform3D;
80 class Transformed2D;
81 class Transformed3D;
82 class TransparencyGroup;
83 class UnaryOperatorFunction;
84 class Value;
85 class Void;
86 class XObject;