Back to Imagemagick

Magick++: Drawable.h File Reference

www/api/Magick++/Drawable_8h.html

7.1.2-2115.3 KB
Original Source

| Magick++ 7.1.0 |

Classes | Namespaces | Macros | Typedefs | Functions | Variables

Drawable.h File Reference

#include "Magick++/Include.h"
#include <functional>
#include <string>
#include <vector>
#include <utility>
#include "Magick++/Color.h"
#include "Magick++/Geometry.h"

Include dependency graph for Drawable.h:

This graph shows which files directly or indirectly include this file:

![](Drawable_8h dep incl.png)

Go to the source code of this file.

|

Classes

| | class | Magick::Coordinate | | | | class | Magick::DrawableBase | | | | class | Magick::Drawable | | | | class | Magick::VPathBase | | | | class | Magick::VPath | | | | class | Magick::DrawableAffine | | | | class | Magick::DrawableAlpha | | | | class | Magick::DrawableArc | | | | class | Magick::DrawableBezier | | | | class | Magick::DrawableBorderColor | | | | class | Magick::DrawableClipRule | | | | class | Magick::DrawableClipUnits | | | | class | Magick::DrawablePopClipPath | | | | class | Magick::DrawablePushClipPath | | | | class | Magick::DrawableClipPath | | | | class | Magick::DrawableCircle | | | | class | Magick::DrawableColor | | | | class | Magick::DrawableCompositeImage | | | | class | Magick::DrawableDensity | | | | class | Magick::DrawableEllipse | | | | class | Magick::DrawableFillColor | | | | class | Magick::DrawableFillPatternUrl | | | | class | Magick::DrawableFillRule | | | | class | Magick::DrawableFillOpacity | | | | class | Magick::DrawableFont | | | | class | Magick::DrawableGravity | | | | class | Magick::DrawableLine | | | | class | Magick::DrawablePath | | | | class | Magick::DrawablePoint | | | | class | Magick::DrawablePointSize | | | | class | Magick::DrawablePolygon | | | | class | Magick::DrawablePolyline | | | | class | Magick::DrawablePopGraphicContext | | | | class | Magick::DrawablePushGraphicContext | | | | class | Magick::DrawablePopPattern | | | | class | Magick::DrawablePushPattern | | | | class | Magick::DrawableRectangle | | | | class | Magick::DrawableRotation | | | | class | Magick::DrawableRoundRectangle | | | | class | Magick::DrawableScaling | | | | class | Magick::DrawableSkewX | | | | class | Magick::DrawableSkewY | | | | class | Magick::DrawableStrokeDashArray | | | | class | Magick::DrawableStrokeDashOffset | | | | class | Magick::DrawableStrokeLineCap | | | | class | Magick::DrawableStrokeLineJoin | | | | class | Magick::DrawableMiterLimit | | | | class | Magick::DrawableStrokePatternUrl | | | | class | Magick::DrawableStrokeAntialias | | | | class | Magick::DrawableStrokeColor | | | | class | Magick::DrawableStrokeOpacity | | | | class | Magick::DrawableStrokeWidth | | | | class | Magick::DrawableText | | | | class | Magick::DrawableTextAlignment | | | | class | Magick::DrawableTextAntialias | | | | class | Magick::DrawableTextDecoration | | | | class | Magick::DrawableTextDirection | | | | class | Magick::DrawableTextInterlineSpacing | | | | class | Magick::DrawableTextInterwordSpacing | | | | class | Magick::DrawableTextKerning | | | | class | Magick::DrawableTextUnderColor | | | | class | Magick::DrawableTranslation | | | | class | Magick::DrawableViewbox | | | | class | Magick::PathArcArgs | | | | class | Magick::PathArcAbs | | | | class | Magick::PathArcRel | | | | class | Magick::PathClosePath | | | | class | Magick::PathCurvetoArgs | | | | class | Magick::PathCurvetoAbs | | | | class | Magick::PathCurvetoRel | | | | class | Magick::PathSmoothCurvetoAbs | | | | class | Magick::PathSmoothCurvetoRel | | | | class | Magick::PathQuadraticCurvetoArgs | | | | class | Magick::PathQuadraticCurvetoAbs | | | | class | Magick::PathQuadraticCurvetoRel | | | | class | Magick::PathSmoothQuadraticCurvetoAbs | | | | class | Magick::PathSmoothQuadraticCurvetoRel | | | | class | Magick::PathLinetoAbs | | | | class | Magick::PathLinetoRel | | | | class | Magick::PathLinetoHorizontalAbs | | | | class | Magick::PathLinetoHorizontalRel | | | | class | Magick::PathLinetoVerticalAbs | | | | class | Magick::PathLinetoVerticalRel | | | | class | Magick::PathMovetoAbs | | | | class | Magick::PathMovetoRel | | |

