|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableTextDirection (DirectionType direction_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| void | direction (DirectionType direction_) |
| DirectionType | direction (void) const |
| DrawableBase * | copy () const |
Private Attributes | |
| DirectionType | _direction |
Definition at line 2142 of file Drawable.h.
| Magick::DrawableTextDirection::DrawableTextDirection | ( | DirectionType | direction_ | ) |
Definition at line 1569 of file Drawable.cpp.
| Magick::DrawableTextDirection::~DrawableTextDirection | ( | void | ) |
Definition at line 1575 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1595 of file Drawable.cpp.
| void Magick::DrawableTextDirection::direction | ( | DirectionType | direction_ | ) |
Definition at line 1585 of file Drawable.cpp.
| Magick::DirectionType Magick::DrawableTextDirection::direction | ( | void | ) | const |
Definition at line 1590 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1579 of file Drawable.cpp.
|
private |
Definition at line 2158 of file Drawable.h.