org.rococoa.cocoa.qtkit.categories
Interface QTMovieThreading

All Known Implementing Classes:
QTMovie

public interface QTMovieThreading

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface QTMovieThreading._static_
           
 
Method Summary
 boolean attachToCurrentThread()
           
 boolean detachFromCurrentThread()
           
 boolean isIdling()
           
 void setIdling(boolean state)
           
 

Method Detail

attachToCurrentThread

boolean attachToCurrentThread()

detachFromCurrentThread

boolean detachFromCurrentThread()

setIdling

void setIdling(boolean state)

isIdling

boolean isIdling()