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

Public Member Functions

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

Private Attributes

::ssize_t _dummy
 

Detailed Description

Definition at line 1313 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePopGraphicContext()

Magick::DrawablePopGraphicContext::DrawablePopGraphicContext ( void  )
inline

Definition at line 1316 of file Drawable.h.

1317 : _dummy(0)
1318 {
1319 }

◆ ~DrawablePopGraphicContext()

Magick::DrawablePopGraphicContext::~DrawablePopGraphicContext ( void  )

Definition at line 1000 of file Drawable.cpp.

1001{
1002}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1008 of file Drawable.cpp.

1009{
1010 return new DrawablePopGraphicContext(*this);
1011}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1003 of file Drawable.cpp.

1005{
1006 PopDrawingWand( context_ );
1007}

Member Data Documentation

◆ _dummy

::ssize_t Magick::DrawablePopGraphicContext::_dummy
private

Definition at line 1330 of file Drawable.h.


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