org.rococoa.cocoa.qd
Class DependentNotifyRec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.qd.DependentNotifyRec
- Direct Known Subclasses:
- DependentNotifyRec.ByReference, DependentNotifyRec.ByValue
public class DependentNotifyRec
- 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.
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 |
notifyType
public int notifyType
notifyClass
public int notifyClass
notifyPortID
public int notifyPortID
notifyComponent
public ComponentInstanceRecord.ByReference notifyComponent
notifyVersion
public int notifyVersion
notifyFlags
public int notifyFlags
notifyReserved
public int notifyReserved
notifyFuture
public int notifyFuture
DependentNotifyRec
public DependentNotifyRec()
DependentNotifyRec
public DependentNotifyRec(int notifyType,
int notifyClass,
int notifyPortID,
ComponentInstanceRecord.ByReference notifyComponent,
int notifyVersion,
int notifyFlags,
int notifyReserved,
int notifyFuture)
- Parameters:
notifyType
- What type was the engine that made the change (may be zero)
notifyClass
- What class was the change (eg geometry, color etc)
notifyPortID
- Which device was touched (kInvalidDisplayID -> all or none)
notifyComponent
- What engine did it (may be 0)?
notifyVersion
- Set to 0 (future expansion)
notifyFlags
- Set to 0 (future expansion)
notifyReserved
- Set to 0 (future expansion)
notifyFuture
- Set to 0 (future expansion)
byReference
public DependentNotifyRec.ByReference byReference()
byValue
public DependentNotifyRec.ByValue byValue()
clone
public DependentNotifyRec clone()
- Overrides:
clone
in class Object