Référence du fichier Bureau/AILLADE/src/Magick++/Drawable.h

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

Graphe des dépendances par inclusion de Drawable.h:

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :


Espaces de nommage

namespace  Magick

Classes

class  Magick::Coordinate
class  Magick::DrawableBase
class  Magick::Drawable
class  Magick::VPathBase
class  Magick::VPath
class  Magick::DrawableAffine
class  Magick::DrawableArc
class  Magick::DrawableBezier
class  Magick::DrawablePopClipPath
class  Magick::DrawablePushClipPath
class  Magick::DrawableClipPath
class  Magick::DrawableCircle
class  Magick::DrawableColor
class  Magick::DrawableCompositeImage
class  Magick::DrawableEllipse
class  Magick::DrawableFillColor
class  Magick::DrawableFillRule
class  Magick::DrawableFillOpacity
class  Magick::DrawableFont
class  Magick::DrawableGravity
class  Magick::DrawableLine
class  Magick::DrawableMatte
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::DrawableDashArray
class  Magick::DrawableDashOffset
class  Magick::DrawableStrokeLineCap
class  Magick::DrawableStrokeLineJoin
class  Magick::DrawableMiterLimit
class  Magick::DrawableStrokeAntialias
class  Magick::DrawableStrokeColor
class  Magick::DrawableStrokeOpacity
class  Magick::DrawableStrokeWidth
class  Magick::DrawableText
class  Magick::DrawableTextAntialias
class  Magick::DrawableTextDecoration
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

Macros

#define Magick_Drawable_header
#define MagickDrawableExtern

Définition de type

typedef std::list
< Magick::Coordinate
Magick::CoordinateList
typedef std::list
< Magick::Drawable
Magick::DrawableList
typedef std::list< Magick::VPathMagick::VPathList
typedef std::list
< Magick::PathArcArgs
Magick::PathArcArgsList
typedef std::list
< Magick::PathCurvetoArgs
Magick::PathCurveToArgsList
typedef std::list
< Magick::PathQuadraticCurvetoArgs
Magick::PathQuadraticCurvetoArgsList

Fonctions

MagickDLLDecl int Magick::operator== (const Magick::Coordinate &left_, const Magick::Coordinate &right_)
MagickDLLDecl int Magick::operator!= (const Magick::Coordinate &left_, const Magick::Coordinate &right_)
MagickDLLDecl int Magick::operator> (const Magick::Coordinate &left_, const Magick::Coordinate &right_)
MagickDLLDecl int Magick::operator< (const Magick::Coordinate &left_, const Magick::Coordinate &right_)
MagickDLLDecl int Magick::operator>= (const Magick::Coordinate &left_, const Magick::Coordinate &right_)
MagickDLLDecl int Magick::operator<= (const Magick::Coordinate &left_, const Magick::Coordinate &right_)
MagickDLLDecl int Magick::operator== (const Magick::Drawable &, const Magick::Drawable &)
MagickDLLDecl int Magick::operator!= (const Magick::Drawable &, const Magick::Drawable &)
MagickDLLDecl int Magick::operator> (const Magick::Drawable &, const Magick::Drawable &)
MagickDLLDecl int Magick::operator< (const Magick::Drawable &, const Magick::Drawable &)
MagickDLLDecl int Magick::operator>= (const Magick::Drawable &left_, const Magick::Drawable &right_)
MagickDLLDecl int Magick::operator<= (const Magick::Drawable &left_, const Magick::Drawable &right_)
MagickDLLDecl int Magick::operator== (const Magick::VPath &, const Magick::VPath &)
MagickDLLDecl int Magick::operator!= (const Magick::VPath &, const Magick::VPath &)
MagickDLLDecl int Magick::operator> (const Magick::VPath &, const Magick::VPath &)
MagickDLLDecl int Magick::operator< (const Magick::VPath &, const Magick::VPath &)
MagickDLLDecl int Magick::operator>= (const Magick::VPath &left_, const Magick::VPath &right_)
MagickDLLDecl int Magick::operator<= (const Magick::VPath &left_, const Magick::VPath &right_)
MagickDLLDecl int Magick::operator== (const Magick::PathArcArgs &, const Magick::PathArcArgs &)
MagickDLLDecl int Magick::operator!= (const Magick::PathArcArgs &, const Magick::PathArcArgs &)
MagickDLLDecl int Magick::operator> (const Magick::PathArcArgs &, const Magick::PathArcArgs &)
MagickDLLDecl int Magick::operator< (const Magick::PathArcArgs &, const Magick::PathArcArgs &)
MagickDLLDecl int Magick::operator>= (const Magick::PathArcArgs &left_, const Magick::PathArcArgs &right_)
MagickDLLDecl int Magick::operator<= (const Magick::PathArcArgs &left_, const Magick::PathArcArgs &right_)
MagickDLLDecl int Magick::operator== (const Magick::PathCurvetoArgs &, const Magick::PathCurvetoArgs &)
MagickDLLDecl int Magick::operator!= (const Magick::PathCurvetoArgs &, const Magick::PathCurvetoArgs &)
MagickDLLDecl int Magick::operator> (const Magick::PathCurvetoArgs &, const Magick::PathCurvetoArgs &)
MagickDLLDecl int Magick::operator< (const Magick::PathCurvetoArgs &, const Magick::PathCurvetoArgs &)
MagickDLLDecl int Magick::operator>= (const Magick::PathCurvetoArgs &left_, const Magick::PathCurvetoArgs &right_)
MagickDLLDecl int Magick::operator<= (const Magick::PathCurvetoArgs &left_, const Magick::PathCurvetoArgs &right_)
MagickDLLDecl int Magick::operator== (const Magick::PathQuadraticCurvetoArgs &, const Magick::PathQuadraticCurvetoArgs &)
MagickDLLDecl int Magick::operator!= (const Magick::PathQuadraticCurvetoArgs &, const Magick::PathQuadraticCurvetoArgs &)
MagickDLLDecl int Magick::operator> (const Magick::PathQuadraticCurvetoArgs &, const Magick::PathQuadraticCurvetoArgs &)
MagickDLLDecl int Magick::operator< (const Magick::PathQuadraticCurvetoArgs &, const Magick::PathQuadraticCurvetoArgs &)
MagickDLLDecl int Magick::operator>= (const Magick::PathQuadraticCurvetoArgs &left_, const Magick::PathQuadraticCurvetoArgs &right_)
MagickDLLDecl int Magick::operator<= (const Magick::PathQuadraticCurvetoArgs &left_, const Magick::PathQuadraticCurvetoArgs &right_)

Variables

class MagickDLLDecl Magick::Image

Documentation des macros

#define Magick_Drawable_header

#define MagickDrawableExtern