Definition at line 120 of file Drawable.h.
◆ Drawable() [1/3]
Magick::Drawable::Drawable |
( |
void | | ) |
|
◆ Drawable() [2/3]
Magick::Drawable::Drawable |
( |
const DrawableBase & | original_ | ) |
|
Definition at line 87 of file Drawable.cpp.
88 : dp(original_.copy())
89{
90}
◆ ~Drawable()
Magick::Drawable::~Drawable |
( |
void | | ) |
|
◆ Drawable() [3/3]
Magick::Drawable::Drawable |
( |
const Drawable & | original_ | ) |
|
◆ operator()()
void Magick::Drawable::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
Definition at line 120 of file Drawable.cpp.
121{
123 dp->operator()(context_);
124}
◆ operator=()
Definition at line 104 of file Drawable.cpp.
106{
107 DrawableBase
108 *temp_dp;
109
110 if (this != &original_)
111 {
114 delete dp;
115 dp=temp_dp;
116 }
117 return(*this);
118}
◆ dp
The documentation for this class was generated from the following files: