org.rococoa.cocoa.appkit
Class NSImageView.__IVFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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


Nested Class Summary
static class NSImageView.__IVFlags.ByReference
           
static class NSImageView.__IVFlags.ByValue
           
 
Field Summary
 byte _allowsCutCopyPaste
           
 byte _compatibleImage
           
 byte _compatibleScalingAndAlignment
           
 byte _editable
           
 byte _overridesDrawing
           
 int _unused
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSImageView.__IVFlags()
           
NSImageView.__IVFlags(int _unused, byte _compatibleScalingAndAlignment, byte _compatibleImage, byte _overridesDrawing, byte _allowsCutCopyPaste, byte _editable)
           
 
Method Summary
 NSImageView.__IVFlags.ByReference byReference()
           
 NSImageView.__IVFlags.ByValue byValue()
           
 NSImageView.__IVFlags 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

_unused

public int _unused

_compatibleScalingAndAlignment

public byte _compatibleScalingAndAlignment

_compatibleImage

public byte _compatibleImage

_overridesDrawing

public byte _overridesDrawing

_allowsCutCopyPaste

public byte _allowsCutCopyPaste

_editable

public byte _editable
Constructor Detail

NSImageView.__IVFlags

public NSImageView.__IVFlags()

NSImageView.__IVFlags

public NSImageView.__IVFlags(int _unused,
                             byte _compatibleScalingAndAlignment,
                             byte _compatibleImage,
                             byte _overridesDrawing,
                             byte _allowsCutCopyPaste,
                             byte _editable)
Method Detail

byReference

public NSImageView.__IVFlags.ByReference byReference()

byValue

public NSImageView.__IVFlags.ByValue byValue()

clone

public NSImageView.__IVFlags clone()
Overrides:
clone in class Object