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

Public Member Functions

 QInputContextFactoryInterface ()
 
 QInputContextFactoryInterface (IQInputContextFactoryInterface copy)
 
override void CreateProxy ()
 
abstract QInputContext Create (string key)
 
abstract string Description (string key)
 
abstract string DisplayName (string key)
 
abstract
System.Collections.Generic.List
< string > 
Languages (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 QtGui.IQInputContextFactoryInterface
QInputContext Create (string key)
 
string Description (string key)
 
string DisplayName (string key)
 
System.Collections.Generic.List
< string > 
Languages (string key)
 

Protected Member Functions

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

Member Function Documentation

abstract QInputContext QtGui.QInputContextFactoryInterface.Create ( string  key)
pure virtual
override void QtGui.QInputContextFactoryInterface.CreateProxy ( )
virtual

Reimplemented from QtCore.QFactoryInterface.

abstract string QtGui.QInputContextFactoryInterface.Description ( string  key)
pure virtual
abstract string QtGui.QInputContextFactoryInterface.DisplayName ( string  key)
pure virtual
new void QtGui.QInputContextFactoryInterface.Dispose ( )
abstract System.Collections.Generic.List<string> QtGui.QInputContextFactoryInterface.Languages ( string  key)
pure virtual