org.rococoa.cocoa.iokit
Class NXEventData.compound_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.compound_struct
Direct Known Subclasses:
NXEventData.compound_struct.ByReference, NXEventData.compound_struct.ByValue
Enclosing class:
NXEventData

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


Nested Class Summary
static class NXEventData.compound_struct.ByReference
           
static class NXEventData.compound_struct.ByValue
           
static class NXEventData.compound_struct.misc_union
           
 
Field Summary
 NXEventData.compound_struct.misc_union misc
           
 short reserved
           
 short subType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NXEventData.compound_struct()
           
NXEventData.compound_struct(short reserved, short subType, NXEventData.compound_struct.misc_union misc)
           
 
Method Summary
 NXEventData.compound_struct.ByReference byReference()
           
 NXEventData.compound_struct.ByValue byValue()
           
 NXEventData.compound_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

reserved

public short reserved

subType

public short subType

misc

public NXEventData.compound_struct.misc_union misc
Constructor Detail

NXEventData.compound_struct

public NXEventData.compound_struct()

NXEventData.compound_struct

public NXEventData.compound_struct(short reserved,
                                   short subType,
                                   NXEventData.compound_struct.misc_union misc)
Method Detail

byReference

public NXEventData.compound_struct.ByReference byReference()

byValue

public NXEventData.compound_struct.ByValue byValue()

clone

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