Qt.QTextCodecPlugin Class

public class QTextCodecPlugin: QGPlugin, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QGPlugin
        QTextCodecPlugin

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTextCodecPlugin Constructors

QTextCodecPlugin Constructor

QTextCodecPlugin Methods

QTextCodecPlugin.CreateForMib Method
QTextCodecPlugin.CreateForName Method
QTextCodecPlugin.Finalize Method
QTextCodecPlugin.Names Method


QTextCodecPlugin Constructor

public void QTextCodecPlugin(void * ptr);

See Also

Qt.QTextCodecPlugin Class, Qt Namespace

QTextCodecPlugin.CreateForMib Method

public Qt.QTextCodec CreateForMib(int mib);

See Also

Qt.QTextCodecPlugin Class, Qt Namespace

QTextCodecPlugin.CreateForName Method

public Qt.QTextCodec CreateForName(System.String name);

See Also

Qt.QTextCodecPlugin Class, Qt Namespace

QTextCodecPlugin.Finalize Method

protected override void Finalize();

See Also

Qt.QTextCodecPlugin Class, Qt Namespace

QTextCodecPlugin.Names Method

public Qt.QStringList Names();

See Also

Qt.QTextCodecPlugin Class, Qt Namespace