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

Public Member Functions

 QStyleFactoryInterface ()
 
 QStyleFactoryInterface (IQStyleFactoryInterface copy)
 
override void CreateProxy ()
 
abstract QStyle Create (string key)
 
new void Dispose ()
 
- Public Member Functions inherited from QtCore.QFactoryInterface
 QFactoryInterface ()
 
 QFactoryInterface (IQFactoryInterface copy)
 
new void Dispose ()
 

Protected Member Functions

 QStyleFactoryInterface (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.Collections.Generic.List
< string > 
Keys [get]
 
virtual System.IntPtr SmokeObject [get, set]
 
- Properties inherited from QtCore.IQFactoryInterface
System.Collections.Generic.List
< string > 
Keys [get]
 

Constructor & Destructor Documentation

QtGui.QStyleFactoryInterface.QStyleFactoryInterface ( System.Type  dummy)
protected
QtGui.QStyleFactoryInterface.QStyleFactoryInterface ( )

Here is the call graph for this function:

QtGui.QStyleFactoryInterface.QStyleFactoryInterface ( IQStyleFactoryInterface  copy)

Here is the call graph for this function:

Member Function Documentation

abstract QStyle QtGui.QStyleFactoryInterface.Create ( string  key)
pure virtual
override void QtGui.QStyleFactoryInterface.CreateProxy ( )
virtual

Reimplemented from QtCore.QFactoryInterface.

Here is the caller graph for this function:

new void QtGui.QStyleFactoryInterface.Dispose ( )