org.rococoa.cocoa.appkit
Class NSView.__VFlags2

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

public static class NSView.__VFlags2
extends Structure<NSView.__VFlags2,NSView.__VFlags2.ByValue,NSView.__VFlags2.ByReference>

native declaration : NSView.h:176
Conversion Error : /// Original signature : -(void)sortSubviewsUsingFunction:()
- (void)sortSubviewsUsingFunction:(null)NSComparisonResult; (Argument NSComparisonResult cannot be converted)


Nested Class Summary
static class NSView.__VFlags2.ByReference
           
static class NSView.__VFlags2.ByValue
           
 
Field Summary
 byte hasToolTip
           
 byte isVisibleRect
           
 byte menuWasSet
           
 byte needsRealLockFocus
           
 short nextKeyViewRefCount
           
 short previousKeyViewRefCount
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSView.__VFlags2()
           
NSView.__VFlags2(short nextKeyViewRefCount, short previousKeyViewRefCount, byte isVisibleRect, byte hasToolTip, byte needsRealLockFocus, byte menuWasSet)
           
 
Method Summary
static NSView.__VFlags2[] 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

nextKeyViewRefCount

public short nextKeyViewRefCount

previousKeyViewRefCount

public short previousKeyViewRefCount

isVisibleRect

public byte isVisibleRect

hasToolTip

public byte hasToolTip

needsRealLockFocus

public byte needsRealLockFocus

menuWasSet

public byte menuWasSet
Constructor Detail

NSView.__VFlags2

public NSView.__VFlags2()

NSView.__VFlags2

public NSView.__VFlags2(short nextKeyViewRefCount,
                        short previousKeyViewRefCount,
                        byte isVisibleRect,
                        byte hasToolTip,
                        byte needsRealLockFocus,
                        byte menuWasSet)
Method Detail

newArray

public static NSView.__VFlags2[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.