org.rococoa.cocoa.qtkit
Class QTTime

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

public class QTTime
extends QTTimeByReference
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
 
Fields inherited from class org.rococoa.cocoa.qtkit.QTTimeByReference
flags, timeScale, timeValue
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTTime()
           
QTTime(long timeValue, int timeScale)
           
QTTime(long timeValue, int timeScale, int flags)
           
 
Method Summary
 
Methods inherited from class org.rococoa.cocoa.qtkit.QTTimeByReference
equals, 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
 

Constructor Detail

QTTime

public QTTime()

QTTime

public QTTime(long timeValue,
              int timeScale,
              int flags)

QTTime

public QTTime(long timeValue,
              int timeScale)


Copyright © 2012. All Rights Reserved.