org.rococoa.cocoa.qtkit
Class QTMovie._Class

java.lang.Object
  extended by org.rococoa.cocoa.qtkit.QTMovie._Class
All Implemented Interfaces:
ObjCClass, ObjCObject
Enclosing class:
QTMovie

public abstract static class QTMovie._Class
extends Object
implements ObjCClass


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass
ObjCClass._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.ObjCClass
CLASS
 
Constructor Summary
QTMovie._Class()
           
 
Method Summary
abstract  QTMovie movie()
           
abstract  QTMovie movieWithAttributes_error(NSDictionary attributes, ObjCObjectByReference errorReference)
           
abstract  QTMovie movieWithFile_error(String fileName, ObjCObjectByReference errorReference)
           
abstract  QTMovie movieWithQuickTimeMovie_disposeWhenDone_error(com.sun.jna.Pointer movie, boolean b, ObjCObjectByReference errorReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Constructor Detail

QTMovie._Class

public QTMovie._Class()
Method Detail

movie

public abstract QTMovie movie()

movieWithFile_error

public abstract QTMovie movieWithFile_error(String fileName,
                                            ObjCObjectByReference errorReference)

movieWithAttributes_error

public abstract QTMovie movieWithAttributes_error(NSDictionary attributes,
                                                  ObjCObjectByReference errorReference)

movieWithQuickTimeMovie_disposeWhenDone_error

public abstract QTMovie movieWithQuickTimeMovie_disposeWhenDone_error(com.sun.jna.Pointer movie,
                                                                      boolean b,
                                                                      ObjCObjectByReference errorReference)


Copyright © 2012. All Rights Reserved.