org.rococoa.cocoa.qd
Class GDevice

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<GDevice,GDevice.ByValue,GDevice.ByReference>
          extended by org.rococoa.cocoa.qd.GDevice
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<GDevice,GDevice.ByValue,GDevice.ByReference>>
Direct Known Subclasses:
GDevice.ByReference, GDevice.ByValue

public class GDevice
extends Structure<GDevice,GDevice.ByValue,GDevice.ByReference>

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawTypes.h:1420
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 GDevice.ByReference
           
static class GDevice.ByValue
           
 
Field Summary
 short gdCCBytes
           
 short gdCCDepth
           
 PointerByReference gdCCXData
          Handle to cursor's expanded data
C type : Handle
 PointerByReference gdCCXMask
          Handle to cursor's expanded mask
C type : Handle
 PointerByReference gdCompProc
          complement proc list
C type : CProcHndl
 PointerByReference gdExt
          QuickTime 3.0 private info
C type : Handle
 short gdFlags
           
 short gdID
           
 PointerByReference gdITable
          Handle to inverse lookup table
C type : ITabHandle
 int gdMode
           
 PointerByReference gdNextGD
          GDHandle Handle of next gDevice
C type : GDHandle
 PointerByReference gdPMap
          describing pixMap
C type : PixMapHandle
 Rect gdRect
          device's bounds in global coordinates
C type : Rect
 int gdRefCon
           
 short gdRefNum
           
 short gdResPref
           
 PointerByReference gdSearchProc
          search proc list head
C type : SProcHndl
 short gdType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
GDevice()
           
 
Method Summary
static GDevice[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

gdRefNum

public short gdRefNum

gdID

public short gdID

gdType

public short gdType

gdITable

public PointerByReference gdITable
Handle to inverse lookup table
C type : ITabHandle


gdResPref

public short gdResPref

gdSearchProc

public PointerByReference gdSearchProc
search proc list head
C type : SProcHndl


gdCompProc

public PointerByReference gdCompProc
complement proc list
C type : CProcHndl


gdFlags

public short gdFlags

gdPMap

public PointerByReference gdPMap
describing pixMap
C type : PixMapHandle


gdRefCon

public int gdRefCon

gdNextGD

public PointerByReference gdNextGD
GDHandle Handle of next gDevice
C type : GDHandle


gdRect

public Rect gdRect
device's bounds in global coordinates
C type : Rect


gdMode

public int gdMode

gdCCBytes

public short gdCCBytes

gdCCDepth

public short gdCCDepth

gdCCXData

public PointerByReference gdCCXData
Handle to cursor's expanded data
C type : Handle


gdCCXMask

public PointerByReference gdCCXMask
Handle to cursor's expanded mask
C type : Handle


gdExt

public PointerByReference gdExt
QuickTime 3.0 private info
C type : Handle

Constructor Detail

GDevice

public GDevice()
Method Detail

newArray

public static GDevice[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.