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

Public Member Functions

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

Private Attributes

::ssize_t _dummy

Detailed Description

Definition at line 1275 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePushGraphicContext()

Magick::DrawablePushGraphicContext::DrawablePushGraphicContext ( void )
inline

Definition at line 1278 of file Drawable.h.

1279 : _dummy(0)
1280 {
1281 }

◆ ~DrawablePushGraphicContext()

Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext ( void )

Definition at line 895 of file Drawable.cpp.

896{
897}

Member Function Documentation

◆ copy()

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

Implements Magick::DrawableBase.

Definition at line 903 of file Drawable.cpp.

904{
905 return new DrawablePushGraphicContext(*this);
906}

◆ operator()()

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

Implements Magick::DrawableBase.

Definition at line 898 of file Drawable.cpp.

900{
901 PushDrawingWand( context_ );
902}

Member Data Documentation

◆ _dummy

::ssize_t Magick::DrawablePushGraphicContext::_dummy
private

Definition at line 1292 of file Drawable.h.


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