org.rococoa.cocoa.appkit
Class _VFlags

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

public class _VFlags
extends com.ochafik.lang.jnaerator.runtime.Structure

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, CALCULATE_SIZE
 
Constructor Summary
_VFlags()
           
 
Method Summary
 _VFlags.ByReference byReference()
           
 _VFlags.ByValue byValue()
           
 _VFlags 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

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

byReference

public _VFlags.ByReference byReference()

byValue

public _VFlags.ByValue byValue()

clone

public _VFlags clone()
Overrides:
clone in class Object