Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
JPTextCodecs () | |
QStringList | names () const |
QValueList< int > | mibEnums () const |
QTextCodec * | createForMib (int) |
QTextCodec * | createForName (const QString &) |
JPTextCodecs::JPTextCodecs | ( | ) | [inline] |
QTextCodec * JPTextCodecs::createForMib | ( | int | mib | ) | [virtual] |
Creates a QTextCodec object for the mib enum mib.
(See the IANA character-sets encoding file for more information)
Implementa QTextCodecPlugin.
QTextCodec * JPTextCodecs::createForName | ( | const QString & | name | ) | [virtual] |
Creates a QTextCodec object for the codec called name.
Implementa QTextCodecPlugin.
QValueList<int> JPTextCodecs::mibEnums | ( | ) | const [inline, virtual] |
Returns the list of mib enums supported by this plugin.
Implementa QTextCodecPlugin.
QStringList JPTextCodecs::names | ( | ) | const [inline, virtual] |
Returns the list of mime names supported by this plugin.
Implementa QTextCodecPlugin.