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

Public Member Functions

 QIconEngineFactoryInterfaceV2 ()
 
 QIconEngineFactoryInterfaceV2 (IQIconEngineFactoryInterfaceV2 copy)
 
override void CreateProxy ()
 
abstract QIconEngineV2 Create (string filename="")
 
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.IQIconEngineFactoryInterfaceV2
QIconEngineV2 Create (string filename="")
 

Protected Member Functions

 QIconEngineFactoryInterfaceV2 (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.QIconEngineFactoryInterfaceV2.QIconEngineFactoryInterfaceV2 ( System.Type  dummy)
protected
QtGui.QIconEngineFactoryInterfaceV2.QIconEngineFactoryInterfaceV2 ( )
QtGui.QIconEngineFactoryInterfaceV2.QIconEngineFactoryInterfaceV2 ( IQIconEngineFactoryInterfaceV2  copy)

Member Function Documentation

abstract QIconEngineV2 QtGui.QIconEngineFactoryInterfaceV2.Create ( string  filename = "")
pure virtual
override void QtGui.QIconEngineFactoryInterfaceV2.CreateProxy ( )
virtual

Reimplemented from QtCore.QFactoryInterface.

new void QtGui.QIconEngineFactoryInterfaceV2.Dispose ( )