Back to Imagemagick

Magick++: Magick::DrawableRoundRectangle Class Reference

www/api/Magick++/classMagick_1_1DrawableRoundRectangle.html

7.1.2-2112.4 KB
Original Source

| Magick++ 7.1.0 |

Public Member Functions | List of all members

Magick::DrawableRoundRectangle Class Reference

#include <Drawable.h>

Inheritance diagram for Magick::DrawableRoundRectangle:

![Inheritance graph](classMagick_1_1DrawableRoundRectangle inherit graph.png) [legend]

Collaboration diagram for Magick::DrawableRoundRectangle:

![Collaboration graph](classMagick_1_1DrawableRoundRectangle coll graph.png) [legend]

|

Public Member Functions

| | | DrawableRoundRectangle (double upperLeftX_, double upperLeftY_, double lowerRightX_, double lowerRightY_, double cornerWidth_, double cornerHeight_) | | | | | ~DrawableRoundRectangle (void) | | | | void | operator() (MagickCore::DrawingWand *context_) const | | | | DrawableBase * | copy () const | | | | void | centerX (double centerX_) | | | | double | centerX (void) const | | | | void | centerY (double centerY_) | | | | double | centerY (void) const | | | | void | width (double width_) | | | | double | width (void) const | | | | void | hight (double hight_) | | | | double | hight (void) const | | | | void | upperLeftX (double upperLeftX_) | | | | double | upperLeftX (void) const | | | | void | upperLeftY (double upperLeftY_) | | | | double | upperLeftY (void) const | | | | void | lowerRightX (double lowerRightX_) | | | | double | lowerRightX (void) const | | | | void | lowerRightY (double lowerRightY_) | | | | double | lowerRightY (void) const | | | | void | cornerWidth (double cornerWidth_) | | | | double | cornerWidth (void) const | | | | void | cornerHeight (double cornerHeight_) | | | | double | cornerHeight (void) const | | | | Public Member Functions inherited from Magick::DrawableBase | | | DrawableBase (void) | | | | virtual | ~DrawableBase (void) | | |

Detailed Description

Definition at line 1493 of file Drawable.h.

Constructor & Destructor Documentation

DrawableRoundRectangle()

|

| Magick::DrawableRoundRectangle::DrawableRoundRectangle | ( | double | upperLeftX_, | | | | double | upperLeftY_, | | | | double | lowerRightX_, | | | | double | lowerRightY_, | | | | double | cornerWidth_, | | | | double | cornerHeight_ | | | ) | | |

| inline |

Definition at line 1496 of file Drawable.h.

~DrawableRoundRectangle()

| Magick::DrawableRoundRectangle::~DrawableRoundRectangle | ( | void | | ) | |

Definition at line 1105 of file Drawable.cpp.

Member Function Documentation

centerX() [1/2]

|

| void Magick::DrawableRoundRectangle::centerX | ( | double | centerX_ | ) | |

| inline |

Definition at line 1517 of file Drawable.h.

centerX() [2/2]

|

| double Magick::DrawableRoundRectangle::centerX | ( | void | | ) | const |

| inline |

Definition at line 1521 of file Drawable.h.

centerY() [1/2]

|

| void Magick::DrawableRoundRectangle::centerY | ( | double | centerY_ | ) | |

| inline |

Definition at line 1526 of file Drawable.h.

centerY() [2/2]

|

| double Magick::DrawableRoundRectangle::centerY | ( | void | | ) | const |

| inline |

Definition at line 1530 of file Drawable.h.

copy()

|

| Magick::DrawableBase * Magick::DrawableRoundRectangle::copy | ( | | ) | const |

| virtual |

Reimplemented from Magick::DrawableBase.

Definition at line 1114 of file Drawable.cpp.

cornerHeight() [1/2]

|

| void Magick::DrawableRoundRectangle::cornerHeight | ( | double | cornerHeight_ | ) | |

| inline |

Definition at line 1600 of file Drawable.h.

cornerHeight() [2/2]

|

| double Magick::DrawableRoundRectangle::cornerHeight | ( | void | | ) | const |

| inline |

Definition at line 1604 of file Drawable.h.

cornerWidth() [1/2]

|

| void Magick::DrawableRoundRectangle::cornerWidth | ( | double | cornerWidth_ | ) | |

| inline |

Definition at line 1591 of file Drawable.h.

cornerWidth() [2/2]

|

| double Magick::DrawableRoundRectangle::cornerWidth | ( | void | | ) | const |

| inline |

Definition at line 1595 of file Drawable.h.

hight() [1/2]

|

| void Magick::DrawableRoundRectangle::hight | ( | double | hight_ | ) | |

| inline |

Definition at line 1544 of file Drawable.h.

hight() [2/2]

|

| double Magick::DrawableRoundRectangle::hight | ( | void | | ) | const |

| inline |

Definition at line 1548 of file Drawable.h.

lowerRightX() [1/2]

|

| void Magick::DrawableRoundRectangle::lowerRightX | ( | double | lowerRightX_ | ) | |

| inline |

Definition at line 1573 of file Drawable.h.

lowerRightX() [2/2]

|

| double Magick::DrawableRoundRectangle::lowerRightX | ( | void | | ) | const |

| inline |

Definition at line 1577 of file Drawable.h.

lowerRightY() [1/2]

|

| void Magick::DrawableRoundRectangle::lowerRightY | ( | double | lowerRightY_ | ) | |

| inline |

Definition at line 1582 of file Drawable.h.

lowerRightY() [2/2]

|

| double Magick::DrawableRoundRectangle::lowerRightY | ( | void | | ) | const |

| inline |

Definition at line 1586 of file Drawable.h.

operator()()

|

| void Magick::DrawableRoundRectangle::operator() | ( | MagickCore::DrawingWand * | context_ | ) | const |

| virtual |

Reimplemented from Magick::DrawableBase.

Definition at line 1109 of file Drawable.cpp.

upperLeftX() [1/2]

|

| void Magick::DrawableRoundRectangle::upperLeftX | ( | double | upperLeftX_ | ) | |

| inline |

Definition at line 1555 of file Drawable.h.

upperLeftX() [2/2]

|

| double Magick::DrawableRoundRectangle::upperLeftX | ( | void | | ) | const |

| inline |

Definition at line 1559 of file Drawable.h.

upperLeftY() [1/2]

|

| void Magick::DrawableRoundRectangle::upperLeftY | ( | double | upperLeftY_ | ) | |

| inline |

Definition at line 1564 of file Drawable.h.

upperLeftY() [2/2]

|

| double Magick::DrawableRoundRectangle::upperLeftY | ( | void | | ) | const |

| inline |

Definition at line 1568 of file Drawable.h.

width() [1/2]

|

| void Magick::DrawableRoundRectangle::width | ( | double | width_ | ) | |

| inline |

Definition at line 1535 of file Drawable.h.

width() [2/2]

|

| double Magick::DrawableRoundRectangle::width | ( | void | | ) | const |

| inline |

Definition at line 1539 of file Drawable.h.


The documentation for this class was generated from the following files: