Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::DrawableBase Class Reference
Inheritance diagram for Magick::DrawableBase:
Collaboration diagram for Magick::DrawableBase:

Public Member Functions

virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () const
 

Detailed Description

Definition at line 99 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableBase()

Magick::DrawableBase::DrawableBase ( void  )

Definition at line 63 of file Drawable.cpp.

64{
65}

◆ ~DrawableBase()

Magick::DrawableBase::~DrawableBase ( void  )
virtual

Definition at line 67 of file Drawable.cpp.

68{
69}

Member Function Documentation

◆ copy()

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

Definition at line 76 of file Drawable.cpp.

77{
78 return new DrawableBase(*this);
79}

◆ operator()()

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

Definition at line 71 of file Drawable.cpp.

72{
73 (void) context_;
74}

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