|
| virtual void | operator() (MagickCore::DrawingWand *) const |
| virtual DrawableBase * | copy () const |
Definition at line 99 of file Drawable.h.
◆ DrawableBase()
| Magick::DrawableBase::DrawableBase |
( |
void | | ) |
|
◆ ~DrawableBase()
| Magick::DrawableBase::~DrawableBase |
( |
void | | ) |
|
|
virtual |
◆ copy()
Definition at line 73 of file Drawable.cpp.
74{
75 return new DrawableBase(*this);
76}
◆ operator()()
| void Magick::DrawableBase::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Definition at line 68 of file Drawable.cpp.
69{
70 (void) context_;
71}
The documentation for this class was generated from the following files:
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Magick++/Drawable.h
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Drawable.cpp