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

#include <Drawable.h>

Inheritance diagram for Magick::DrawableStrokeWidth:

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

Collaboration graph
[legend]

Public Member Functions

 DrawableStrokeWidth (double width_)
 ~DrawableStrokeWidth (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const
void width (double width_)
double width (void) const
 DrawableStrokeWidth (double width_)
 ~DrawableStrokeWidth (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const
void width (double width_)
double width (void) const

Private Attributes

double _width

Constructor & Destructor Documentation

Magick::DrawableStrokeWidth::DrawableStrokeWidth double  width_  )  [inline]
 

Definition at line 1839 of file Drawable.h.

01840 : _width(width_) 01841 { }

Magick::DrawableStrokeWidth::~DrawableStrokeWidth void   ) 
 

Definition at line 1238 of file Drawable.cpp.

01239 { 01240 }

Magick::DrawableStrokeWidth::DrawableStrokeWidth double  width_  )  [inline]
 

Definition at line 1839 of file Drawable.h.

01840 : _width(width_) 01841 { }

Magick::DrawableStrokeWidth::~DrawableStrokeWidth void   ) 
 


Member Function Documentation

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 1246 of file Drawable.cpp.

01247 { 01248 return new DrawableStrokeWidth(*this); 01249 }

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 1242 of file Drawable.cpp.

References DrawSetStrokeWidth().

01243 { 01244 DrawSetStrokeWidth( context_, _width ); 01245 }

Here is the call graph for this function:

double Magick::DrawableStrokeWidth::width void   )  const [inline]
 

Definition at line 1855 of file Drawable.h.

01856 { 01857 return _width; 01858 }

void Magick::DrawableStrokeWidth::width double  width_  )  [inline]
 

Definition at line 1851 of file Drawable.h.

01852 { 01853 _width = width_; 01854 }

double Magick::DrawableStrokeWidth::width void   )  const [inline]
 

Definition at line 1855 of file Drawable.h.

01856 { 01857 return _width; 01858 }

void Magick::DrawableStrokeWidth::width double  width_  )  [inline]
 

Definition at line 1851 of file Drawable.h.

01852 { 01853 _width = width_; 01854 }


Field Documentation

double Magick::DrawableStrokeWidth::_width [private]
 

Definition at line 1861 of file Drawable.h.


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