Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::DrawableTextDirection Class Reference
Inheritance diagram for Magick::DrawableTextDirection:
Collaboration diagram for Magick::DrawableTextDirection:

Public Member Functions

 DrawableTextDirection (DirectionType direction_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
void direction (DirectionType direction_)
 
DirectionType direction (void) const
 
DrawableBasecopy () const
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () 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 1568 of file Drawable.cpp.

1570 : _direction(direction_)
1571{
1572}

◆ ~DrawableTextDirection()

Magick::DrawableTextDirection::~DrawableTextDirection ( void  )

Definition at line 1574 of file Drawable.cpp.

1575{
1576}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1594 of file Drawable.cpp.

1595{
1596 return new DrawableTextDirection(*this);
1597}

◆ direction() [1/2]

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

Definition at line 1584 of file Drawable.cpp.

1585{
1586 _direction=direction_;
1587}

◆ direction() [2/2]

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

Definition at line 1589 of file Drawable.cpp.

1590{
1591 return(_direction);
1592}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1578 of file Drawable.cpp.

1580{
1581 DrawSetTextDirection(context_,_direction);
1582}

Member Data 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: