org.rococoa.cocoa.quartzcore
Class CALayer._CALayerIvars

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

public static class CALayer._CALayerIvars
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class CALayer._CALayerIvars.ByReference
           
static class CALayer._CALayerIvars.ByValue
           
 
Field Summary
 Pointer animations
           
 int flags
           
 CALayer mask
           
 int parent
           
 Pointer previous_state
           
 int refcount
           
 Pointer[] slots
           
 Pointer state
           
 Pointer sublayers
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
CALayer._CALayerIvars()
           
CALayer._CALayerIvars(int refcount, int flags, int parent, Pointer sublayers, CALayer mask, Pointer state, Pointer previous_state, Pointer animations, Pointer[] slots)
           
 
Method Summary
 CALayer._CALayerIvars.ByReference byReference()
           
 CALayer._CALayerIvars.ByValue byValue()
           
 CALayer._CALayerIvars 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

refcount

public int refcount

flags

public int flags

parent

public int parent

sublayers

public Pointer sublayers

mask

public CALayer mask

state

public Pointer state

previous_state

public Pointer previous_state

animations

public Pointer animations

slots

public Pointer[] slots
Constructor Detail

CALayer._CALayerIvars

public CALayer._CALayerIvars()

CALayer._CALayerIvars

public CALayer._CALayerIvars(int refcount,
                             int flags,
                             int parent,
                             Pointer sublayers,
                             CALayer mask,
                             Pointer state,
                             Pointer previous_state,
                             Pointer animations,
                             Pointer[] slots)
Method Detail

byReference

public CALayer._CALayerIvars.ByReference byReference()

byValue

public CALayer._CALayerIvars.ByValue byValue()

clone

public CALayer._CALayerIvars clone()
Overrides:
clone in class Object