From d1c1ce295b6522e52244c970010a9e42c0b614ae Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 06 Feb 2004 15:48:42 +0000 Subject: add api docu --- (limited to 'library/imagecodecinterface.h') diff --git a/library/imagecodecinterface.h b/library/imagecodecinterface.h index 8306b68..3b1cd7b 100644 --- a/library/imagecodecinterface.h +++ b/library/imagecodecinterface.h @@ -29,6 +29,19 @@ #endif #endif + +/** + * + * \brief add Image Codecs + * + * This interface will be queried to add new Image loading + * and saving routines. + * + * The ImageCodec needs to be placed in OPIEDIR/plugins/imagecodecs. + * + * @see QImage + * @see QImageIO + **/ struct ImageCodecInterface : public QUnknownInterface { public: -- cgit v0.9.0.2