org.rococoa.cocoa.appkit
Class NSCollectionView._cvFlags_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NSCollectionView._cvFlags_struct,NSCollectionView._cvFlags_struct.ByValue,NSCollectionView._cvFlags_struct.ByReference>
org.rococoa.cocoa.appkit.NSCollectionView._cvFlags_struct
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<NSCollectionView._cvFlags_struct,NSCollectionView._cvFlags_struct.ByValue,NSCollectionView._cvFlags_struct.ByReference>>
- Direct Known Subclasses:
- NSCollectionView._cvFlags_struct.ByReference, NSCollectionView._cvFlags_struct.ByValue
- Enclosing class:
- NSCollectionView
public static class NSCollectionView._cvFlags_struct
- extends Structure<NSCollectionView._cvFlags_struct,NSCollectionView._cvFlags_struct.ByValue,NSCollectionView._cvFlags_struct.ByReference>
native declaration : NSCollectionView.h:138
Conversion Error : /**
* This method computes and returns an image to use for dragging. You can override this to return a custom drag image, or call it from the delegate method to get the default drag image. 'indexes' contains the indexes of the items being dragged. 'event' is a reference to the mouse down event that began the drag. 'dragImageOffset' is an in/out parameter. This method will be called with dragImageOffset set to NSZeroPoint, but it can be modified to re-position the returned image. A dragImageOffset of NSZeroPoint will cause the image to be centered under the mouse. By default, an image will be created that contains a rendering of the visible portions of the views for each item. If the delegate implements the equivalent delegate method, it will be preferred over this method.
* Original signature : -(NSImage*)draggingImageForItemsAtIndexes:(NSIndexSet*) withEvent:(NSEvent*) offset:()
* /
- (NSImage*)draggingImageForItemsAtIndexes:(NSIndexSet*)indexes withEvent:(NSEvent*)event offset:(null)dragImageOffset; (Argument dragImageOffset cannot be converted)
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 |
isFirstResponder
public byte isFirstResponder
invalidateItemViews
public byte invalidateItemViews
selectable
public byte selectable
allowsMultipleSelection
public byte allowsMultipleSelection
avoidsEmptySelection
public byte avoidsEmptySelection
superviewIsClipView
public byte superviewIsClipView
needsUpdateGrid
public byte needsUpdateGrid
needsUpdateBackground
public byte needsUpdateBackground
gridSettingsNeedUpdate
public byte gridSettingsNeedUpdate
guardSetFrameSize
public byte guardSetFrameSize
canDisplayItems
public byte canDisplayItems
animateForDrag
public byte animateForDrag
unarchiving
public byte unarchiving
reserved
public int reserved
NSCollectionView._cvFlags_struct
public NSCollectionView._cvFlags_struct()
newArray
public static NSCollectionView._cvFlags_struct[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.