Magick++ 7.1.2-32
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::DrawableTextDirection Class Reference
Inheritance diagram for Magick::DrawableTextDirection:
Magick::DrawableBase

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

Detailed Description

Definition at line 2142 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableTextDirection()

Magick::DrawableTextDirection::DrawableTextDirection ( DirectionType direction_)

Definition at line 1566 of file Drawable.cpp.

1568 : _direction(direction_)
1569{
1570}

◆ ~DrawableTextDirection()

Magick::DrawableTextDirection::~DrawableTextDirection ( void )

Definition at line 1572 of file Drawable.cpp.

1573{
1574}

Member Function Documentation

◆ copy()

Magick::DrawableBase * Magick::DrawableTextDirection::copy ( ) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1592 of file Drawable.cpp.

1593{
1594 return new DrawableTextDirection(*this);
1595}

◆ direction() [1/2]

void Magick::DrawableTextDirection::direction ( DirectionType direction_)

Definition at line 1582 of file Drawable.cpp.

1583{
1584 _direction=direction_;
1585}

◆ direction() [2/2]

Magick::DirectionType Magick::DrawableTextDirection::direction ( void ) const

Definition at line 1587 of file Drawable.cpp.

1588{
1589 return(_direction);
1590}

◆ operator()()

void Magick::DrawableTextDirection::operator() ( MagickCore::DrawingWand * context_) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 1576 of file Drawable.cpp.

1578{
1579 DrawSetTextDirection(context_,_direction);
1580}

Field Documentation

◆ _direction

DirectionType Magick::DrawableTextDirection::_direction
private

Definition at line 2158 of file Drawable.h.


The documentation for this class was generated from the following files:
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Magick++/Drawable.h
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Drawable.cpp