![]() |
![]() |
![]() |
#include <CoderInfo.h>
Collaboration diagram for Magick::CoderInfo:

Public Types | |
| enum | MatchType { AnyMatch, TrueMatch, FalseMatch } |
| enum | MatchType { AnyMatch, TrueMatch, FalseMatch } |
Public Member Functions | |
| CoderInfo (const std::string &name_) | |
| ~CoderInfo (void) | |
| std::string | name (void) const |
| std::string | description (void) const |
| bool | isReadable (void) const |
| bool | isWritable (void) const |
| bool | isMultiFrame (void) const |
| CoderInfo (const MagickLib::MagickInfo *magickInfo_) | |
| CoderInfo (const std::string &name_) | |
| ~CoderInfo (void) | |
| std::string | name (void) const |
| std::string | description (void) const |
| bool | isReadable (void) const |
| bool | isWritable (void) const |
| bool | isMultiFrame (void) const |
| CoderInfo (const MagickLib::MagickInfo *magickInfo_) | |
Private Member Functions | |
| CoderInfo (void) | |
| CoderInfo & | operator= (const CoderInfo &coder_) |
| CoderInfo (void) | |
| CoderInfo & | operator= (const CoderInfo &coder_) |
Private Attributes | |
| std::string | _name |
| std::string | _description |
| bool | _isReadable |
| bool | _isWritable |
| bool | _isMultiFrame |
|
|
Definition at line 22 of file CoderInfo.h.
|
|
|
Definition at line 22 of file CoderInfo.h.
|
|
|
Definition at line 16 of file CoderInfo.cpp. References _description, _isMultiFrame, _isReadable, _isWritable, _name, ExceptionInfo, GetExceptionInfo(), GetMagickInfo(), OptionError, Magick::throwException(), and Magick::throwExceptionExplicit().
Here is the call graph for this function: ![]() |
|
|
Definition at line 41 of file CoderInfo.cpp.
|
|
|
Definition at line 77 of file CoderInfo.cpp. References name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 53 of file CoderInfo.cpp. References _description.
|
|
|
|
|
|
Definition at line 71 of file CoderInfo.cpp. References _isMultiFrame. Referenced by Magick::coderInfoList().
|
|
|
|
|
|
Definition at line 59 of file CoderInfo.cpp. References _isReadable. Referenced by Magick::coderInfoList().
|
|
|
|
|
|
Definition at line 65 of file CoderInfo.cpp. References _isWritable. Referenced by Magick::coderInfoList().
|
|
|
|
|
|
Definition at line 47 of file CoderInfo.cpp. References _name.
|
|
|
|
|
|
|
|
|
Definition at line 63 of file CoderInfo.h. Referenced by CoderInfo(), and description(). |
|
|
Definition at line 66 of file CoderInfo.h. Referenced by CoderInfo(), and isMultiFrame(). |
|
|
Definition at line 64 of file CoderInfo.h. Referenced by CoderInfo(), and isReadable(). |
|
|
Definition at line 65 of file CoderInfo.h. Referenced by CoderInfo(), and isWritable(). |
|
|
Definition at line 62 of file CoderInfo.h. Referenced by CoderInfo(), and name(). |
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC