com.trolltech.qt.phonon
Interface AbstractBackendInterface

All Superinterfaces:
com.trolltech.qt.QtJambiInterface
All Known Implementing Classes:
AbstractBackend

public interface AbstractBackendInterface
extends com.trolltech.qt.QtJambiInterface

This class is internal to Qt Jambi.This class is internal to Qt Jambi.


Method Summary
 long __qt_cast_to_AbstractBackend(long ptr)
          This method is internal to Qt Jambi.
 java.util.List<java.lang.String> availableMimeTypes()
          This method is internal to Qt Jambi.
 boolean connectNodes(com.trolltech.qt.core.QObject arg__1, com.trolltech.qt.core.QObject arg__2)
          This method is internal to Qt Jambi.
 com.trolltech.qt.core.QObject createObject(AbstractBackend.Class c, com.trolltech.qt.core.QObject parent, java.util.List<java.lang.Object> args)
          This method is internal to Qt Jambi.
 boolean disconnectNodes(com.trolltech.qt.core.QObject arg__1, com.trolltech.qt.core.QObject arg__2)
          This method is internal to Qt Jambi.
 boolean endConnectionChange(java.util.Set<com.trolltech.qt.core.QObject> arg__1)
          This method is internal to Qt Jambi.
 java.util.List<java.lang.Integer> objectDescriptionIndexes(Phonon.ObjectDescriptionType type)
          This method is internal to Qt Jambi.
 java.util.HashMap<com.trolltech.qt.core.QByteArray,java.lang.Object> objectDescriptionProperties(Phonon.ObjectDescriptionType type, int index)
          This method is internal to Qt Jambi.
 boolean startConnectionChange(java.util.Set<com.trolltech.qt.core.QObject> arg__1)
          This method is internal to Qt Jambi.
 
Methods inherited from interface com.trolltech.qt.QtJambiInterface
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership
 

Method Detail

availableMimeTypes

java.util.List<java.lang.String> availableMimeTypes()
This method is internal to Qt Jambi.


connectNodes

boolean connectNodes(com.trolltech.qt.core.QObject arg__1,
                     com.trolltech.qt.core.QObject arg__2)
This method is internal to Qt Jambi.


createObject

com.trolltech.qt.core.QObject createObject(AbstractBackend.Class c,
                                           com.trolltech.qt.core.QObject parent,
                                           java.util.List<java.lang.Object> args)
This method is internal to Qt Jambi.


disconnectNodes

boolean disconnectNodes(com.trolltech.qt.core.QObject arg__1,
                        com.trolltech.qt.core.QObject arg__2)
This method is internal to Qt Jambi.


endConnectionChange

boolean endConnectionChange(java.util.Set<com.trolltech.qt.core.QObject> arg__1)
This method is internal to Qt Jambi.


objectDescriptionIndexes

java.util.List<java.lang.Integer> objectDescriptionIndexes(Phonon.ObjectDescriptionType type)
This method is internal to Qt Jambi.


objectDescriptionProperties

java.util.HashMap<com.trolltech.qt.core.QByteArray,java.lang.Object> objectDescriptionProperties(Phonon.ObjectDescriptionType type,
                                                                                                 int index)
This method is internal to Qt Jambi.


startConnectionChange

boolean startConnectionChange(java.util.Set<com.trolltech.qt.core.QObject> arg__1)
This method is internal to Qt Jambi.


__qt_cast_to_AbstractBackend

long __qt_cast_to_AbstractBackend(long ptr)
This method is internal to Qt Jambi.