org.rococoa.cocoa.quicktime
Class QTEventRecord

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

public class QTEventRecord
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 QTEventRecord.ByReference
           
static class QTEventRecord.ByValue
           
 
Field Summary
 int eventType
           
 NativeLong flags
           
 NativeLong param1
           
 NativeLong param2
           
 NativeLong param3
           
 NativeLong payloadRefcon
           
 NativeLong version
           
 Point where
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTEventRecord()
           
QTEventRecord(NativeLong version, int eventType, Point where, NativeLong flags, NativeLong payloadRefcon, NativeLong param1, NativeLong param2, NativeLong param3)
           
 
Method Summary
 QTEventRecord.ByReference byReference()
           
 QTEventRecord.ByValue byValue()
           
 QTEventRecord 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

eventType

public int eventType

where

public Point where

flags

public NativeLong flags

payloadRefcon

public NativeLong payloadRefcon

param1

public NativeLong param1

param2

public NativeLong param2

param3

public NativeLong param3
Constructor Detail

QTEventRecord

public QTEventRecord()

QTEventRecord

public QTEventRecord(NativeLong version,
                     int eventType,
                     Point where,
                     NativeLong flags,
                     NativeLong payloadRefcon,
                     NativeLong param1,
                     NativeLong param2,
                     NativeLong param3)
Method Detail

byReference

public QTEventRecord.ByReference byReference()

byValue

public QTEventRecord.ByValue byValue()

clone

public QTEventRecord clone()
Overrides:
clone in class Object