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

Public Member Functions

 QPictureFormatInterface ()
 
 QPictureFormatInterface (IQPictureFormatInterface copy)
 
override void CreateProxy ()
 
abstract bool InstallIOHandler (string arg1)
 
abstract bool LoadPicture (string format, string filename, QPicture arg3)
 
abstract bool SavePicture (string format, string filename, QPicture arg3)
 
new void Dispose ()
 
- Public Member Functions inherited from QtCore.QFactoryInterface
 QFactoryInterface ()
 
 QFactoryInterface (IQFactoryInterface copy)
 
new void Dispose ()
 

Protected Member Functions

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

Here is the call graph for this function:

QtGui.QPictureFormatInterface.QPictureFormatInterface ( IQPictureFormatInterface  copy)

Here is the call graph for this function:

Member Function Documentation

override void QtGui.QPictureFormatInterface.CreateProxy ( )
virtual

Reimplemented from QtCore.QFactoryInterface.

Here is the caller graph for this function:

new void QtGui.QPictureFormatInterface.Dispose ( )
abstract bool QtGui.QPictureFormatInterface.InstallIOHandler ( string  arg1)
pure virtual
abstract bool QtGui.QPictureFormatInterface.LoadPicture ( string  format,
string  filename,
QPicture  arg3 
)
pure virtual
abstract bool QtGui.QPictureFormatInterface.SavePicture ( string  format,
string  filename,
QPicture  arg3 
)
pure virtual