Magick::DrawablePopGraphicContext Class Reference
Inheritance diagram for Magick::DrawablePopGraphicContext:
Magick::DrawableBase

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

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}

Field 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:
  • /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Magick++/Drawable.h
  • /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Drawable.cpp