Magick++ 6.9.13
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

Private Attributes

::ssize_t _dummy

Detailed Description

Definition at line 1254 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePopGraphicContext()

Magick::DrawablePopGraphicContext::DrawablePopGraphicContext ( void )
inline

Definition at line 1257 of file Drawable.h.

1258 : _dummy(0)
1259 {
1260 }

◆ ~DrawablePopGraphicContext()

Magick::DrawablePopGraphicContext::~DrawablePopGraphicContext ( void )

Definition at line 881 of file Drawable.cpp.

882{
883}

Member Function Documentation

◆ copy()

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

Implements Magick::DrawableBase.

Definition at line 889 of file Drawable.cpp.

890{
891 return new DrawablePopGraphicContext(*this);
892}

◆ operator()()

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

Implements Magick::DrawableBase.

Definition at line 884 of file Drawable.cpp.

886{
887 PopDrawingWand( context_ );
888}

Member Data Documentation

◆ _dummy

::ssize_t Magick::DrawablePopGraphicContext::_dummy
private

Definition at line 1271 of file Drawable.h.


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