Definition at line 1184 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 870 of file Drawable.cpp.
871 : DrawableBase (original_),
872 _path(original_._path)
873{
874}
◆ ~DrawablePath()
Magick::DrawablePath::~DrawablePath |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::DrawablePath::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 878 of file Drawable.cpp.
879{
880 DrawPathStart( context_ );
881
882 for( VPathList::const_iterator p = _path.begin();
883 p != _path.end(); p++ )
884 p->operator()( context_ );
885
886 DrawPathFinish( context_ );
887}
◆ _path
VPathList Magick::DrawablePath::_path |
|
private |
The documentation for this class was generated from the following files: