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

Public Member Functions

 commentImage (const std::string &comment_)
 
void operator() (Image &image_) const
 

Private Attributes

std::string _comment
 

Detailed Description

Definition at line 265 of file STL.h.

Constructor & Destructor Documentation

◆ commentImage()

Magick::commentImage::commentImage ( const std::string &  comment_)

Definition at line 227 of file STL.cpp.

228 : _comment( comment_ )
229{
230}

Member Function Documentation

◆ operator()()

void Magick::commentImage::operator() ( Magick::Image image_) const

Definition at line 231 of file STL.cpp.

232{
233 image_.comment( _comment );
234}

Member Data Documentation

◆ _comment

std::string Magick::commentImage::_comment
private

Definition at line 273 of file STL.h.


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