2 * Copyright (C) 2007 Google (Evan Stade)
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef _GDIPLUSGPSTUBS_H
20 #define _GDIPLUSGPSTUBS_H
27 class GpSolidFill
: public GpBrush
{};
30 class GpPathIterator
{};
31 class GpCustomLineCap
{};
33 class GpMetafile
: public GpImage
{};
34 class GpImageAttributes
{};
35 class GpBitmap
: public GpImage
{};
36 class GpPathGradient
: public GpBrush
{};
37 class GpLineGradient
: public GpBrush
{};
38 class GpTexture
: public GpBrush
{};
40 class GpStringFormat
{};
44 #else /* end of c++ declarations */
46 typedef struct GpGraphics GpGraphics
;
47 typedef struct GpPen GpPen
;
48 typedef struct GpBrush GpBrush
;
49 typedef struct GpSolidFill GpSolidFill
;
50 typedef struct GpPath GpPath
;
51 typedef struct GpMatrix GpMatrix
;
52 typedef struct GpPathIterator GpPathIterator
;
53 typedef struct GpCustomLineCap GpCustomLineCap
;
54 typedef struct GpImage GpImage
;
55 typedef struct GpMetafile GpMetafile
;
56 typedef struct GpImageAttributes GpImageAttributes
;
57 typedef struct GpBitmap GpBitmap
;
58 typedef struct GpPathGradient GpPathGradient
;
59 typedef struct GpLineGradient GpLineGradient
;
60 typedef struct GpTexture GpTexture
;
61 typedef struct GpFont GpFont
;
62 typedef struct GpStringFormat GpStringFormat
;
63 typedef struct GpRegion GpRegion
;
64 typedef struct CGpEffect CGpEffect
;
66 #endif /* end of c declarations */
68 typedef Status GpStatus
;
70 typedef BrushType GpBrushType
;
71 typedef PointF GpPointF
;
72 typedef FillMode GpFillMode
;
73 typedef PathData GpPathData
;
74 typedef LineCap GpLineCap
;
75 typedef RectF GpRectF
;
77 typedef LineJoin GpLineJoin
;
78 typedef DashCap GpDashCap
;
79 typedef DashStyle GpDashStyle
;
80 typedef MatrixOrder GpMatrixOrder
;
81 typedef Point GpPoint
;
82 typedef WrapMode GpWrapMode
;
83 typedef Color GpColor
;