org.kde.qt
Class QCanvasPixmapArray
java.lang.Object
org.kde.qt.QCanvasPixmapArray
- All Implemented Interfaces:
- QtSupport
public class QCanvasPixmapArray
- extends java.lang.Object
- implements QtSupport
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QCanvasPixmapArray
protected QCanvasPixmapArray(java.lang.Class dummy)
QCanvasPixmapArray
public QCanvasPixmapArray()
QCanvasPixmapArray
public QCanvasPixmapArray(java.lang.String datafilenamepattern,
int framecount)
QCanvasPixmapArray
public QCanvasPixmapArray(java.lang.String datafilenamepattern)
readPixmaps
public boolean readPixmaps(java.lang.String datafilenamepattern,
int framecount)
readPixmaps
public boolean readPixmaps(java.lang.String datafilenamepattern)
readCollisionMasks
public boolean readCollisionMasks(java.lang.String filenamepattern)
op_not
public boolean op_not()
isValid
public boolean isValid()
image
public QCanvasPixmap image(int i)
setImage
public void setImage(int i,
QCanvasPixmap p)
count
public int count()
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?