3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync/*
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * Copyright (C) 2007 Google (Evan Stade)
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync *
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * This library is free software; you can redistribute it and/or
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * modify it under the terms of the GNU Lesser General Public
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * License as published by the Free Software Foundation; either
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * version 2.1 of the License, or (at your option) any later version.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync *
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * This library is distributed in the hope that it will be useful,
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * Lesser General Public License for more details.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync *
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * You should have received a copy of the GNU Lesser General Public
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * License along with this library; if not, write to the Free Software
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync */
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync/*
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync * a choice of LGPL license versions is made available with the language indicating
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync * of the LGPL is applied is otherwise unspecified.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync */
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync#ifndef _GDIPLUSGPSTUBS_H
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync#define _GDIPLUSGPSTUBS_H
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync#ifdef __cplusplus
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpGraphics {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpPen {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpBrush {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpHatch : public GpBrush {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpSolidFill : public GpBrush {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpPath {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpMatrix {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpPathIterator {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpCustomLineCap {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpAdjustableArrowCap : public GpCustomLineCap {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpImage {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpMetafile : public GpImage {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpImageAttributes {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpCachedBitmap {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpBitmap : public GpImage {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpPathGradient : public GpBrush {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpLineGradient : public GpBrush {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpTexture : public GpBrush {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpFont {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpFontCollection {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpFontFamily {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpStringFormat {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass GpRegion {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncclass CGpEffect {};
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync#else /* end of c++ declarations */
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpGraphics GpGraphics;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpPen GpPen;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpBrush GpBrush;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpHatch GpHatch;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpSolidFill GpSolidFill;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpPath GpPath;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpMatrix GpMatrix;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpPathIterator GpPathIterator;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpCustomLineCap GpCustomLineCap;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpAdjustableArrowCap GpAdjustableArrowCap;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpImage GpImage;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpMetafile GpMetafile;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpImageAttributes GpImageAttributes;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpCachedBitmap GpCachedBitmap;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpBitmap GpBitmap;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpPathGradient GpPathGradient;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpLineGradient GpLineGradient;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpTexture GpTexture;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpFont GpFont;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpFontCollection GpFontCollection;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpFontFamily GpFontFamily;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpStringFormat GpStringFormat;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct GpRegion GpRegion;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef struct CGpEffect CGpEffect;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync#endif /* end of c declarations */
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef Status GpStatus;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef Unit GpUnit;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef BrushType GpBrushType;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef PointF GpPointF;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef FillMode GpFillMode;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef PathData GpPathData;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef LineCap GpLineCap;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef RectF GpRectF;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef Rect GpRect;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef LineJoin GpLineJoin;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef DashCap GpDashCap;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef DashStyle GpDashStyle;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef MatrixOrder GpMatrixOrder;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef Point GpPoint;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef WrapMode GpWrapMode;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef Color GpColor;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef FlushIntention GpFlushIntention;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef CoordinateSpace GpCoordinateSpace;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef PenAlignment GpPenAlignment;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsynctypedef PenType GpPenType;
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync#endif