org.rococoa.cocoa.quicktime
Class QTRuntimeSpriteDescStruct

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

public class QTRuntimeSpriteDescStruct
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 QTRuntimeSpriteDescStruct.ByReference
           
static class QTRuntimeSpriteDescStruct.ByValue
           
 
Field Summary
 NativeLong actionHandlingSpriteID
           
 ModifierTrackGraphicsModeRecord graphicsMode
           
 short imageIndex
           
 short layer
           
 MatrixRecord matrix
           
 NativeLong spriteID
           
 NativeLong version
           
 short visible
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTRuntimeSpriteDescStruct()
           
QTRuntimeSpriteDescStruct(NativeLong version, NativeLong spriteID, short imageIndex, MatrixRecord matrix, short visible, short layer, ModifierTrackGraphicsModeRecord graphicsMode, NativeLong actionHandlingSpriteID)
           
 
Method Summary
 QTRuntimeSpriteDescStruct.ByReference byReference()
           
 QTRuntimeSpriteDescStruct.ByValue byValue()
           
 QTRuntimeSpriteDescStruct 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

version

public NativeLong version

spriteID

public NativeLong spriteID

imageIndex

public short imageIndex

matrix

public MatrixRecord matrix

visible

public short visible

layer

public short layer

graphicsMode

public ModifierTrackGraphicsModeRecord graphicsMode

actionHandlingSpriteID

public NativeLong actionHandlingSpriteID
Constructor Detail

QTRuntimeSpriteDescStruct

public QTRuntimeSpriteDescStruct()

QTRuntimeSpriteDescStruct

public QTRuntimeSpriteDescStruct(NativeLong version,
                                 NativeLong spriteID,
                                 short imageIndex,
                                 MatrixRecord matrix,
                                 short visible,
                                 short layer,
                                 ModifierTrackGraphicsModeRecord graphicsMode,
                                 NativeLong actionHandlingSpriteID)
Method Detail

byReference

public QTRuntimeSpriteDescStruct.ByReference byReference()

byValue

public QTRuntimeSpriteDescStruct.ByValue byValue()

clone

public QTRuntimeSpriteDescStruct clone()
Overrides:
clone in class Object