Definition at line 478 of file Drawable.h.
◆ DrawablePushClipPath() [1/2]
Magick::DrawablePushClipPath::DrawablePushClipPath |
( |
const std::string & | id_ | ) |
|
Definition at line 321 of file Drawable.cpp.
322 : _id(id_.c_str())
323{
324}
◆ DrawablePushClipPath() [2/2]
Definition at line 325 of file Drawable.cpp.
327 : DrawableBase (original_),
328 _id(original_._id.c_str())
329{
330}
◆ ~DrawablePushClipPath()
Magick::DrawablePushClipPath::~DrawablePushClipPath |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::DrawablePushClipPath::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _id
std::string Magick::DrawablePushClipPath::_id |
|
private |
The documentation for this class was generated from the following files: