Home
last modified time | relevance | path

Searched refs:WarningConfigure (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp431 Magick::WarningConfigure::WarningConfigure(const std::string& what_) in WarningConfigure() function in Magick::WarningConfigure
436 Magick::WarningConfigure::WarningConfigure(const std::string& what_, in WarningConfigure() function in Magick::WarningConfigure
442 Magick::WarningConfigure::~WarningConfigure() throw() in ~WarningConfigure()
724 return new WarningConfigure(message); in createException()
907 throw WarningConfigure(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h268 class MagickPPExport WarningConfigure: public Warning
271 explicit WarningConfigure(const std::string& what_);
272 explicit WarningConfigure(const std::string& what_,Exception *nested_);
273 ~WarningConfigure() throw();
/external/ImageMagick/Magick++/
DChangeLog127 ErrorConfigure, WarningConfigure, ErrorDraw, WarningDraw,