org.rococoa.cocoa.quicklook
Class QLGeneratorInterfaceStruct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.quicklook.QLGeneratorInterfaceStruct
Direct Known Subclasses:
QLGeneratorInterfaceStruct.ByReference, QLGeneratorInterfaceStruct.ByValue

public class QLGeneratorInterfaceStruct
extends com.ochafik.lang.jnaerator.runtime.Structure

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 class QLGeneratorInterfaceStruct.ByReference
           
static class QLGeneratorInterfaceStruct.ByValue
           
static interface QLGeneratorInterfaceStruct.CancelPreviewGeneration_callback
           
static interface QLGeneratorInterfaceStruct.CancelThumbnailGeneration_callback
           
static interface QLGeneratorInterfaceStruct.HRESULT_callback
           
static interface QLGeneratorInterfaceStruct.OSStatus_callback
           
static interface QLGeneratorInterfaceStruct.OSStatus_callback2
           
static interface QLGeneratorInterfaceStruct.ULONG_callback
           
static interface QLGeneratorInterfaceStruct.ULONG_callback2
           
 
Field Summary
 Pointer _reserved
           
 QLGeneratorInterfaceStruct.CancelPreviewGeneration_callback CancelPreviewGeneration
           
 QLGeneratorInterfaceStruct.CancelThumbnailGeneration_callback CancelThumbnailGeneration
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QLGeneratorInterfaceStruct()
           
QLGeneratorInterfaceStruct(Pointer _reserved, QLGeneratorInterfaceStruct.CancelThumbnailGeneration_callback CancelThumbnailGeneration, QLGeneratorInterfaceStruct.CancelPreviewGeneration_callback CancelPreviewGeneration)
           
 
Method Summary
 QLGeneratorInterfaceStruct.ByReference byReference()
           
 QLGeneratorInterfaceStruct.ByValue byValue()
           
 QLGeneratorInterfaceStruct clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_reserved

public Pointer _reserved

CancelThumbnailGeneration

public QLGeneratorInterfaceStruct.CancelThumbnailGeneration_callback CancelThumbnailGeneration

CancelPreviewGeneration

public QLGeneratorInterfaceStruct.CancelPreviewGeneration_callback CancelPreviewGeneration
Constructor Detail

QLGeneratorInterfaceStruct

public QLGeneratorInterfaceStruct()

QLGeneratorInterfaceStruct

public QLGeneratorInterfaceStruct(Pointer _reserved,
                                  QLGeneratorInterfaceStruct.CancelThumbnailGeneration_callback CancelThumbnailGeneration,
                                  QLGeneratorInterfaceStruct.CancelPreviewGeneration_callback CancelPreviewGeneration)
Method Detail

byReference

public QLGeneratorInterfaceStruct.ByReference byReference()

byValue

public QLGeneratorInterfaceStruct.ByValue byValue()

clone

public QLGeneratorInterfaceStruct clone()
Overrides:
clone in class Object