Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::DrawablePointSize Class Reference
Inheritance diagram for Magick::DrawablePointSize:
Collaboration diagram for Magick::DrawablePointSize:

Public Member Functions

 DrawablePointSize (double pointSize_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 
void pointSize (double pointSize_)
 
double pointSize (void) const
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () const
 

Private Attributes

double _pointSize
 

Detailed Description

Definition at line 1244 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePointSize()

Magick::DrawablePointSize::DrawablePointSize ( double  pointSize_)
inline

Definition at line 1247 of file Drawable.h.

1248 : _pointSize(pointSize_)
1249 { }

◆ ~DrawablePointSize()

Magick::DrawablePointSize::~DrawablePointSize ( void  )

Definition at line 907 of file Drawable.cpp.

908{
909}

Member Function Documentation

◆ copy()

Magick::DrawableBase * Magick::DrawablePointSize::copy ( ) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 915 of file Drawable.cpp.

916{
917 return new DrawablePointSize(*this);
918}

◆ operator()()

void Magick::DrawablePointSize::operator() ( MagickCore::DrawingWand *  context_) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 910 of file Drawable.cpp.

912{
913 DrawSetFontSize( context_, _pointSize );
914}

◆ pointSize() [1/2]

void Magick::DrawablePointSize::pointSize ( double  pointSize_)
inline

Definition at line 1259 of file Drawable.h.

1260 {
1261 _pointSize = pointSize_;
1262 }

◆ pointSize() [2/2]

double Magick::DrawablePointSize::pointSize ( void  ) const
inline

Definition at line 1263 of file Drawable.h.

1264 {
1265 return _pointSize;
1266 }

Member Data Documentation

◆ _pointSize

double Magick::DrawablePointSize::_pointSize
private

Definition at line 1269 of file Drawable.h.


The documentation for this class was generated from the following files: