org.kde.qt
Class QCanvasPixmapArray

java.lang.Object
  extended by org.kde.qt.QCanvasPixmapArray
All Implemented Interfaces:
QtSupport

public class QCanvasPixmapArray
extends java.lang.Object
implements QtSupport


Constructor Summary
  QCanvasPixmapArray()
           
protected QCanvasPixmapArray(java.lang.Class dummy)
           
  QCanvasPixmapArray(java.lang.String datafilenamepattern)
           
  QCanvasPixmapArray(java.lang.String datafilenamepattern, int framecount)
           
 
Method Summary
 int count()
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 QCanvasPixmap image(int i)
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isValid()
           
 boolean op_not()
           
 boolean readCollisionMasks(java.lang.String filenamepattern)
           
 boolean readPixmaps(java.lang.String datafilenamepattern)
           
 boolean readPixmaps(java.lang.String datafilenamepattern, int framecount)
           
 void setImage(int i, QCanvasPixmap p)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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?