org.rococoa.cocoa.appkit
Class NSImageView.__IVFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NSImageView.__IVFlags,NSImageView.__IVFlags.ByValue,NSImageView.__IVFlags.ByReference>
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>
Constructor Summary |
NSImageView.__IVFlags()
|
NSImageView.__IVFlags(int _unused,
byte _rejectsMultiFileDrops,
byte _compatibleScalingAndAlignment,
byte _reserved,
byte _overridesDrawing,
byte _allowsCutCopyPaste,
byte _editable)
|
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 |
_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
NSImageView.__IVFlags
public NSImageView.__IVFlags()
NSImageView.__IVFlags
public NSImageView.__IVFlags(int _unused,
byte _rejectsMultiFileDrops,
byte _compatibleScalingAndAlignment,
byte _reserved,
byte _overridesDrawing,
byte _allowsCutCopyPaste,
byte _editable)
newArray
public static NSImageView.__IVFlags[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.