|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QAbstractImageIOHandlerFactoryInterface
| Method Summary | |
|---|---|
long |
__qt_cast_to_QAbstractImageIOHandlerFactory(long ptr)
This method is internal to Qt Jambi. |
QImageIOHandler |
create(QIODevice device,
QByteArray format)
Creates and returns a QImageIOHandler subclass, with device and format set. |
java.util.List<java.lang.String> |
keys()
Returns the list of image keys this plugin supports. |
| Methods inherited from interface com.trolltech.qt.core.QAbstractFactoryInterface |
|---|
__qt_cast_to_QAbstractFactory |
| Methods inherited from interface com.trolltech.qt.QtJambiInterface |
|---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
| Method Detail |
|---|
QImageIOHandler create(QIODevice device,
QByteArray format)
QImageIOHandler subclass, with device and format set. The format must come from the list returned by keys(). Format names are case sensitive. keys().
java.util.List<java.lang.String> keys()
These keys are usually the names of the image formats that are implemented in the plugin (e.g., "jpg" or "gif").
capabilities().
keys in interface QAbstractFactoryInterfacelong __qt_cast_to_QAbstractImageIOHandlerFactory(long ptr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||