org.rococoa.cocoa.quicktime
Class QTSpriteButtonBehaviorStruct

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

public class QTSpriteButtonBehaviorStruct
extends com.ochafik.lang.jnaerator.runtime.Structure

when filling in QTSpriteButtonBehaviorStruct values -1 may be used to indicate that
the state transition does not change the property
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 QTSpriteButtonBehaviorStruct.ByReference
           
static class QTSpriteButtonBehaviorStruct.ByValue
           
 
Field Summary
 NativeLong notOverNotPressedStateID
           
 NativeLong notOverPressedStateID
           
 NativeLong overNotPressedStateID
           
 NativeLong overPressedStateID
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTSpriteButtonBehaviorStruct()
           
QTSpriteButtonBehaviorStruct(NativeLong notOverNotPressedStateID, NativeLong overNotPressedStateID, NativeLong overPressedStateID, NativeLong notOverPressedStateID)
           
 
Method Summary
 QTSpriteButtonBehaviorStruct.ByReference byReference()
           
 QTSpriteButtonBehaviorStruct.ByValue byValue()
           
 QTSpriteButtonBehaviorStruct 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

notOverNotPressedStateID

public NativeLong notOverNotPressedStateID

overNotPressedStateID

public NativeLong overNotPressedStateID

overPressedStateID

public NativeLong overPressedStateID

notOverPressedStateID

public NativeLong notOverPressedStateID
Constructor Detail

QTSpriteButtonBehaviorStruct

public QTSpriteButtonBehaviorStruct()

QTSpriteButtonBehaviorStruct

public QTSpriteButtonBehaviorStruct(NativeLong notOverNotPressedStateID,
                                    NativeLong overNotPressedStateID,
                                    NativeLong overPressedStateID,
                                    NativeLong notOverPressedStateID)
Method Detail

byReference

public QTSpriteButtonBehaviorStruct.ByReference byReference()

byValue

public QTSpriteButtonBehaviorStruct.ByValue byValue()

clone

public QTSpriteButtonBehaviorStruct clone()
Overrides:
clone in class Object