Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

Magick::DrawablePopClipPath Class Reference

#include <Drawable.h>

Inheritance diagram for Magick::DrawablePopClipPath:

Inheritance graph
[legend]
Collaboration diagram for Magick::DrawablePopClipPath:

Collaboration graph
[legend]

Public Member Functions

 DrawablePopClipPath (void)
 ~DrawablePopClipPath (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const
 DrawablePopClipPath (void)
 ~DrawablePopClipPath (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const

Private Attributes

int _dummy

Constructor & Destructor Documentation

Magick::DrawablePopClipPath::DrawablePopClipPath void   )  [inline]
 

Definition at line 459 of file Drawable.h.

Referenced by copy().

00460 : _dummy(0) 00461 { 00462 }

Magick::DrawablePopClipPath::~DrawablePopClipPath void   ) 
 

Definition at line 305 of file Drawable.cpp.

00306 { 00307 }

Magick::DrawablePopClipPath::DrawablePopClipPath void   )  [inline]
 

Definition at line 459 of file Drawable.h.

00460 : _dummy(0) 00461 { 00462 }

Magick::DrawablePopClipPath::~DrawablePopClipPath void   ) 
 


Member Function Documentation

DrawableBase* Magick::DrawablePopClipPath::copy  )  const [virtual]
 

Implements Magick::DrawableBase.

Magick::DrawableBase * Magick::DrawablePopClipPath::copy  )  const [virtual]
 

Implements Magick::DrawableBase.

Definition at line 313 of file Drawable.cpp.

References DrawablePopClipPath().

00314 { 00315 return new DrawablePopClipPath(*this); 00316 }

Here is the call graph for this function:

void Magick::DrawablePopClipPath::operator() MagickLib::DrawContext  context_  )  const [virtual]
 

Implements Magick::DrawableBase.

void Magick::DrawablePopClipPath::operator() MagickLib::DrawContext  context_  )  const [virtual]
 

Implements Magick::DrawableBase.

Definition at line 308 of file Drawable.cpp.

References DrawPopClipPath(), and DrawPopDefs().

00309 { 00310 DrawPopClipPath( context_ ); 00311 DrawPopDefs(context_); 00312 }

Here is the call graph for this function:


Field Documentation

int Magick::DrawablePopClipPath::_dummy [private]
 

Definition at line 473 of file Drawable.h.


The documentation for this class was generated from the following files:
Generated on Mon Oct 25 13:47:34 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC