org.rococoa.cocoa.appkit
Class NSLevelIndicatorCell._liFlags_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
indicatorStyle
public byte indicatorStyle
tickMarkPosition
public byte tickMarkPosition
selectable
public byte selectable
reserved
public int reserved
NSLevelIndicatorCell._liFlags_struct
public NSLevelIndicatorCell._liFlags_struct()
NSLevelIndicatorCell._liFlags_struct
public NSLevelIndicatorCell._liFlags_struct(byte indicatorStyle,
byte tickMarkPosition,
byte selectable,
int reserved)
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