org.rococoa.cocoa.appkit
Class __VFlags

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

public class __VFlags
extends Structure<__VFlags,__VFlags.ByValue,__VFlags.ByReference>

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSView.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class __VFlags.ByReference
           
static class __VFlags.ByValue
           
 
Field Summary
 byte aboutToResize
           
 byte autoresizeSubviews
           
 byte autosizing
           
 byte boundsChangeNotesSuspended
           
 byte focusChangeNotesSuspended
           
 byte frameChangeNotesSuspended
           
 byte interfaceStyle0
           
 byte interfaceStyle1
           
 byte needsBoundsChangeNote
           
 byte needsDisplay
           
 byte needsDisplayForBounds
           
 byte needsFrameChangeNote
           
 byte newGState
           
 byte noVerticalAutosizing
           
 byte removingWithoutInvalidation
           
 byte retainCount
           
 byte retainCountOverMax
           
 byte rotatedFromBase
           
 byte rotatedOrScaledFromBase
           
 byte specialArchiving
           
 byte validGState
           
 byte wantsGState
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
__VFlags()
           
 
Method Summary
static __VFlags[] 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

aboutToResize

public byte aboutToResize

retainCountOverMax

public byte retainCountOverMax

retainCount

public byte retainCount

interfaceStyle1

public byte interfaceStyle1

specialArchiving

public byte specialArchiving

needsDisplayForBounds

public byte needsDisplayForBounds

interfaceStyle0

public byte interfaceStyle0

removingWithoutInvalidation

public byte removingWithoutInvalidation

needsBoundsChangeNote

public byte needsBoundsChangeNote

boundsChangeNotesSuspended

public byte boundsChangeNotesSuspended

focusChangeNotesSuspended

public byte focusChangeNotesSuspended

needsFrameChangeNote

public byte needsFrameChangeNote

frameChangeNotesSuspended

public byte frameChangeNotesSuspended

noVerticalAutosizing

public byte noVerticalAutosizing

newGState

public byte newGState

validGState

public byte validGState

needsDisplay

public byte needsDisplay

wantsGState

public byte wantsGState

autoresizeSubviews

public byte autoresizeSubviews

autosizing

public byte autosizing

rotatedOrScaledFromBase

public byte rotatedOrScaledFromBase

rotatedFromBase

public byte rotatedFromBase
Constructor Detail

__VFlags

public __VFlags()
Method Detail

newArray

public static __VFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.