Uses of Interface
omix.util.ui.ThrowingDoubleSupplier
Package | Description |
---|---|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ThrowingDoubleSupplier in omix.util.ui
Methods in omix.util.ui with parameters of type ThrowingDoubleSupplier Modifier and Type Method Description <E extends Throwable>
doubleEventLoopParallelAction. executeDouble(ThrowingDoubleSupplier<E> executable)
This method calls the methodget()
in a thread parallel to the main event loop.static <E extends Throwable>
doubleThreadAffineUtility. getDouble(QObject object, ThrowingDoubleSupplier<E> supplier)
static <E extends Throwable>
doubleThreadAffineUtility. getDouble(ThrowingDoubleSupplier<E> supplier)
static <E extends Throwable>
doubleThreadAffineUtility. tryGetDouble(QObject object, ThrowingDoubleSupplier<E> supplier)
static <E extends Throwable>
doubleThreadAffineUtility. tryGetDouble(ThrowingDoubleSupplier<E> supplier)