Definition at line 498 of file Drawable.h.
◆ DrawableClipPath() [1/2]
| Magick::DrawableClipPath::DrawableClipPath |
( |
const std::string & | id_ | ) |
|
Definition at line 347 of file Drawable.cpp.
348:_id(id_.c_str())
349{
350}
◆ DrawableClipPath() [2/2]
| Magick::DrawableClipPath::DrawableClipPath |
( |
const DrawableClipPath & | original_ | ) |
|
Definition at line 352 of file Drawable.cpp.
353 : DrawableBase (original_),
354 _id(original_._id.c_str())
355{
356}
◆ ~DrawableClipPath()
| Magick::DrawableClipPath::~DrawableClipPath |
( |
void | | ) |
|
◆ clip_path() [1/2]
| void Magick::DrawableClipPath::clip_path |
( |
const std::string & | id_ | ) |
|
|
inline |
Definition at line 512 of file Drawable.h.
513 {
514 _id = id_.c_str();
515 }
◆ clip_path() [2/2]
| std::string Magick::DrawableClipPath::clip_path |
( |
void | | ) |
const |
|
inline |
Definition at line 516 of file Drawable.h.
517 {
518 return _id;
519 }
◆ copy()
◆ operator()()
| void Magick::DrawableClipPath::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _id
| std::string Magick::DrawableClipPath::_id |
|
private |
The documentation for this class was generated from the following files: