org.rococoa.cocoa.appkit
Class NSMenuItemCell.__micFlags

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

public static class NSMenuItemCell.__micFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSMenuItemCell.__micFlags.ByReference
           
static class NSMenuItemCell.__micFlags.ByValue
           
 
Field Summary
 short keyEquivGlyphWidth
           
 byte needsDisplay
           
 byte needsSizing
           
 byte reserved
           
 short RESERVED
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSMenuItemCell.__micFlags()
           
NSMenuItemCell.__micFlags(byte needsSizing, byte reserved, byte needsDisplay, short keyEquivGlyphWidth, short RESERVED)
           
 
Method Summary
 NSMenuItemCell.__micFlags.ByReference byReference()
           
 NSMenuItemCell.__micFlags.ByValue byValue()
           
 NSMenuItemCell.__micFlags 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

needsSizing

public byte needsSizing

reserved

public byte reserved

needsDisplay

public byte needsDisplay

keyEquivGlyphWidth

public short keyEquivGlyphWidth

RESERVED

public short RESERVED
Constructor Detail

NSMenuItemCell.__micFlags

public NSMenuItemCell.__micFlags()

NSMenuItemCell.__micFlags

public NSMenuItemCell.__micFlags(byte needsSizing,
                                 byte reserved,
                                 byte needsDisplay,
                                 short keyEquivGlyphWidth,
                                 short RESERVED)
Method Detail

byReference

public NSMenuItemCell.__micFlags.ByReference byReference()

byValue

public NSMenuItemCell.__micFlags.ByValue byValue()

clone

public NSMenuItemCell.__micFlags clone()
Overrides:
clone in class Object