org.rococoa.cocoa.quicktime
Class GenericKnobDescription

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

public class GenericKnobDescription
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 GenericKnobDescription.ByReference
           
static class GenericKnobDescription.ByValue
           
 
Field Summary
 NativeLong hw1
           
 NativeLong hw2
           
 NativeLong hw3
           
 KnobDescription kd
           
 NativeLong settingsID
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GenericKnobDescription()
           
GenericKnobDescription(KnobDescription kd, NativeLong hw1, NativeLong hw2, NativeLong hw3, NativeLong settingsID)
           
 
Method Summary
 GenericKnobDescription.ByReference byReference()
           
 GenericKnobDescription.ByValue byValue()
           
 GenericKnobDescription 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

kd

public KnobDescription kd

hw1

public NativeLong hw1

hw2

public NativeLong hw2

hw3

public NativeLong hw3

settingsID

public NativeLong settingsID
Constructor Detail

GenericKnobDescription

public GenericKnobDescription()

GenericKnobDescription

public GenericKnobDescription(KnobDescription kd,
                              NativeLong hw1,
                              NativeLong hw2,
                              NativeLong hw3,
                              NativeLong settingsID)
Parameters:
hw1 - driver defined
hw2 - driver defined
hw3 - driver defined
settingsID - resource ID list for boolean and popup names
Method Detail

byReference

public GenericKnobDescription.ByReference byReference()

byValue

public GenericKnobDescription.ByValue byValue()

clone

public GenericKnobDescription clone()
Overrides:
clone in class Object