QTextCodecPlugin Class ReferenceThe QTextCodecPlugin class provides an abstract base for custom QTextCodec plugins. More... #include <QTextCodecPlugin> Inherits: QObject. Note: All functions in this class are reentrant. Public Functions
Additional Inherited Members
Detailed DescriptionThe QTextCodecPlugin class provides an abstract base for custom QTextCodec plugins. The text codec plugin is a simple plugin interface that makes it easy to create custom text codecs that can be loaded dynamically into applications. Writing a text codec plugin is achieved by subclassing this base class, reimplementing the pure virtual functions names(), aliases(), createForName(), mibEnums() and createForMib(), and exporting the class with the Q_EXPORT_PLUGIN2() macro. See How to Create Qt Plugins for details. See the IANA character-sets encoding file for more information on mime names and mib enums. Member Function Documentation
|