VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/gdiplusgpstubs.h@ 33656

Last change on this file since 33656 was 33656, checked in by vboxsync, 14 years ago

*: rebrand Sun (L)GPL disclaimers

  • Property svn:eol-style set to native
File size: 3.5 KB
Line 
1/*
2 * Copyright (C) 2007 Google (Evan Stade)
3 *
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.
8 *
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.
13 *
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
17 */
18
19/*
20 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
23 * a choice of LGPL license versions is made available with the language indicating
24 * that LGPLv2 or any later version may be used, or where a choice of which version
25 * of the LGPL is applied is otherwise unspecified.
26 */
27
28#ifndef _GDIPLUSGPSTUBS_H
29#define _GDIPLUSGPSTUBS_H
30
31#ifdef __cplusplus
32
33class GpGraphics {};
34class GpBrush {};
35class GpHatch : public GpBrush {};
36class GpSolidFill : public GpBrush {};
37class GpPath {};
38class GpMatrix {};
39class GpPathIterator {};
40class GpCustomLineCap {};
41class GpAdjustableArrowCap : public GpCustomLineCap {};
42class GpImage {};
43class GpMetafile : public GpImage {};
44class GpImageAttributes {};
45class GpCachedBitmap {};
46class GpBitmap : public GpImage {};
47class GpPathGradient : public GpBrush {};
48class GpLineGradient : public GpBrush {};
49class GpTexture : public GpBrush {};
50class GpFont {};
51class GpFontCollection {};
52class GpFontFamily {};
53class GpStringFormat {};
54class GpRegion {};
55class CGpEffect {};
56
57#else /* end of c++ declarations */
58
59typedef struct GpGraphics GpGraphics;
60typedef struct GpPen GpPen;
61typedef struct GpBrush GpBrush;
62typedef struct GpHatch GpHatch;
63typedef struct GpSolidFill GpSolidFill;
64typedef struct GpPath GpPath;
65typedef struct GpMatrix GpMatrix;
66typedef struct GpPathIterator GpPathIterator;
67typedef struct GpCustomLineCap GpCustomLineCap;
68typedef struct GpAdjustableArrowCap GpAdjustableArrowCap;
69typedef struct GpImage GpImage;
70typedef struct GpMetafile GpMetafile;
71typedef struct GpImageAttributes GpImageAttributes;
72typedef struct GpCachedBitmap GpCachedBitmap;
73typedef struct GpBitmap GpBitmap;
74typedef struct GpPathGradient GpPathGradient;
75typedef struct GpLineGradient GpLineGradient;
76typedef struct GpTexture GpTexture;
77typedef struct GpFont GpFont;
78typedef struct GpFontCollection GpFontCollection;
79typedef struct GpFontFamily GpFontFamily;
80typedef struct GpStringFormat GpStringFormat;
81typedef struct GpRegion GpRegion;
82typedef struct CGpEffect CGpEffect;
83
84#endif /* end of c declarations */
85
86typedef Status GpStatus;
87typedef Unit GpUnit;
88typedef BrushType GpBrushType;
89typedef PointF GpPointF;
90typedef FillMode GpFillMode;
91typedef PathData GpPathData;
92typedef LineCap GpLineCap;
93typedef RectF GpRectF;
94typedef Rect GpRect;
95typedef LineJoin GpLineJoin;
96typedef DashCap GpDashCap;
97typedef DashStyle GpDashStyle;
98typedef MatrixOrder GpMatrixOrder;
99typedef Point GpPoint;
100typedef WrapMode GpWrapMode;
101typedef Color GpColor;
102typedef FlushIntention GpFlushIntention;
103typedef CoordinateSpace GpCoordinateSpace;
104typedef PenType GpPenType;
105
106#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette