Magick++  7.1.0
Magick::DrawableTranslation Class Reference

#include <Drawable.h>

Inheritance diagram for Magick::DrawableTranslation:
Collaboration diagram for Magick::DrawableTranslation:

Public Member Functions

 DrawableTranslation (double x_, double y_)
 
 ~DrawableTranslation (void)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 
void x (double x_)
 
double x (void) const
 
void y (double y_)
 
double y (void) const
 
- Public Member Functions inherited from Magick::DrawableBase
 DrawableBase (void)
 
virtual ~DrawableBase (void)
 

Detailed Description

Definition at line 2251 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableTranslation()

Magick::DrawableTranslation::DrawableTranslation ( double  x_,
double  y_ 
)
inline

Definition at line 2254 of file Drawable.h.

◆ ~DrawableTranslation()

Magick::DrawableTranslation::~DrawableTranslation ( void  )

Definition at line 1726 of file Drawable.cpp.

Member Function Documentation

◆ copy()

Magick::DrawableBase * Magick::DrawableTranslation::copy ( ) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1734 of file Drawable.cpp.

◆ operator()()

void Magick::DrawableTranslation::operator() ( MagickCore::DrawingWand *  context_) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1730 of file Drawable.cpp.

◆ x() [1/2]

void Magick::DrawableTranslation::x ( double  x_)
inline

Definition at line 2267 of file Drawable.h.

◆ x() [2/2]

double Magick::DrawableTranslation::x ( void  ) const
inline

Definition at line 2271 of file Drawable.h.

◆ y() [1/2]

void Magick::DrawableTranslation::y ( double  y_)
inline

Definition at line 2276 of file Drawable.h.

◆ y() [2/2]

double Magick::DrawableTranslation::y ( void  ) const
inline

Definition at line 2280 of file Drawable.h.


The documentation for this class was generated from the following files: