Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

Magick::commentImage Class Reference

#include <STL.h>

Inheritance diagram for Magick::commentImage:

Inheritance graph
[legend]
Collaboration diagram for Magick::commentImage:

Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

std::string _comment

Constructor & Destructor Documentation

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

Definition at line 172 of file STL.cpp.

References commentImage().

Referenced by commentImage().

00173 : _comment( comment_ ) 00174 { 00175 }

Here is the call graph for this function:

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


Member Function Documentation

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

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

Definition at line 176 of file STL.cpp.

References _comment, Magick::Image::comment(), and operator()().

Referenced by operator()().

00177 { 00178 image_.comment( _comment ); 00179 }

Here is the call graph for this function:


Field Documentation

std::string Magick::commentImage::_comment [private]
 

Definition at line 219 of file STL.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Generated on Mon Oct 25 13:48:15 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC