Magick++ 7.1.1
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
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () const
 

Private Attributes

::ssize_t _dummy
 

Detailed Description

Definition at line 1334 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePushGraphicContext()

Magick::DrawablePushGraphicContext::DrawablePushGraphicContext ( void  )
inline

Definition at line 1337 of file Drawable.h.

1338 : _dummy(0)
1339 {
1340 }

◆ ~DrawablePushGraphicContext()

Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext ( void  )

Definition at line 1014 of file Drawable.cpp.

1015{
1016}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1022 of file Drawable.cpp.

1023{
1024 return new DrawablePushGraphicContext(*this);
1025}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1017 of file Drawable.cpp.

1019{
1020 PushDrawingWand( context_ );
1021}

Member Data Documentation

◆ _dummy

::ssize_t Magick::DrawablePushGraphicContext::_dummy
private

Definition at line 1351 of file Drawable.h.


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