org.rococoa.cocoa.appkit
Class NSLevelIndicatorCell._liFlags_struct

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

public static class NSLevelIndicatorCell._liFlags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSLevelIndicatorCell._liFlags_struct.ByReference
           
static class NSLevelIndicatorCell._liFlags_struct.ByValue
           
 
Field Summary
 byte indicatorStyle
           
 int reserved
           
 byte selectable
           
 byte tickMarkPosition
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSLevelIndicatorCell._liFlags_struct()
           
NSLevelIndicatorCell._liFlags_struct(byte indicatorStyle, byte tickMarkPosition, byte selectable, int reserved)
           
 
Method Summary
 NSLevelIndicatorCell._liFlags_struct.ByReference byReference()
           
 NSLevelIndicatorCell._liFlags_struct.ByValue byValue()
           
 NSLevelIndicatorCell._liFlags_struct 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

indicatorStyle

public byte indicatorStyle

tickMarkPosition

public byte tickMarkPosition

selectable

public byte selectable

reserved

public int reserved
Constructor Detail

NSLevelIndicatorCell._liFlags_struct

public NSLevelIndicatorCell._liFlags_struct()

NSLevelIndicatorCell._liFlags_struct

public NSLevelIndicatorCell._liFlags_struct(byte indicatorStyle,
                                            byte tickMarkPosition,
                                            byte selectable,
                                            int reserved)
Method Detail

byReference

public NSLevelIndicatorCell._liFlags_struct.ByReference byReference()

byValue

public NSLevelIndicatorCell._liFlags_struct.ByValue byValue()

clone

public NSLevelIndicatorCell._liFlags_struct clone()
Overrides:
clone in class Object