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

Private Attributes

::ssize_t _dummy
 

Detailed Description

Definition at line 1296 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePopPattern()

Magick::DrawablePopPattern::DrawablePopPattern ( void )
inline

Definition at line 1299 of file Drawable.h.

1300 : _dummy(0)
1301 {
1302 }

◆ ~DrawablePopPattern()

Magick::DrawablePopPattern::~DrawablePopPattern ( void )

Definition at line 909 of file Drawable.cpp.

910{
911}

Member Function Documentation

◆ copy()

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

Implements Magick::DrawableBase.

Definition at line 917 of file Drawable.cpp.

918{
919 return new DrawablePopPattern(*this);
920}

◆ operator()()

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

Implements Magick::DrawableBase.

Definition at line 912 of file Drawable.cpp.

914{
915 (void) DrawPopPattern( context_ );
916}

Member Data Documentation

◆ _dummy

::ssize_t Magick::DrawablePopPattern::_dummy
private

Definition at line 1313 of file Drawable.h.


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