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

Public Member Functions

void operator() (MagickCore::DrawingWand *context_) const
 
VPathBasecopy () const
 
virtual void operator() (MagickCore::DrawingWand *context_) const =0
 
virtual VPathBasecopy () const =0
 

Private Attributes

::ssize_t _dummy
 

Detailed Description

Definition at line 2517 of file Drawable.h.

Constructor & Destructor Documentation

◆ PathClosePath()

Magick::PathClosePath::PathClosePath ( void  )
inline

Definition at line 2520 of file Drawable.h.

2521 : _dummy(0)
2522 {
2523 }

◆ ~PathClosePath()

Magick::PathClosePath::~PathClosePath ( void  )

Definition at line 1895 of file Drawable.cpp.

1896{
1897}

Member Function Documentation

◆ copy()

Magick::VPathBase * Magick::PathClosePath::copy ( ) const
virtual

Implements Magick::VPathBase.

Definition at line 1902 of file Drawable.cpp.

1903{
1904 return new PathClosePath(*this);
1905}

◆ operator()()

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

Implements Magick::VPathBase.

Definition at line 1898 of file Drawable.cpp.

1899{
1900 DrawPathClose( context_ );
1901}

Member Data Documentation

◆ _dummy

::ssize_t Magick::PathClosePath::_dummy
private

Definition at line 2534 of file Drawable.h.


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