org.rococoa.cocoa.appkit
Class NSMenuItemCell.__micFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
needsSizing
public byte needsSizing
reserved
public byte reserved
needsDisplay
public byte needsDisplay
keyEquivGlyphWidth
public short keyEquivGlyphWidth
RESERVED
public short RESERVED
NSMenuItemCell.__micFlags
public NSMenuItemCell.__micFlags()
NSMenuItemCell.__micFlags
public NSMenuItemCell.__micFlags(byte needsSizing,
byte reserved,
byte needsDisplay,
short keyEquivGlyphWidth,
short RESERVED)
byReference
public NSMenuItemCell.__micFlags.ByReference byReference()
byValue
public NSMenuItemCell.__micFlags.ByValue byValue()
clone
public NSMenuItemCell.__micFlags clone()
- Overrides:
clone
in class Object