Magick++ 6.9.13
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

Private Attributes

double _pointSize

Detailed Description

Definition at line 1185 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawablePointSize()

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

Definition at line 1188 of file Drawable.h.

1189 : _pointSize(pointSize_)
1190 { }

◆ ~DrawablePointSize()

Magick::DrawablePointSize::~DrawablePointSize ( void )

Definition at line 788 of file Drawable.cpp.

789{
790}

Member Function Documentation

◆ copy()

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

Implements Magick::DrawableBase.

Definition at line 796 of file Drawable.cpp.

797{
798 return new DrawablePointSize(*this);
799}

◆ operator()()

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

Implements Magick::DrawableBase.

Definition at line 791 of file Drawable.cpp.

793{
794 DrawSetFontSize( context_, _pointSize );
795}

◆ pointSize() [1/2]

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

Definition at line 1200 of file Drawable.h.

1201 {
1202 _pointSize = pointSize_;
1203 }

◆ pointSize() [2/2]

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

Definition at line 1204 of file Drawable.h.

1205 {
1206 return _pointSize;
1207 }

Member Data Documentation

◆ _pointSize

double Magick::DrawablePointSize::_pointSize
private

Definition at line 1210 of file Drawable.h.


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