Magick++ 6.9.13
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 262 of file STL.h.

Constructor & Destructor Documentation

◆ commentImage()

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

Definition at line 222 of file STL.cpp.

223 : _comment( comment_ )
224{
225}

Member Function Documentation

◆ operator()()

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

Definition at line 226 of file STL.cpp.

227{
228 image_.comment( _comment );
229}

Member Data Documentation

◆ _comment

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

Definition at line 270 of file STL.h.


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