|

Namespaces

| | | Magick | | |

|

Macros

| | #define | MagickDrawableExtern | | |

|

Typedefs

| | typedef std::vector< Magick::Coordinate > | Magick::CoordinateList | | | | typedef std::vector< Magick::Drawable > | Magick::DrawableList | | | | typedef std::vector< Magick::VPath > | Magick::VPathList | | | | typedef std::vector< Magick::PathArcArgs > | Magick::PathArcArgsList | | | | typedef std::vector< Magick::PathCurvetoArgs > | Magick::PathCurveToArgsList | | | | typedef std::vector< Magick::PathQuadraticCurvetoArgs > | Magick::PathQuadraticCurvetoArgsList | | |

|

Functions

| | MagickPPExport int | Magick::operator== (const Coordinate &left_, const Coordinate &right_) | | | | MagickPPExport int | Magick::operator!= (const Coordinate &left_, const Coordinate &right_) | | | | MagickPPExport int | Magick::operator> (const Coordinate &left_, const Coordinate &right_) | | | | MagickPPExport int | Magick::operator< (const Coordinate &left_, const Coordinate &right_) | | | | MagickPPExport int | Magick::operator>= (const Coordinate &left_, const Coordinate &right_) | | | | MagickPPExport int | Magick::operator<= (const Coordinate &left_, const Coordinate &right_) | | | | MagickPPExport int | Magick::operator== (const PathArcArgs &left_, const PathArcArgs &right_) | | | | MagickPPExport int | Magick::operator!= (const PathArcArgs &left_, const PathArcArgs &right_) | | | | MagickPPExport int | Magick::operator> (const PathArcArgs &left_, const PathArcArgs &right_) | | | | MagickPPExport int | Magick::operator< (const PathArcArgs &left_, const PathArcArgs &right_) | | | | MagickPPExport int | Magick::operator>= (const PathArcArgs &left_, const PathArcArgs &right_) | | | | MagickPPExport int | Magick::operator<= (const PathArcArgs &left_, const PathArcArgs &right_) | | | | MagickPPExport int | Magick::operator== (const PathCurvetoArgs &left_, const PathCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator!= (const PathCurvetoArgs &left_, const PathCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator> (const PathCurvetoArgs &left_, const PathCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator< (const PathCurvetoArgs &left_, const PathCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator>= (const PathCurvetoArgs &left_, const PathCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator<= (const PathCurvetoArgs &left_, const PathCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator== (const PathQuadraticCurvetoArgs &left_, const PathQuadraticCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator!= (const PathQuadraticCurvetoArgs &left_, const PathQuadraticCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator> (const PathQuadraticCurvetoArgs &left_, const PathQuadraticCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator< (const PathQuadraticCurvetoArgs &left_, const PathQuadraticCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator>= (const PathQuadraticCurvetoArgs &left_, const PathQuadraticCurvetoArgs &right_) | | | | MagickPPExport int | Magick::operator<= (const PathQuadraticCurvetoArgs &left_, const PathQuadraticCurvetoArgs &right_) | | |

|

Variables

| | class MagickPPExport | Magick::Image | | |

Macro Definition Documentation

MagickDrawableExtern

| #define MagickDrawableExtern |

Definition at line 40 of file Drawable.h.