org.rococoa.cocoa.appkit
Class NSLayoutManager.__lmFlags

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

public static class NSLayoutManager.__lmFlags
extends Structure<NSLayoutManager.__lmFlags,NSLayoutManager.__lmFlags.ByValue,NSLayoutManager.__lmFlags.ByReference>


Nested Class Summary
static class NSLayoutManager.__lmFlags.ByReference
           
static class NSLayoutManager.__lmFlags.ByValue
           
 
Field Summary
 byte allowNonContig
           
 byte allowScreenFonts
           
 byte backgroundLayoutEnabled
           
 byte cachedRectArrayInUse
           
 byte containersAreFull
           
 byte containersChanged
           
 byte defaultAttachmentScaling
           
 byte delegateRespondsToDidComplete
           
 byte delegateRespondsToDidInvalidate
           
 byte displayInvalidationInProgress
           
 byte flipsIfNeeded
           
 byte glyphFormat
           
 byte glyphsMightDrawOutsideLines
           
 byte hasNonGeneratedGlyphData
           
 byte ignoresViewTransformations
           
 byte insertionPointNeedsUpdate
           
 byte isGeneratingGlyphs
           
 byte isInUILayoutMode
           
 byte isLayoutRequestedFromSubthread
           
 byte layoutManagerInDirtyList
           
 byte loggedBGLayoutException
           
 byte needToFlushGlyph
           
 byte notifyEditedInProgress
           
 byte resizingInProgress
           
 byte seenRightToLeft
           
 byte showControlCharacters
           
 byte showInvisibleCharacters
           
 byte textStorageRespondsToIsEditing
           
 byte useNonContig
           
 byte usingGlyphCache
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSLayoutManager.__lmFlags()
           
 
Method Summary
static NSLayoutManager.__lmFlags[] 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

containersAreFull

public byte containersAreFull

glyphsMightDrawOutsideLines

public byte glyphsMightDrawOutsideLines

backgroundLayoutEnabled

public byte backgroundLayoutEnabled

resizingInProgress

public byte resizingInProgress

allowScreenFonts

public byte allowScreenFonts

cachedRectArrayInUse

public byte cachedRectArrayInUse

displayInvalidationInProgress

public byte displayInvalidationInProgress

insertionPointNeedsUpdate

public byte insertionPointNeedsUpdate

layoutManagerInDirtyList

public byte layoutManagerInDirtyList

usingGlyphCache

public byte usingGlyphCache

showInvisibleCharacters

public byte showInvisibleCharacters

showControlCharacters

public byte showControlCharacters

delegateRespondsToDidInvalidate

public byte delegateRespondsToDidInvalidate

delegateRespondsToDidComplete

public byte delegateRespondsToDidComplete

glyphFormat

public byte glyphFormat

textStorageRespondsToIsEditing

public byte textStorageRespondsToIsEditing

notifyEditedInProgress

public byte notifyEditedInProgress

containersChanged

public byte containersChanged

isGeneratingGlyphs

public byte isGeneratingGlyphs

hasNonGeneratedGlyphData

public byte hasNonGeneratedGlyphData

loggedBGLayoutException

public byte loggedBGLayoutException

isLayoutRequestedFromSubthread

public byte isLayoutRequestedFromSubthread

defaultAttachmentScaling

public byte defaultAttachmentScaling

isInUILayoutMode

public byte isInUILayoutMode

seenRightToLeft

public byte seenRightToLeft

ignoresViewTransformations

public byte ignoresViewTransformations

needToFlushGlyph

public byte needToFlushGlyph

flipsIfNeeded

public byte flipsIfNeeded

allowNonContig

public byte allowNonContig

useNonContig

public byte useNonContig
Constructor Detail

NSLayoutManager.__lmFlags

public NSLayoutManager.__lmFlags()
Method Detail

newArray

public static NSLayoutManager.__lmFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.