org.rococoa.cocoa.appkit
Class NSMenuView.__mvFlags

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

public static class NSMenuView.__mvFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSMenuView.__mvFlags.ByReference
           
static class NSMenuView.__mvFlags.ByValue
           
 
Field Summary
 byte allowsTearOffs
           
 byte attachedSubmenuWhileMouseWasUp
           
 byte disableResize
           
 byte disableSizing
           
 byte drawCenter
           
 byte isHorizontal
           
 byte isTearOff
           
 short keyEquivGlyphWidth
           
 byte needsSizing
           
 byte needsToCreateCells
           
 byte releasingWindow
           
 byte RESERVED
           
 byte savedHODState
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSMenuView.__mvFlags()
           
 
Method Summary
 NSMenuView.__mvFlags.ByReference byReference()
           
 NSMenuView.__mvFlags.ByValue byValue()
           
 NSMenuView.__mvFlags 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

releasingWindow

public byte releasingWindow

isHorizontal

public byte isHorizontal

disableSizing

public byte disableSizing

attachedSubmenuWhileMouseWasUp

public byte attachedSubmenuWhileMouseWasUp

needsToCreateCells

public byte needsToCreateCells

allowsTearOffs

public byte allowsTearOffs

isTearOff

public byte isTearOff

keyEquivGlyphWidth

public short keyEquivGlyphWidth

disableResize

public byte disableResize

savedHODState

public byte savedHODState

drawCenter

public byte drawCenter

RESERVED

public byte RESERVED
Constructor Detail

NSMenuView.__mvFlags

public NSMenuView.__mvFlags()
Method Detail

byReference

public NSMenuView.__mvFlags.ByReference byReference()

byValue

public NSMenuView.__mvFlags.ByValue byValue()

clone

public NSMenuView.__mvFlags clone()
Overrides:
clone in class Object