Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtCore.QTextCodecFactoryInterface Class Referenceabstract
Inheritance diagram for QtCore.QTextCodecFactoryInterface:
Collaboration diagram for QtCore.QTextCodecFactoryInterface:

Public Member Functions

 QTextCodecFactoryInterface ()
 
 QTextCodecFactoryInterface (IQTextCodecFactoryInterface copy)
 
override void CreateProxy ()
 
abstract QTextCodec Create (string key)
 
new void Dispose ()
 
- Public Member Functions inherited from QtCore.QFactoryInterface
 QFactoryInterface ()
 
 QFactoryInterface (IQFactoryInterface copy)
 
abstract
System.Collections.Generic.List
< string > 
Keys ()
 
new void Dispose ()
 
- Public Member Functions inherited from QtCore.IQFactoryInterface
System.Collections.Generic.List
< string > 
Keys ()
 
- Public Member Functions inherited from QtCore.IQTextCodecFactoryInterface
QTextCodec Create (string key)
 

Protected Member Functions

 QTextCodecFactoryInterface (System.Type dummy)
 
- Protected Member Functions inherited from QtCore.QFactoryInterface
 QFactoryInterface (System.Type dummy)
 

Additional Inherited Members

- Protected Attributes inherited from QtCore.QFactoryInterface
SmokeInvocation interceptor
 
- Properties inherited from QtCore.QFactoryInterface
virtual System.IntPtr SmokeObject [get, set]
 

Constructor & Destructor Documentation

QtCore.QTextCodecFactoryInterface.QTextCodecFactoryInterface ( System.Type  dummy)
protected
QtCore.QTextCodecFactoryInterface.QTextCodecFactoryInterface ( )
QtCore.QTextCodecFactoryInterface.QTextCodecFactoryInterface ( IQTextCodecFactoryInterface  copy)

Member Function Documentation

abstract QTextCodec QtCore.QTextCodecFactoryInterface.Create ( string  key)
pure virtual
override void QtCore.QTextCodecFactoryInterface.CreateProxy ( )
virtual

Reimplemented from QtCore.QFactoryInterface.

new void QtCore.QTextCodecFactoryInterface.Dispose ( )