org.rococoa.cocoa.qtkit
Class QTTimeRange

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.rococoa.cocoa.qtkit.QTTimeRange
All Implemented Interfaces:
com.sun.jna.Structure.ByValue

public class QTTimeRange
extends com.sun.jna.Structure
implements com.sun.jna.Structure.ByValue


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
 QTTime duration
           
 QTTime time
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTTimeRange()
           
QTTimeRange(QTTime time, QTTime duration)
           
 
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

time

public QTTime time

duration

public QTTime duration
Constructor Detail

QTTimeRange

public QTTimeRange()

QTTimeRange

public QTTimeRange(QTTime time,
                   QTTime duration)
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.