org.rococoa.cocoa.quicktime
Class QTCustomControlGetEnableValueRecord
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quicktime.QTCustomControlGetEnableValueRecord
- Direct Known Subclasses:
- QTCustomControlGetEnableValueRecord.ByReference, QTCustomControlGetEnableValueRecord.ByValue
public class QTCustomControlGetEnableValueRecord
- extends com.ochafik.lang.jnaerator.runtime.Structure
pdActionCustomGetEnableValue allows you to return a value for the purposes of enabling/disabling
other controls.
Most custom controls do not need to implement this call.
If your control is able to control the enabling and disabling of other parameter controls (such as is done
by standard pop up or enumerated type controls), you need to supply a value that can be use for greater than/less than
types of comparisons.
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 |
storage
public Pointer storage
currentValue
public NativeLong currentValue
QTCustomControlGetEnableValueRecord
public QTCustomControlGetEnableValueRecord()
QTCustomControlGetEnableValueRecord
public QTCustomControlGetEnableValueRecord(Pointer storage,
NativeLong currentValue)
- Parameters:
storage
- storage for the control
currentValue
- value to compare against for enable/disable purposes
byReference
public QTCustomControlGetEnableValueRecord.ByReference byReference()
byValue
public QTCustomControlGetEnableValueRecord.ByValue byValue()
clone
public QTCustomControlGetEnableValueRecord clone()
- Overrides:
clone
in class Object