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

#include <Drawable.h>

Inheritance diagram for Magick::PathLinetoVerticalRel:

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

Collaboration graph
[legend]

Public Member Functions

 PathLinetoVerticalRel (double y_)
 ~PathLinetoVerticalRel (void)
void operator() (MagickLib::DrawContext context_) const
VPathBasecopy () const
void y (double y_)
double y (void) const
 PathLinetoVerticalRel (double y_)
 ~PathLinetoVerticalRel (void)
void operator() (MagickLib::DrawContext context_) const
VPathBasecopy () const
void y (double y_)
double y (void) const

Private Attributes

double _y

Constructor & Destructor Documentation

Magick::PathLinetoVerticalRel::PathLinetoVerticalRel double  y_  )  [inline]
 

Definition at line 2821 of file Drawable.h.

02822 : _y(y_) 02823 { 02824 }

Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel void   ) 
 

Definition at line 2063 of file Drawable.cpp.

02064 { 02065 }

Magick::PathLinetoVerticalRel::PathLinetoVerticalRel double  y_  )  [inline]
 

Definition at line 2821 of file Drawable.h.

02822 : _y(y_) 02823 { 02824 }

Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel void   ) 
 


Member Function Documentation

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

Implements Magick::VPathBase.

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

Implements Magick::VPathBase.

Definition at line 2071 of file Drawable.cpp.

02072 { 02073 return new PathLinetoVerticalRel(*this); 02074 }

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

Implements Magick::VPathBase.

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

Implements Magick::VPathBase.

Definition at line 2067 of file Drawable.cpp.

References DrawPathLineToVerticalRelative().

02068 { 02069 DrawPathLineToVerticalRelative( context_, _y ); 02070 }

Here is the call graph for this function:

double Magick::PathLinetoVerticalRel::y void   )  const [inline]
 

Definition at line 2838 of file Drawable.h.

02839 { 02840 return _y; 02841 }

void Magick::PathLinetoVerticalRel::y double  y_  )  [inline]
 

Definition at line 2834 of file Drawable.h.

02835 { 02836 _y = y_; 02837 }

double Magick::PathLinetoVerticalRel::y void   )  const [inline]
 

Definition at line 2838 of file Drawable.h.

02839 { 02840 return _y; 02841 }

void Magick::PathLinetoVerticalRel::y double  y_  )  [inline]
 

Definition at line 2834 of file Drawable.h.

02835 { 02836 _y = y_; 02837 }


Field Documentation

double Magick::PathLinetoVerticalRel::_y [private]
 

Definition at line 2844 of file Drawable.h.


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