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

#include <Drawable.h>

Inheritance diagram for Magick::PathClosePath:

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

Collaboration graph
[legend]

Public Member Functions

 PathClosePath (void)
 ~PathClosePath (void)
void operator() (MagickLib::DrawContext context_) const
VPathBasecopy () const
 PathClosePath (void)
 ~PathClosePath (void)
void operator() (MagickLib::DrawContext context_) const
VPathBasecopy () const

Private Attributes

int _dummy

Constructor & Destructor Documentation

Magick::PathClosePath::PathClosePath void   )  [inline]
 

Definition at line 2279 of file Drawable.h.

Referenced by copy().

02280 : _dummy(0) 02281 { 02282 }

Magick::PathClosePath::~PathClosePath void   ) 
 

Definition at line 1540 of file Drawable.cpp.

01541 { 01542 }

Magick::PathClosePath::PathClosePath void   )  [inline]
 

Definition at line 2279 of file Drawable.h.

02280 : _dummy(0) 02281 { 02282 }

Magick::PathClosePath::~PathClosePath void   ) 
 


Member Function Documentation

VPathBase* Magick::PathClosePath::copy  )  const [virtual]
 

Implements Magick::VPathBase.

Magick::VPathBase * Magick::PathClosePath::copy  )  const [virtual]
 

Implements Magick::VPathBase.

Definition at line 1547 of file Drawable.cpp.

References PathClosePath().

01548 { 01549 return new PathClosePath(*this); 01550 }

Here is the call graph for this function:

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

Implements Magick::VPathBase.

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

Implements Magick::VPathBase.

Definition at line 1543 of file Drawable.cpp.

References DrawPathClose(), and operator()().

Referenced by operator()().

01544 { 01545 DrawPathClose( context_ ); 01546 }

Here is the call graph for this function:


Field Documentation

int Magick::PathClosePath::_dummy [private]
 

Definition at line 2293 of file Drawable.h.


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