Module qtjambi
Package io.qt.core

Class QAbstractEventDispatcher.TimerInfo

java.lang.Object
io.qt.QtObject
io.qt.core.QAbstractEventDispatcher.TimerInfo
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QAbstractEventDispatcher

public static class QAbstractEventDispatcher.TimerInfo extends QtObject implements Cloneable

Java wrapper for Qt class QAbstractEventDispatcher::TimerInfo

  • Constructor Details

    • TimerInfo

      public TimerInfo(QAbstractEventDispatcher.TimerInfo other)

      See QAbstractEventDispatcher::TimerInfo::TimerInfo(QAbstractEventDispatcher::TimerInfo)

      Parameters:
      other -
    • TimerInfo

      public TimerInfo(int id, int i, Qt.TimerType t)

      See QAbstractEventDispatcher::TimerInfo::TimerInfo(int,int,Qt::TimerType)

      Parameters:
      id -
      i -
      t -
  • Method Details

    • equals

      @QtUninvokable public final boolean equals(QAbstractEventDispatcher.TimerInfo v2)

      See operator==(QAbstractEventDispatcher::TimerInfo,QAbstractEventDispatcher::TimerInfo)

      Parameters:
      v2 -
      Returns:
    • setInterval

      @QtUninvokable public final void setInterval(int interval)

      See QAbstractEventDispatcher::TimerInfo::interval

      Parameters:
      interval -
    • interval

      @QtUninvokable public final int interval()

      See QAbstractEventDispatcher::TimerInfo::interval

      Returns:
    • setTimerId

      @QtUninvokable public final void setTimerId(int timerId)

      See QAbstractEventDispatcher::TimerInfo::timerId

      Parameters:
      timerId -
    • timerId

      @QtUninvokable public final int timerId()

      See QAbstractEventDispatcher::TimerInfo::timerId

      Returns:
    • setTimerType

      @QtUninvokable public final void setTimerType(Qt.TimerType timerType)

      See QAbstractEventDispatcher::TimerInfo::timerType

      Parameters:
      timerType -
    • timerType

      @QtUninvokable public final Qt.TimerType timerType()

      See QAbstractEventDispatcher::TimerInfo::timerType

      Returns:
    • equals

      @QtUninvokable public boolean equals(Object other)

      See operator==(QAbstractEventDispatcher::TimerInfo,QAbstractEventDispatcher::TimerInfo)

      Overrides:
      equals in class QtObject
      Parameters:
      other - other object
      Returns:
      true if the native counterpart of the two objects are one and the same.
    • hashCode

      @QtUninvokable public int hashCode()
      Returns the objects's hash code computed by qHash(QAbstractEventDispatcher::TimerInfo).
      Overrides:
      hashCode in class Object
    • clone

      Creates and returns a copy of this object.

      See QAbstractEventDispatcher::TimerInfo::TimerInfo(QAbstractEventDispatcher::TimerInfo)

      Overrides:
      clone in class Object