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

Public Member Functions

 QImageIOHandlerFactoryInterface ()
 
 QImageIOHandlerFactoryInterface (IQImageIOHandlerFactoryInterface copy)
 
override void CreateProxy ()
 
new QImageIOHandler Create (QIODevice device)
 
abstract QImageIOHandler Create (QIODevice device, QByteArray format)
 
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 QtGui.IQImageIOHandlerFactoryInterface
new QImageIOHandler Create (QIODevice device)
 
QImageIOHandler Create (QIODevice device, QByteArray format)
 

Protected Member Functions

 QImageIOHandlerFactoryInterface (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

QtGui.QImageIOHandlerFactoryInterface.QImageIOHandlerFactoryInterface ( System.Type  dummy)
protected
QtGui.QImageIOHandlerFactoryInterface.QImageIOHandlerFactoryInterface ( )
QtGui.QImageIOHandlerFactoryInterface.QImageIOHandlerFactoryInterface ( IQImageIOHandlerFactoryInterface  copy)

Member Function Documentation

new QImageIOHandler QtGui.QImageIOHandlerFactoryInterface.Create ( QIODevice  device)
abstract QImageIOHandler QtGui.QImageIOHandlerFactoryInterface.Create ( QIODevice  device,
QByteArray  format 
)
pure virtual
override void QtGui.QImageIOHandlerFactoryInterface.CreateProxy ( )
virtual

Reimplemented from QtCore.QFactoryInterface.

new void QtGui.QImageIOHandlerFactoryInterface.Dispose ( )