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::DrawablePopGraphicContext Class Reference

#include <Drawable.h>

Inheritance diagram for Magick::DrawablePopGraphicContext:

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

Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

int _dummy

Constructor & Destructor Documentation

Magick::DrawablePopGraphicContext::DrawablePopGraphicContext void   )  [inline]
 

Definition at line 1239 of file Drawable.h.

Referenced by copy().

01240 : _dummy(0) 01241 { 01242 }

Magick::DrawablePopGraphicContext::~DrawablePopGraphicContext void   ) 
 

Definition at line 859 of file Drawable.cpp.

00860 { 00861 }

Magick::DrawablePopGraphicContext::DrawablePopGraphicContext void   )  [inline]
 

Definition at line 1239 of file Drawable.h.

01240 : _dummy(0) 01241 { 01242 }

Magick::DrawablePopGraphicContext::~DrawablePopGraphicContext void   ) 
 


Member Function Documentation

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 867 of file Drawable.cpp.

References DrawablePopGraphicContext().

00868 { 00869 return new DrawablePopGraphicContext(*this); 00870 }

Here is the call graph for this function:

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 863 of file Drawable.cpp.

References DrawPopGraphicContext().

00864 { 00865 DrawPopGraphicContext( context_ ); 00866 }

Here is the call graph for this function:


Field Documentation

int Magick::DrawablePopGraphicContext::_dummy [private]
 

Definition at line 1253 of file Drawable.h.


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