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

Public Member Functions

 DrawableStrokeWidth (double width_)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 
void width (double width_)
 
double width (void) const
 
virtual void operator() (MagickCore::DrawingWand *) const
 
virtual DrawableBasecopy () const
 

Private Attributes

double _width
 

Detailed Description

Definition at line 1973 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableStrokeWidth()

Magick::DrawableStrokeWidth::DrawableStrokeWidth ( double  width_)
inline

Definition at line 1976 of file Drawable.h.

1977 : _width(width_)
1978 { }

◆ ~DrawableStrokeWidth()

Magick::DrawableStrokeWidth::~DrawableStrokeWidth ( void  )

Definition at line 1425 of file Drawable.cpp.

1426{
1427}

Member Function Documentation

◆ copy()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1433 of file Drawable.cpp.

1434{
1435 return new DrawableStrokeWidth(*this);
1436}

◆ operator()()

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

Reimplemented from Magick::DrawableBase.

Definition at line 1428 of file Drawable.cpp.

1430{
1431 DrawSetStrokeWidth( context_, _width );
1432}

◆ width() [1/2]

void Magick::DrawableStrokeWidth::width ( double  width_)
inline

Definition at line 1988 of file Drawable.h.

1989 {
1990 _width = width_;
1991 }

◆ width() [2/2]

double Magick::DrawableStrokeWidth::width ( void  ) const
inline

Definition at line 1992 of file Drawable.h.

1993 {
1994 return _width;
1995 }

Member Data Documentation

◆ _width

double Magick::DrawableStrokeWidth::_width
private

Definition at line 1998 of file Drawable.h.


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