Update procedures
[shapes.git] / source / Shapes_Lang_decls.h
blob41bc6086e588bda6587cc1e528f4e33603d70bad
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, 2013, 2015 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 CoreMutator;
38 class Dash;
39 class DocumentDestination;
40 class Drawable2D;
41 class Drawable3D;
42 class DynamicBindings;
43 class Edge;
44 class ElementaryPath2D;
45 class ElementaryPath3D;
46 class Exception;
47 class Float;
48 class Font;
49 class Function;
50 class Geometric2D;
51 class Geometric3D;
52 class Graph;
53 class Gray;
54 class GrayLight;
55 class Group2D;
56 class GroupNull2D;
57 class GroupNull3D;
58 class Integer;
59 class KernedText;
60 class Length;
61 class LightGroup;
62 class LightSource;
63 class Node;
64 class PDF_Function;
65 class PaintedPath2D;
66 class PaintedPolygon2D;
67 class PaintedPolygon3D;
68 class PathPoint2D;
69 class RGBLight;
70 class SingleList;
71 class SingleListNull;
72 class SoftMask;
73 class SoftMask;
74 class SpecularReflection;
75 class SpecularReflectionNull;
76 class String;
77 class Structure;
78 class Symbol;
79 class SystemFinalClass;
80 class Text;
81 class TextOperation;
82 class Transform2D;
83 class Transform3D;
84 class Transformed2D;
85 class Transformed3D;
86 class TransparencyGroup;
87 class UnaryOperatorFunction;
88 class Value;
89 class Void;
90 class XObject;