imagecodecinterface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef IMAGECODECINTERFACE_H
00021 #define IMAGECODECINTERFACE_H
00022
00023 #include <qstringlist.h>
00024 #include <qpe/qcom.h>
00025
00026 #ifndef QT_NO_COMPONENT
00027 #ifndef IID_QtopiaImageCodec
00028 #define IID_QtopiaImageCodec QUuid(0x09bf6906, 0x1549, 0xbb4a, 0x18, 0xba, 0xb9, 0xe7, 0x0a, 0x6e, 0x4d, 0x1e)
00029 #endif
00030 #endif
00031
00032
00045 struct ImageCodecInterface : public QUnknownInterface
00046 {
00047 public:
00048 virtual QStringList keys() const = 0;
00049 virtual bool installIOHandler( const QString &format ) = 0;
00050 };
00051
00052 #endif
This file is part of the documentation for OPIE Version 1.5.5.