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

Public Member Functions

 DrawableStrokeLineJoin (LineJoin linejoin_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 
void linejoin (LineJoin linejoin_)
 
LineJoin linejoin (void) const
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () const
 

Private Attributes

LineJoin _linejoin
 

Detailed Description

Definition at line 1801 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableStrokeLineJoin()

Magick::DrawableStrokeLineJoin::DrawableStrokeLineJoin ( LineJoin  linejoin_)
inline

Definition at line 1804 of file Drawable.h.

1805 : _linejoin(linejoin_)
1806 { }

◆ ~DrawableStrokeLineJoin()

Magick::DrawableStrokeLineJoin::~DrawableStrokeLineJoin ( void  )

Definition at line 1298 of file Drawable.cpp.

1299{
1300}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1306 of file Drawable.cpp.

1307{
1308 return new DrawableStrokeLineJoin(*this);
1309}

◆ linejoin() [1/2]

void Magick::DrawableStrokeLineJoin::linejoin ( LineJoin  linejoin_)
inline

Definition at line 1816 of file Drawable.h.

1817 {
1818 _linejoin = linejoin_;
1819 }

◆ linejoin() [2/2]

LineJoin Magick::DrawableStrokeLineJoin::linejoin ( void  ) const
inline

Definition at line 1820 of file Drawable.h.

1821 {
1822 return _linejoin;
1823 }

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1301 of file Drawable.cpp.

1303{
1304 DrawSetStrokeLineJoin( context_, _linejoin );
1305}

Member Data Documentation

◆ _linejoin

LineJoin Magick::DrawableStrokeLineJoin::_linejoin
private

Definition at line 1826 of file Drawable.h.


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