|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<CIcon,CIcon.ByValue,CIcon.ByReference>
org.rococoa.cocoa.hiservices.CIcon
public class CIcon
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:266
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 |
CIcon.ByReference
|
static class |
CIcon.ByValue
|
Field Summary | |
---|---|
BitMap |
iconBMap
the icon's bitMap C type : BitMap |
PointerByReference |
iconData
the icon's data C type : Handle |
BitMap |
iconMask
the icon's mask C type : BitMap |
short[] |
iconMaskData
icon's mask and BitMap data C type : SInt16[1] |
PixMap |
iconPMap
the icon's pixMap C type : PixMap |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
CIcon()
|
|
CIcon(PixMap iconPMap,
BitMap iconMask,
BitMap iconBMap,
PointerByReference iconData,
short[] iconMaskData)
|
Method Summary | |
---|---|
static CIcon[] |
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 |
---|
public PixMap iconPMap
public BitMap iconMask
public BitMap iconBMap
public PointerByReference iconData
public short[] iconMaskData
Constructor Detail |
---|
public CIcon()
public CIcon(PixMap iconPMap, BitMap iconMask, BitMap iconBMap, PointerByReference iconData, short[] iconMaskData)
iconPMap
- the icon's pixMapiconMask
- the icon's maskiconBMap
- the icon's bitMapiconData
- the icon's dataiconMaskData
- icon's mask and BitMap dataMethod Detail |
---|
public static CIcon[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |