Definition at line 1125 of file Drawable.h.
◆ DrawablePath() [1/2]
| Magick::DrawablePath::DrawablePath |
( |
const VPathList & | path_ | ) |
|
◆ DrawablePath() [2/2]
| Magick::DrawablePath::DrawablePath |
( |
const DrawablePath & | original_ | ) |
|
Definition at line 751 of file Drawable.cpp.
752 : DrawableBase (original_),
753 _path(original_._path)
754{
755}
◆ ~DrawablePath()
| Magick::DrawablePath::~DrawablePath |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::DrawablePath::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Implements Magick::DrawableBase.
Definition at line 759 of file Drawable.cpp.
760{
761 DrawPathStart( context_ );
762
763 for( VPathList::const_iterator p = _path.begin();
764 p != _path.end(); p++ )
765 p->operator()( context_ );
766
767 DrawPathFinish( context_ );
768}
◆ _path
| VPathList Magick::DrawablePath::_path |
|
private |
The documentation for this class was generated from the following files: