org.rococoa.cocoa.appkit
Class NSView.__VFlags2
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
Constructor Summary |
NSView.__VFlags2()
|
NSView.__VFlags2(short nextKeyViewRefCount,
short previousKeyViewRefCount,
byte isVisibleRect,
byte hasToolTip,
byte needsRealLockFocus,
byte menuWasSet)
|
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 |
nextKeyViewRefCount
public short nextKeyViewRefCount
previousKeyViewRefCount
public short previousKeyViewRefCount
isVisibleRect
public byte isVisibleRect
hasToolTip
public byte hasToolTip
needsRealLockFocus
public byte needsRealLockFocus
menuWasSet
public byte menuWasSet
NSView.__VFlags2
public NSView.__VFlags2()
NSView.__VFlags2
public NSView.__VFlags2(short nextKeyViewRefCount,
short previousKeyViewRefCount,
byte isVisibleRect,
byte hasToolTip,
byte needsRealLockFocus,
byte menuWasSet)
byReference
public NSView.__VFlags2.ByReference byReference()
byValue
public NSView.__VFlags2.ByValue byValue()
clone
public NSView.__VFlags2 clone()
- Overrides:
clone
in class Object