org.rococoa.cocoa.appkit
Class NSImageView.__IVFlags

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

public static class NSImageView.__IVFlags
extends Structure<NSImageView.__IVFlags,NSImageView.__IVFlags.ByValue,NSImageView.__IVFlags.ByReference>


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

_unused

public int _unused

_rejectsMultiFileDrops

public byte _rejectsMultiFileDrops

_compatibleScalingAndAlignment

public byte _compatibleScalingAndAlignment

_reserved

public byte _reserved

_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 _rejectsMultiFileDrops,
                             byte _compatibleScalingAndAlignment,
                             byte _reserved,
                             byte _overridesDrawing,
                             byte _allowsCutCopyPaste,
                             byte _editable)
Method Detail

newArray

public static NSImageView.__IVFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.