Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::DrawablePopClipPath Class Reference
Inheritance diagram for Magick::DrawablePopClipPath:
Collaboration diagram for Magick::DrawablePopClipPath:

Public Member Functions

void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 

Private Attributes

::ssize_t _dummy
 

Detailed Description

Definition at line 457 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePopClipPath()

Magick::DrawablePopClipPath::DrawablePopClipPath ( void )
inline

Definition at line 460 of file Drawable.h.

461 : _dummy(0)
462 {
463 }

◆ ~DrawablePopClipPath()

Magick::DrawablePopClipPath::~DrawablePopClipPath ( void )

Definition at line 307 of file Drawable.cpp.

308{
309}

Member Function Documentation

◆ copy()

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

Implements Magick::DrawableBase.

Definition at line 315 of file Drawable.cpp.

316{
317 return new DrawablePopClipPath(*this);
318}

◆ operator()()

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

Implements Magick::DrawableBase.

Definition at line 310 of file Drawable.cpp.

311{
312 DrawPopClipPath( context_ );
313 DrawPopDefs(context_);
314}

Member Data Documentation

◆ _dummy

::ssize_t Magick::DrawablePopClipPath::_dummy
private

Definition at line 474 of file Drawable.h.


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