org.kde.qt
Class QMimeSource

java.lang.Object
  extended by org.kde.qt.QMimeSource
All Implemented Interfaces:
QMimeSourceInterface, QtSupport

public class QMimeSource
extends java.lang.Object
implements QtSupport, QMimeSourceInterface


Constructor Summary
protected QMimeSource(java.lang.Class dummy)
           
 
Method Summary
 byte[] encodedData(java.lang.String arg1)
           
 java.lang.String format()
           
 java.lang.String format(int n)
           
protected  long mimeSource()
          Internal method
 boolean provides(java.lang.String arg1)
           
 int serialNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMimeSource

protected QMimeSource(java.lang.Class dummy)
Method Detail

format

public java.lang.String format(int n)
Specified by:
format in interface QMimeSourceInterface

format

public java.lang.String format()
Specified by:
format in interface QMimeSourceInterface

provides

public boolean provides(java.lang.String arg1)
Specified by:
provides in interface QMimeSourceInterface

encodedData

public byte[] encodedData(java.lang.String arg1)
Specified by:
encodedData in interface QMimeSourceInterface

serialNumber

public int serialNumber()
Specified by:
serialNumber in interface QMimeSourceInterface

mimeSource

protected long mimeSource()
Internal method