textcodecinterface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef TEXTCODECINTERFACE_H
00021 #define TEXTCODECINTERFACE_H
00022
00023 #include <qstringlist.h>
00024 #include <qpe/qcom.h>
00025
00026 class QTextCodec;
00027
00028 #ifndef QT_NO_COMPONENT
00029 #ifndef IID_QtopiaTextCodec
00030 #define IID_QtopiaTextCodec QUuid( 0x3ee02ba3, 0x57dc, 0x9b1e, 0x40, 0xf4, 0xda, 0xdf, 0x21, 0x89, 0xb6, 0xb4)
00031 #endif
00032 #endif
00033
00034 struct TextCodecInterface : public QUnknownInterface
00035 {
00036 public:
00037 virtual QStringList names() const = 0;
00038 virtual QTextCodec *createForName( const QString &name ) = 0;
00039
00040 virtual QValueList<int> mibEnums() const = 0;
00041 virtual QTextCodec *createForMib( int mib ) = 0;
00042 };
00043
00044 #endif
This file is part of the documentation for OPIE Version 1.5.5.