|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| ImageRef (MagickCore::Image *image_) | |
| size_t | decrease () |
| MagickCore::Image *& | image (void) |
| void | increase () |
| bool | isShared () |
| void | options (Options *options_) |
| Options * | options (void) |
| std::string | signature (const bool force_=false) |
Static Public Member Functions | |
| static ImageRef * | replaceImage (ImageRef *imgRef, MagickCore::Image *replacement_) |
Private Member Functions | |
| ImageRef (MagickCore::Image *image_, const Options *options_) | |
| ImageRef (const ImageRef &) | |
| ImageRef & | operator= (const ImageRef &) |
Private Attributes | |
| MagickCore::Image * | _image |
| MutexLock | _mutexLock |
| Options * | _options |
| ::ssize_t | _refCount |
Definition at line 28 of file ImageRef.h.
| Magick::ImageRef::ImageRef | ( | void | ) |
Definition at line 20 of file ImageRef.cpp.
| Magick::ImageRef::ImageRef | ( | MagickCore::Image * | image_ | ) |
Definition at line 31 of file ImageRef.cpp.
| Magick::ImageRef::~ImageRef | ( | void | ) |
Definition at line 39 of file ImageRef.cpp.
|
private |
Definition at line 150 of file ImageRef.cpp.
| size_t Magick::ImageRef::decrease | ( | ) |
Definition at line 50 of file ImageRef.cpp.
| MagickCore::Image *& Magick::ImageRef::image | ( | void | ) |
Definition at line 68 of file ImageRef.cpp.
| void Magick::ImageRef::increase | ( | ) |
Definition at line 73 of file ImageRef.cpp.
| bool Magick::ImageRef::isShared | ( | ) |
Definition at line 80 of file ImageRef.cpp.
| void Magick::ImageRef::options | ( | Magick::Options * | options_ | ) |
Definition at line 91 of file ImageRef.cpp.
| Magick::Options * Magick::ImageRef::options | ( | void | ) |
Definition at line 97 of file ImageRef.cpp.
|
static |
Definition at line 102 of file ImageRef.cpp.
| std::string Magick::ImageRef::signature | ( | const bool | force_ = false | ) |
Definition at line 128 of file ImageRef.cpp.
|
private |
Definition at line 77 of file ImageRef.h.
|
private |
Definition at line 78 of file ImageRef.h.
|
private |
Definition at line 79 of file ImageRef.h.
|
private |
Definition at line 80 of file ImageRef.h.