org.rococoa.cocoa.quartzcore
Class CALayer._CALayerIvars

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<CALayer._CALayerIvars,CALayer._CALayerIvars.ByValue,CALayer._CALayerIvars.ByReference>
          extended by org.rococoa.cocoa.quartzcore.CALayer._CALayerIvars
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<CALayer._CALayerIvars,CALayer._CALayerIvars.ByValue,CALayer._CALayerIvars.ByReference>>
Direct Known Subclasses:
CALayer._CALayerIvars.ByReference, CALayer._CALayerIvars.ByValue
Enclosing class:
CALayer

public static class CALayer._CALayerIvars
extends Structure<CALayer._CALayerIvars,CALayer._CALayerIvars.ByValue,CALayer._CALayerIvars.ByReference>

native declaration : /System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:176
Conversion Error : /// Original signature : -(void)setAffineTransform:()
- (void)setAffineTransform:(null)m; (Argument m cannot be converted)


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
           
 int[] slots
           
 Pointer state
           
 Pointer sublayers
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CALayer._CALayerIvars()
           
CALayer._CALayerIvars(int refcount, int flags, int parent, Pointer sublayers, CALayer mask, Pointer state, Pointer previous_state, Pointer animations, int[] slots)
           
 
Method Summary
static CALayer._CALayerIvars[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

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 int[] 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,
                             int[] slots)
Parameters:
parent - C type : uintptr_t
sublayers - C type : CALayerArray*
mask - C type : CALayer*
state - C type : _CALayerState*
previous_state - C type : _CALayerState*
animations - C type : _CALayerAnimation*
slots - C type : uintptr_t[3]
Method Detail

newArray

public static CALayer._CALayerIvars[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.