|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QTMovieDelegate
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 |
QTMovieDelegate._static_
|
Method Summary | |
---|---|
QTMovie |
externalMovie(NSDictionary dictionary)
|
boolean |
movie_linkToURL(QTMovie movie,
NSURL url)
Original signature : -(BOOL)movie:(QTMovie*) linkToURL:(NSURL*) return YES if delegate handled link-to-URL request |
boolean |
movie_shouldContinueOperation_withPhase_atPercent_withAttributes(QTMovie movie,
NSString op,
int phase,
NSNumber percent,
NSDictionary attributes)
Original signature : -(BOOL)movie:(QTMovie*) shouldContinueOperation:(NSString*) withPhase:(QTMovieOperationPhase) atPercent:(NSNumber*) withAttributes:(NSDictionary*) |
boolean |
movieShouldLoadData(org.rococoa.ID sender)
|
boolean |
movieShouldTask(org.rococoa.ID movie)
|
Method Detail |
---|
boolean movie_linkToURL(QTMovie movie, NSURL url)
-(BOOL)movie:(QTMovie*) linkToURL:(NSURL*)
boolean movieShouldLoadData(org.rococoa.ID sender)
boolean movieShouldTask(org.rococoa.ID movie)
QTMovie externalMovie(NSDictionary dictionary)
boolean movie_shouldContinueOperation_withPhase_atPercent_withAttributes(QTMovie movie, NSString op, int phase, NSNumber percent, NSDictionary attributes)
-(BOOL)movie:(QTMovie*) shouldContinueOperation:(NSString*) withPhase:(QTMovieOperationPhase) atPercent:(NSNumber*) withAttributes:(NSDictionary*)
phase
- @see org.rococoa.cocoa.qtkit.QTKitLibrary#QTMovieOperationPhase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |