|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableCompositeImage (double x_, double y_, const std::string &filename_) | |
| DrawableCompositeImage (double x_, double y_, const Image &image_) | |
| DrawableCompositeImage (double x_, double y_, double width_, double height_, const std::string &filename_) | |
| DrawableCompositeImage (double x_, double y_, double width_, double height_, const Image &image_) | |
| DrawableCompositeImage (double x_, double y_, double width_, double height_, const std::string &filename_, CompositeOperator composition_) | |
| DrawableCompositeImage (double x_, double y_, double width_, double height_, const Image &image_, CompositeOperator composition_) | |
| DrawableCompositeImage (const DrawableCompositeImage &original_) | |
| DrawableCompositeImage & | operator= (const DrawableCompositeImage &original_) |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
| void | composition (CompositeOperator composition_) |
| CompositeOperator | composition (void) const |
| void | filename (const std::string &image_) |
| std::string | filename (void) const |
| void | x (double x_) |
| double | x (void) const |
| void | y (double y_) |
| double | y (void) const |
| void | width (double width_) |
| double | width (void) const |
| void | height (double height_) |
| double | height (void) const |
| void | image (const Image &image_) |
| Magick::Image | image (void) const |
| void | magick (std::string magick_) |
| std::string | magick (void) |
Private Attributes | |
| CompositeOperator | _composition |
| double | _x |
| double | _y |
| double | _width |
| double | _height |
| Image * | _image |
Definition at line 723 of file Drawable.h.
| Magick::DrawableCompositeImage::DrawableCompositeImage | ( | double | x_, |
| double | y_, | ||
| const std::string & | filename_ ) |
Definition at line 534 of file Drawable.cpp.
| Magick::DrawableCompositeImage::DrawableCompositeImage | ( | double | x_, |
| double | y_, | ||
| const Image & | image_ ) |
Definition at line 547 of file Drawable.cpp.
| Magick::DrawableCompositeImage::DrawableCompositeImage | ( | double | x_, |
| double | y_, | ||
| double | width_, | ||
| double | height_, | ||
| const std::string & | filename_ ) |
Definition at line 510 of file Drawable.cpp.
| Magick::DrawableCompositeImage::DrawableCompositeImage | ( | double | x_, |
| double | y_, | ||
| double | width_, | ||
| double | height_, | ||
| const Image & | image_ ) |
Definition at line 522 of file Drawable.cpp.
| Magick::DrawableCompositeImage::DrawableCompositeImage | ( | const DrawableCompositeImage & | original_ | ) |
Definition at line 561 of file Drawable.cpp.
| Magick::DrawableCompositeImage::~DrawableCompositeImage | ( | void | ) |
Definition at line 572 of file Drawable.cpp.
|
inline |
Definition at line 766 of file Drawable.h.
|
inline |
Definition at line 770 of file Drawable.h.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 638 of file Drawable.cpp.
| void Magick::DrawableCompositeImage::filename | ( | const std::string & | image_ | ) |
Definition at line 594 of file Drawable.cpp.
| std::string Magick::DrawableCompositeImage::filename | ( | void | ) | const |
Definition at line 600 of file Drawable.cpp.
|
inline |
Definition at line 805 of file Drawable.h.
|
inline |
Definition at line 809 of file Drawable.h.
| void Magick::DrawableCompositeImage::image | ( | const Image & | image_ | ) |
Definition at line 605 of file Drawable.cpp.
| Magick::Image Magick::DrawableCompositeImage::image | ( | void | ) | const |
Definition at line 611 of file Drawable.cpp.
| void Magick::DrawableCompositeImage::magick | ( | std::string | magick_ | ) |
Definition at line 617 of file Drawable.cpp.
| std::string Magick::DrawableCompositeImage::magick | ( | void | ) |
Definition at line 621 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 626 of file Drawable.cpp.
| Magick::DrawableCompositeImage & Magick::DrawableCompositeImage::operator= | ( | const DrawableCompositeImage & | original_ | ) |
Definition at line 577 of file Drawable.cpp.
|
inline |
Definition at line 796 of file Drawable.h.
|
inline |
Definition at line 800 of file Drawable.h.
|
inline |
Definition at line 778 of file Drawable.h.
|
inline |
Definition at line 782 of file Drawable.h.
|
inline |
Definition at line 787 of file Drawable.h.
|
inline |
Definition at line 791 of file Drawable.h.
|
private |
Definition at line 822 of file Drawable.h.
|
private |
Definition at line 826 of file Drawable.h.
|
private |
Definition at line 827 of file Drawable.h.
|
private |
Definition at line 825 of file Drawable.h.
|
private |
Definition at line 823 of file Drawable.h.
|
private |
Definition at line 824 of file Drawable.h.