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

#include <Drawable.h>

Inheritance diagram for Magick::DrawablePointSize:

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

Collaboration graph
[legend]

Public Member Functions

 DrawablePointSize (double pointSize_)
 ~DrawablePointSize (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const
void pointSize (double pointSize_)
double pointSize (void) const
 DrawablePointSize (double pointSize_)
 ~DrawablePointSize (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const
void pointSize (double pointSize_)
double pointSize (void) const

Private Attributes

double _pointSize

Constructor & Destructor Documentation

Magick::DrawablePointSize::DrawablePointSize double  pointSize_  )  [inline]
 

Definition at line 1170 of file Drawable.h.

01171 : _pointSize(pointSize_) 01172 { }

Magick::DrawablePointSize::~DrawablePointSize void   ) 
 

Definition at line 766 of file Drawable.cpp.

00767 { 00768 }

Magick::DrawablePointSize::DrawablePointSize double  pointSize_  )  [inline]
 

Definition at line 1170 of file Drawable.h.

01171 : _pointSize(pointSize_) 01172 { }

Magick::DrawablePointSize::~DrawablePointSize void   ) 
 


Member Function Documentation

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 774 of file Drawable.cpp.

00775 { 00776 return new DrawablePointSize(*this); 00777 }

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

Implements Magick::DrawableBase.

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

Implements Magick::DrawableBase.

Definition at line 770 of file Drawable.cpp.

References DrawSetFontSize().

00771 { 00772 DrawSetFontSize( context_, _pointSize ); 00773 }

Here is the call graph for this function:

double Magick::DrawablePointSize::pointSize void   )  const [inline]
 

Definition at line 1186 of file Drawable.h.

01187 { 01188 return _pointSize; 01189 }

void Magick::DrawablePointSize::pointSize double  pointSize_  )  [inline]
 

Definition at line 1182 of file Drawable.h.

01183 { 01184 _pointSize = pointSize_; 01185 }

double Magick::DrawablePointSize::pointSize void   )  const [inline]
 

Definition at line 1186 of file Drawable.h.

01187 { 01188 return _pointSize; 01189 }

void Magick::DrawablePointSize::pointSize double  pointSize_  )  [inline]
 

Definition at line 1182 of file Drawable.h.

01183 { 01184 _pointSize = pointSize_; 01185 }


Field Documentation

double Magick::DrawablePointSize::_pointSize [private]
 

Definition at line 1192 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