org.kde.qt
Class QMovie

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

public class QMovie
extends java.lang.Object
implements QtSupport


Field Summary
static int EndOfFrame
           
static int EndOfLoop
           
static int EndOfMovie
           
static int Paused
           
static int SourceEmpty
           
static int SpeedChanged
           
static int UnrecognizedFormat
           
 
Constructor Summary
  QMovie()
           
  QMovie(byte[] data)
           
  QMovie(byte[] data, int bufsize)
           
protected QMovie(java.lang.Class dummy)
           
  QMovie(int bufsize)
           
  QMovie(QDataSource arg1)
           
  QMovie(QDataSource arg1, int bufsize)
           
  QMovie(QMovie arg1)
           
  QMovie(java.lang.String fileName)
           
  QMovie(java.lang.String fileName, int bufsize)
           
 
Method Summary
 QColor backgroundColor()
           
 void connectResize(QObject receiver, java.lang.String member)
           
 void connectStatus(QObject receiver, java.lang.String member)
           
 void connectUpdate(QObject receiver, java.lang.String member)
           
 void disconnectResize(QObject receiver)
           
 void disconnectResize(QObject receiver, java.lang.String member)
           
 void disconnectStatus(QObject receiver)
           
 void disconnectStatus(QObject receiver, java.lang.String member)
           
 void disconnectUpdate(QObject receiver)
           
 void disconnectUpdate(QObject receiver, java.lang.String member)
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean finished()
           
 QImage frameImage()
           
 int frameNumber()
           
 QPixmap framePixmap()
           
 QRect getValidRect()
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isNull()
           
 void pause()
           
 boolean paused()
           
 void pushData(char[] data, int length)
           
 int pushSpace()
           
 void restart()
           
 boolean running()
           
 void setBackgroundColor(QColor arg1)
           
 void setSpeed(int arg1)
           
 int speed()
           
 void step()
           
 void step(int arg1)
           
 int steps()
           
 void unpause()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SourceEmpty

public static final int SourceEmpty
See Also:
Constant Field Values

UnrecognizedFormat

public static final int UnrecognizedFormat
See Also:
Constant Field Values

Paused

public static final int Paused
See Also:
Constant Field Values

EndOfFrame

public static final int EndOfFrame
See Also:
Constant Field Values

EndOfLoop

public static final int EndOfLoop
See Also:
Constant Field Values

EndOfMovie

public static final int EndOfMovie
See Also:
Constant Field Values

SpeedChanged

public static final int SpeedChanged
See Also:
Constant Field Values
Constructor Detail

QMovie

protected QMovie(java.lang.Class dummy)

QMovie

public QMovie()

QMovie

public QMovie(int bufsize)

QMovie

public QMovie(QDataSource arg1,
              int bufsize)

QMovie

public QMovie(QDataSource arg1)

QMovie

public QMovie(java.lang.String fileName,
              int bufsize)

QMovie

public QMovie(java.lang.String fileName)

QMovie

public QMovie(byte[] data,
              int bufsize)

QMovie

public QMovie(byte[] data)

QMovie

public QMovie(QMovie arg1)
Method Detail

pushSpace

public int pushSpace()

pushData

public void pushData(char[] data,
                     int length)

backgroundColor

public QColor backgroundColor()

setBackgroundColor

public void setBackgroundColor(QColor arg1)

getValidRect

public QRect getValidRect()

framePixmap

public QPixmap framePixmap()

frameImage

public QImage frameImage()

isNull

public boolean isNull()

frameNumber

public int frameNumber()

steps

public int steps()

paused

public boolean paused()

finished

public boolean finished()

running

public boolean running()

unpause

public void unpause()

pause

public void pause()

step

public void step()

step

public void step(int arg1)

restart

public void restart()

speed

public int speed()

setSpeed

public void setSpeed(int arg1)

connectResize

public void connectResize(QObject receiver,
                          java.lang.String member)

disconnectResize

public void disconnectResize(QObject receiver,
                             java.lang.String member)

disconnectResize

public void disconnectResize(QObject receiver)

connectUpdate

public void connectUpdate(QObject receiver,
                          java.lang.String member)

disconnectUpdate

public void disconnectUpdate(QObject receiver,
                             java.lang.String member)

disconnectUpdate

public void disconnectUpdate(QObject receiver)

connectStatus

public void connectStatus(QObject receiver,
                          java.lang.String member)

disconnectStatus

public void disconnectStatus(QObject receiver,
                             java.lang.String member)

disconnectStatus

public void disconnectStatus(QObject receiver)

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?