org.rococoa.cocoa.iokit
Class StdFBShmem_t

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.StdFBShmem_t
Direct Known Subclasses:
StdFBShmem_t.ByReference, StdFBShmem_t.ByValue

public class StdFBShmem_t
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class StdFBShmem_t.ByReference
           
static class StdFBShmem_t.ByValue
           
static class StdFBShmem_t.cursor_union
           
 
Field Summary
 StdFBShmem_t.cursor_union cursor
           
 IOGPoint cursorLoc
           
 byte cursorObscured
           
 IOGBounds cursorRect
           
 int cursorSema
           
 byte cursorShow
           
 IOGSize[] cursorSize
           
 int frame
           
 byte hardwareCursorActive
           
 byte hardwareCursorCapable
           
 byte[] hardwareCursorFlags
           
 byte hardwareCursorShields
           
 IOGPoint[] hotSpot
           
 IOGBounds oldCursorRect
           
 byte[] reservedB
           
 int[] reservedC
           
 IOGBounds saveRect
           
 IOGBounds screenBounds
           
 byte shielded
           
 byte shieldFlag
           
 IOGBounds shieldRect
           
 int structSize
           
 long vblCount
           
 UnsignedWide vblDelta
           
 UnsignedWide vblTime
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
StdFBShmem_t()
           
 
Method Summary
 StdFBShmem_t.ByReference byReference()
           
 StdFBShmem_t.ByValue byValue()
           
 StdFBShmem_t 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

cursorSema

public int cursorSema

frame

public int frame

cursorShow

public byte cursorShow

cursorObscured

public byte cursorObscured

shieldFlag

public byte shieldFlag

shielded

public byte shielded

saveRect

public IOGBounds saveRect

shieldRect

public IOGBounds shieldRect

cursorLoc

public IOGPoint cursorLoc

cursorRect

public IOGBounds cursorRect

oldCursorRect

public IOGBounds oldCursorRect

screenBounds

public IOGBounds screenBounds

version

public int version

structSize

public int structSize

vblTime

public UnsignedWide vblTime

vblDelta

public UnsignedWide vblDelta

vblCount

public long vblCount

reservedC

public int[] reservedC

hardwareCursorFlags

public byte[] hardwareCursorFlags

hardwareCursorCapable

public byte hardwareCursorCapable

hardwareCursorActive

public byte hardwareCursorActive

hardwareCursorShields

public byte hardwareCursorShields

reservedB

public byte[] reservedB

cursorSize

public IOGSize[] cursorSize

hotSpot

public IOGPoint[] hotSpot

cursor

public StdFBShmem_t.cursor_union cursor
Constructor Detail

StdFBShmem_t

public StdFBShmem_t()
Method Detail

byReference

public StdFBShmem_t.ByReference byReference()

byValue

public StdFBShmem_t.ByValue byValue()

clone

public StdFBShmem_t clone()
Overrides:
clone in class Object