org.rococoa.cocoa.appkit
Class NSClipView.__cvFlags

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

public static class NSClipView.__cvFlags
extends Structure<NSClipView.__cvFlags,NSClipView.__cvFlags.ByValue,NSClipView.__cvFlags.ByReference>

native declaration : NSClipView.h:59
Conversion Error : /// Original signature : -(void)scrollToPoint:()
- (void)scrollToPoint:(null)newOrigin; (Argument newOrigin cannot be converted)


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 redrawnWhileScrolling
           
 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
 
Constructor Summary
NSClipView.__cvFlags()
           
 
Method Summary
static NSClipView.__cvFlags[] 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

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

redrawnWhileScrolling

public byte redrawnWhileScrolling

RESERVED

public short RESERVED
Constructor Detail

NSClipView.__cvFlags

public NSClipView.__cvFlags()
Method Detail

newArray

public static NSClipView.__cvFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.