org.rococoa.cocoa.iokit
Class NXEventData.zoom_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.NXEventData.zoom_struct
Direct Known Subclasses:
NXEventData.zoom_struct.ByReference, NXEventData.zoom_struct.ByValue
Enclosing class:
NXEventData

public static class NXEventData.zoom_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NXEventData.zoom_struct.ByReference
           
static class NXEventData.zoom_struct.ByValue
           
 
Field Summary
 short deltaAxis1
           
 short deltaAxis2
           
 short deltaAxis3
           
 int fixedDeltaAxis1
           
 int fixedDeltaAxis2
           
 int fixedDeltaAxis3
           
 int pointDeltaAxis1
           
 int pointDeltaAxis2
           
 int pointDeltaAxis3
           
 short reserved1
           
 int[] reserved8
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NXEventData.zoom_struct()
           
 
Method Summary
 NXEventData.zoom_struct.ByReference byReference()
           
 NXEventData.zoom_struct.ByValue byValue()
           
 NXEventData.zoom_struct 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

deltaAxis1

public short deltaAxis1

deltaAxis2

public short deltaAxis2

deltaAxis3

public short deltaAxis3

reserved1

public short reserved1

fixedDeltaAxis1

public int fixedDeltaAxis1

fixedDeltaAxis2

public int fixedDeltaAxis2

fixedDeltaAxis3

public int fixedDeltaAxis3

pointDeltaAxis1

public int pointDeltaAxis1

pointDeltaAxis2

public int pointDeltaAxis2

pointDeltaAxis3

public int pointDeltaAxis3

reserved8

public int[] reserved8
Constructor Detail

NXEventData.zoom_struct

public NXEventData.zoom_struct()
Method Detail

byReference

public NXEventData.zoom_struct.ByReference byReference()

byValue

public NXEventData.zoom_struct.ByValue byValue()

clone

public NXEventData.zoom_struct clone()
Overrides:
clone in class Object