org.rococoa.cocoa.appkit
Class NSClipView.__cvFlags

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

public static class NSClipView.__cvFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSClipView.__cvFlags.ByReference
           
static class NSClipView.__cvFlags.ByValue
           
 
Field Summary
 byte animateCurrentScroll
           
 byte canAnimateScrolls
           
 byte documentViewAlignment
           
 byte drawsBackground
           
 byte isFlipped
           
 byte nextScrollRelativeToCurrentPosition
           
 byte noCopyOnScroll
           
 byte onlyUncovered
           
 byte reflectScroll
           
 short RESERVED
           
 byte scrollClipTo
           
 byte scrollInProgress
           
 byte skipRemoveSuperviewCheck
           
 byte usedByCell
           
 byte viewBoundsChangedOverridden
           
 byte viewFrameChangedOverridden
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSClipView.__cvFlags()
           
 
Method Summary
 NSClipView.__cvFlags.ByReference byReference()
           
 NSClipView.__cvFlags.ByValue byValue()
           
 NSClipView.__cvFlags 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

isFlipped

public byte isFlipped

onlyUncovered

public byte onlyUncovered

reflectScroll

public byte reflectScroll

usedByCell

public byte usedByCell

scrollClipTo

public byte scrollClipTo

noCopyOnScroll

public byte noCopyOnScroll

drawsBackground

public byte drawsBackground

scrollInProgress

public byte scrollInProgress

skipRemoveSuperviewCheck

public byte skipRemoveSuperviewCheck

animateCurrentScroll

public byte animateCurrentScroll

canAnimateScrolls

public byte canAnimateScrolls

nextScrollRelativeToCurrentPosition

public byte nextScrollRelativeToCurrentPosition

viewBoundsChangedOverridden

public byte viewBoundsChangedOverridden

viewFrameChangedOverridden

public byte viewFrameChangedOverridden

documentViewAlignment

public byte documentViewAlignment

RESERVED

public short RESERVED
Constructor Detail

NSClipView.__cvFlags

public NSClipView.__cvFlags()
Method Detail

byReference

public NSClipView.__cvFlags.ByReference byReference()

byValue

public NSClipView.__cvFlags.ByValue byValue()

clone

public NSClipView.__cvFlags clone()
Overrides:
clone in class Object