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

#include <Drawable.h>

Inheritance diagram for Magick::DrawablePushGraphicContext:

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

Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

int _dummy

Constructor & Destructor Documentation

Magick::DrawablePushGraphicContext::DrawablePushGraphicContext void   )  [inline]
 

Definition at line 1260 of file Drawable.h.

Referenced by copy().

01261 : _dummy(0) 01262 { 01263 }

Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext void   ) 
 

Definition at line 873 of file Drawable.cpp.

00874 { 00875 }

Magick::DrawablePushGraphicContext::DrawablePushGraphicContext void   )  [inline]
 

Definition at line 1260 of file Drawable.h.

01261 : _dummy(0) 01262 { 01263 }

Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext void   ) 
 


Member Function Documentation

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 881 of file Drawable.cpp.

References DrawablePushGraphicContext().

00882 { 00883 return new DrawablePushGraphicContext(*this); 00884 }

Here is the call graph for this function:

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 877 of file Drawable.cpp.

References DrawPushGraphicContext().

00878 { 00879 DrawPushGraphicContext( context_ ); 00880 }

Here is the call graph for this function:


Field Documentation

int Magick::DrawablePushGraphicContext::_dummy [private]
 

Definition at line 1274 of file Drawable.h.


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