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

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 1355 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePopPattern()

Magick::DrawablePopPattern::DrawablePopPattern ( void  )
inline

Definition at line 1358 of file Drawable.h.

1359 : _dummy(0)
1360 {
1361 }

◆ ~DrawablePopPattern()

Magick::DrawablePopPattern::~DrawablePopPattern ( void  )

Definition at line 1028 of file Drawable.cpp.

1029{
1030}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1036 of file Drawable.cpp.

1037{
1038 return new DrawablePopPattern(*this);
1039}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1031 of file Drawable.cpp.

1033{
1034 (void) DrawPopPattern( context_ );
1035}

Member Data Documentation

◆ _dummy

::ssize_t Magick::DrawablePopPattern::_dummy
private

Definition at line 1372 of file Drawable.h.


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