-
Method parameters in org.robovm.apple.quicklook with type arguments of type QLPreviewReply
| Modifier and Type |
Method |
Description |
protected long |
QLPreviewReply.init(CGSize contextSize,
boolean isBitmap,
Block3<CGContext,QLPreviewReply,NSError.NSErrorPtr,Boolean> drawingBlock) |
|
protected long |
QLPreviewReply.init(CGSize defaultPageSize,
Block2<QLPreviewReply,NSError.NSErrorPtr,PDFDocument> documentCreationBlock) |
|
protected long |
QLPreviewReply.init(UTType contentType,
CGSize contentSize,
Block2<QLPreviewReply,NSError.NSErrorPtr,NSData> dataCreationBlock) |
|
void |
QLPreviewingController.providePreviewForFileRequest(QLFilePreviewRequest request,
VoidBlock2<QLPreviewReply,NSError> handler) |
|
void |
QLPreviewingControllerAdapter.providePreviewForFileRequest(QLFilePreviewRequest request,
VoidBlock2<QLPreviewReply,NSError> handler) |
|
Constructor parameters in org.robovm.apple.quicklook with type arguments of type QLPreviewReply
| Constructor |
Description |
QLPreviewReply(CGSize contextSize,
boolean isBitmap,
Block3<CGContext,QLPreviewReply,NSError.NSErrorPtr,Boolean> drawingBlock) |
|
QLPreviewReply(CGSize defaultPageSize,
Block2<QLPreviewReply,NSError.NSErrorPtr,PDFDocument> documentCreationBlock) |
|
QLPreviewReply(UTType contentType,
CGSize contentSize,
Block2<QLPreviewReply,NSError.NSErrorPtr,NSData> dataCreationBlock) |
|