![]() |
Magick++ 7.1.1
|
Public Types | |
enum | MatchType { AnyMatch , TrueMatch , FalseMatch } |
Public Member Functions | |
CoderInfo (const CoderInfo &coder_) | |
CoderInfo (const std::string &name_) | |
CoderInfo & | operator= (const CoderInfo &coder_) |
bool | canReadMultithreaded (void) const |
bool | canWriteMultithreaded (void) const |
std::string | description (void) const |
bool | isMultiFrame (void) const |
bool | isReadable (void) const |
bool | isWritable (void) const |
std::string | mimeType (void) const |
std::string | module (void) const |
std::string | name (void) const |
bool | unregister (void) const |
Private Attributes | |
bool | _decoderThreadSupport |
std::string | _description |
bool | _encoderThreadSupport |
bool | _isMultiFrame |
bool | _isReadable |
bool | _isWritable |
std::string | _mimeType |
std::string | _module |
std::string | _name |
Definition at line 21 of file CoderInfo.h.
enum Magick::CoderInfo::MatchType |
Definition at line 25 of file CoderInfo.h.
Magick::CoderInfo::CoderInfo | ( | void | ) |
Definition at line 20 of file CoderInfo.cpp.
Magick::CoderInfo::CoderInfo | ( | const CoderInfo & | coder_ | ) |
Definition at line 33 of file CoderInfo.cpp.
Magick::CoderInfo::CoderInfo | ( | const std::string & | name_ | ) |
Definition at line 46 of file CoderInfo.cpp.
Magick::CoderInfo::~CoderInfo | ( | void | ) |
Definition at line 85 of file CoderInfo.cpp.
bool Magick::CoderInfo::canReadMultithreaded | ( | void | ) | const |
Definition at line 107 of file CoderInfo.cpp.
bool Magick::CoderInfo::canWriteMultithreaded | ( | void | ) | const |
Definition at line 112 of file CoderInfo.cpp.
std::string Magick::CoderInfo::description | ( | void | ) | const |
Definition at line 117 of file CoderInfo.cpp.
bool Magick::CoderInfo::isMultiFrame | ( | void | ) | const |
Definition at line 132 of file CoderInfo.cpp.
bool Magick::CoderInfo::isReadable | ( | void | ) | const |
Definition at line 122 of file CoderInfo.cpp.
bool Magick::CoderInfo::isWritable | ( | void | ) | const |
Definition at line 127 of file CoderInfo.cpp.
std::string Magick::CoderInfo::mimeType | ( | void | ) | const |
Definition at line 137 of file CoderInfo.cpp.
std::string Magick::CoderInfo::module | ( | void | ) | const |
Definition at line 142 of file CoderInfo.cpp.
std::string Magick::CoderInfo::name | ( | void | ) | const |
Definition at line 147 of file CoderInfo.cpp.
Magick::CoderInfo & Magick::CoderInfo::operator= | ( | const CoderInfo & | coder_ | ) |
Definition at line 89 of file CoderInfo.cpp.
bool Magick::CoderInfo::unregister | ( | void | ) | const |
Definition at line 152 of file CoderInfo.cpp.
|
private |
Definition at line 77 of file CoderInfo.h.
|
private |
Definition at line 78 of file CoderInfo.h.
|
private |
Definition at line 79 of file CoderInfo.h.
|
private |
Definition at line 80 of file CoderInfo.h.
|
private |
Definition at line 81 of file CoderInfo.h.
|
private |
Definition at line 82 of file CoderInfo.h.
|
private |
Definition at line 83 of file CoderInfo.h.
|
private |
Definition at line 84 of file CoderInfo.h.
|
private |
Definition at line 85 of file CoderInfo.h.