org.rococoa.cocoa.appkit
Class NSImageView.__IVFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSImageView.__IVFlags
- Direct Known Subclasses:
- NSImageView.__IVFlags.ByReference, NSImageView.__IVFlags.ByValue
- Enclosing class:
- NSImageView
public static class NSImageView.__IVFlags
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
_unused
public int _unused
_compatibleScalingAndAlignment
public byte _compatibleScalingAndAlignment
_compatibleImage
public byte _compatibleImage
_overridesDrawing
public byte _overridesDrawing
_allowsCutCopyPaste
public byte _allowsCutCopyPaste
_editable
public byte _editable
NSImageView.__IVFlags
public NSImageView.__IVFlags()
NSImageView.__IVFlags
public NSImageView.__IVFlags(int _unused,
byte _compatibleScalingAndAlignment,
byte _compatibleImage,
byte _overridesDrawing,
byte _allowsCutCopyPaste,
byte _editable)
byReference
public NSImageView.__IVFlags.ByReference byReference()
byValue
public NSImageView.__IVFlags.ByValue byValue()
clone
public NSImageView.__IVFlags clone()
- Overrides:
clone
in class Object