org.rococoa.cocoa.appkit
Class NSAnimation.__aFlags

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

public static class NSAnimation.__aFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSAnimation.__aFlags.ByReference
           
static class NSAnimation.__aFlags.ByValue
           
 
Field Summary
 byte animating
           
 byte blocking
           
 byte delegateAnimationDidEnd
           
 byte delegateAnimationDidReachProgressMark
           
 byte delegateAnimationDidStop
           
 byte delegateAnimationShouldStart
           
 byte delegateAnimationValueForProgress
           
 int reserved
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSAnimation.__aFlags()
           
NSAnimation.__aFlags(byte delegateAnimationShouldStart, byte delegateAnimationDidStop, byte delegateAnimationDidEnd, byte delegateAnimationValueForProgress, byte delegateAnimationDidReachProgressMark, byte animating, byte blocking, int reserved)
           
 
Method Summary
 NSAnimation.__aFlags.ByReference byReference()
           
 NSAnimation.__aFlags.ByValue byValue()
           
 NSAnimation.__aFlags 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

delegateAnimationShouldStart

public byte delegateAnimationShouldStart

delegateAnimationDidStop

public byte delegateAnimationDidStop

delegateAnimationDidEnd

public byte delegateAnimationDidEnd

delegateAnimationValueForProgress

public byte delegateAnimationValueForProgress

delegateAnimationDidReachProgressMark

public byte delegateAnimationDidReachProgressMark

animating

public byte animating

blocking

public byte blocking

reserved

public int reserved
Constructor Detail

NSAnimation.__aFlags

public NSAnimation.__aFlags()

NSAnimation.__aFlags

public NSAnimation.__aFlags(byte delegateAnimationShouldStart,
                            byte delegateAnimationDidStop,
                            byte delegateAnimationDidEnd,
                            byte delegateAnimationValueForProgress,
                            byte delegateAnimationDidReachProgressMark,
                            byte animating,
                            byte blocking,
                            int reserved)
Method Detail

byReference

public NSAnimation.__aFlags.ByReference byReference()

byValue

public NSAnimation.__aFlags.ByValue byValue()

clone

public NSAnimation.__aFlags clone()
Overrides:
clone in class Object