org.rococoa.cocoa.appkit
Class NSView.__VFlags2

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSView.__VFlags2
Direct Known Subclasses:
NSView.__VFlags2.ByReference, NSView.__VFlags2.ByValue
Enclosing class:
NSView

public static class NSView.__VFlags2
extends com.ochafik.lang.jnaerator.runtime.Structure


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, CALCULATE_SIZE
 
Constructor Summary
NSView.__VFlags2()
           
NSView.__VFlags2(short nextKeyViewRefCount, short previousKeyViewRefCount, byte isVisibleRect, byte hasToolTip, byte needsRealLockFocus, byte menuWasSet)
           
 
Method Summary
 NSView.__VFlags2.ByReference byReference()
           
 NSView.__VFlags2.ByValue byValue()
           
 NSView.__VFlags2 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

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

byReference

public NSView.__VFlags2.ByReference byReference()

byValue

public NSView.__VFlags2.ByValue byValue()

clone

public NSView.__VFlags2 clone()
Overrides:
clone in class Object