org.rococoa.cocoa.qtkit
Class QTTimeByReference

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.rococoa.cocoa.qtkit.QTTimeByReference
Direct Known Subclasses:
QTTime

public class QTTimeByReference
extends com.sun.jna.Structure


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

timeValue

public long timeValue

timeScale

public com.sun.jna.NativeLong timeScale

flags

public com.sun.jna.NativeLong flags
Constructor Detail

QTTimeByReference

public QTTimeByReference()

QTTimeByReference

public QTTimeByReference(long timeValue,
                         int timeScale)

QTTimeByReference

public QTTimeByReference(long timeValue,
                         int timeScale,
                         int flags)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class com.sun.jna.Structure

equals

public boolean equals(Object obj)
Overrides:
equals in class com.sun.jna.Structure


Copyright © 2012. All Rights Reserved.