|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
org.rococoa.cocoa.qtkit.QTTimeByReference
public class QTTimeByReference
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jna.Structure |
---|
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue |
Field Summary | |
---|---|
com.sun.jna.NativeLong |
flags
|
com.sun.jna.NativeLong |
timeScale
|
long |
timeValue
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
QTTimeByReference()
|
|
QTTimeByReference(long timeValue,
int timeScale)
|
|
QTTimeByReference(long timeValue,
int timeScale,
int flags)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long timeValue
public com.sun.jna.NativeLong timeScale
public com.sun.jna.NativeLong flags
Constructor Detail |
---|
public QTTimeByReference()
public QTTimeByReference(long timeValue, int timeScale)
public QTTimeByReference(long timeValue, int timeScale, int flags)
Method Detail |
---|
public int hashCode()
hashCode
in class com.sun.jna.Structure
public boolean equals(Object obj)
equals
in class com.sun.jna.Structure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |