Uses of Class
io.qt.core.QBindable
Package
Description
-
Uses of QBindable in io.qt.core
Modifier and TypeMethodDescriptionfinal QBindable<QAbstractAnimation>
QSequentialAnimationGroup.bindableCurrentAnimation()
QAbstractAnimation.bindableDirection()
final QBindable<QTimeLine.Direction>
QTimeLine.bindableDirection()
final QBindable<QEasingCurve>
QTimeLine.bindableEasingCurve()
final QBindable<QEasingCurve>
QVariantAnimation.bindableEasingCurve()
final QBindable<Qt.CaseSensitivity>
QSortFilterProxyModel.bindableFilterCaseSensitivity()
final QBindable<QRegularExpression>
QSortFilterProxyModel.bindableFilterRegularExpression()
final QBindable<QAbstractItemModel>
QItemSelectionModel.bindableModel()
SeeQItemSelectionModel::
bindableModel() QObject.bindableObjectName()
final QBindable<QByteArray>
QPropertyAnimation.bindablePropertyName()
final QBindable<Qt.CaseSensitivity>
QSortFilterProxyModel.bindableSortCaseSensitivity()
final QBindable<QAbstractItemModel>
QAbstractProxyModel.bindableSourceModel()
QAbstractAnimation.bindableState()
QPropertyAnimation.bindableTargetObject()
final QBindable<Qt.TimerType>
QTimer.bindableTimerType()
static QBindable<@QtPrimitiveType Boolean>
QBindable.fromProperty
(QBooleanProperty property) Creates a newBoolean
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Boolean>
QBindable.fromProperty
(QBooleanPropertyAlias property) Creates a newBoolean
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Byte>
QBindable.fromProperty
(QByteProperty property) Creates a newByte
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Byte>
QBindable.fromProperty
(QBytePropertyAlias property) Creates a newByte
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Character>
QBindable.fromProperty
(QCharProperty property) Creates a newCharacter
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Character>
QBindable.fromProperty
(QCharPropertyAlias property) Creates a newCharacter
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Double>
QBindable.fromProperty
(QDoubleProperty property) Creates a newDouble
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Double>
QBindable.fromProperty
(QDoublePropertyAlias property) Creates a newDouble
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Float>
QBindable.fromProperty
(QFloatProperty property) Creates a newFloat
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Float>
QBindable.fromProperty
(QFloatPropertyAlias property) Creates a newFloat
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Integer>
QBindable.fromProperty
(QIntProperty property) Creates a newInteger
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Integer>
QBindable.fromProperty
(QIntPropertyAlias property) Creates a newInteger
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Long>
QBindable.fromProperty
(QLongProperty property) Creates a newLong
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Long>
QBindable.fromProperty
(QLongPropertyAlias property) Creates a newLong
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Boolean>
QBindable.fromProperty
(QObject.QBooleanProperty property) Creates a newBoolean
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Byte>
QBindable.fromProperty
(QObject.QByteProperty property) Creates a newByte
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Character>
QBindable.fromProperty
(QObject.QCharProperty property) Creates a newCharacter
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Boolean>
QBindable.fromProperty
(QObject.QComputedBooleanProperty property) Creates a newBoolean
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Byte>
QBindable.fromProperty
(QObject.QComputedByteProperty property) Creates a newByte
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Character>
QBindable.fromProperty
(QObject.QComputedCharProperty property) Creates a newCharacter
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Double>
QBindable.fromProperty
(QObject.QComputedDoubleProperty property) Creates a newDouble
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Float>
QBindable.fromProperty
(QObject.QComputedFloatProperty property) Creates a newFloat
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Integer>
QBindable.fromProperty
(QObject.QComputedIntProperty property) Creates a newInteger
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Long>
QBindable.fromProperty
(QObject.QComputedLongProperty property) Creates a newLong
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Short>
QBindable.fromProperty
(QObject.QComputedShortProperty property) Creates a newShort
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Double>
QBindable.fromProperty
(QObject.QDoubleProperty property) Creates a newDouble
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Float>
QBindable.fromProperty
(QObject.QFloatProperty property) Creates a newFloat
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Integer>
QBindable.fromProperty
(QObject.QIntProperty property) Creates a newInteger
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Long>
QBindable.fromProperty
(QObject.QLongProperty property) Creates a newLong
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Short>
QBindable.fromProperty
(QObject.QShortProperty property) Creates a newShort
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Short>
QBindable.fromProperty
(QShortProperty property) Creates a newShort
-typed genericQBindable
from primitive-typed property.static QBindable<@QtPrimitiveType Short>
QBindable.fromProperty
(QShortPropertyAlias property) Creates a newShort
-typed genericQBindable
from primitive-typed property.static <T> QBindable<T>
QBindable.fromProperty
(QtUtilities.Supplier<T> propertyGetter) ModifierConstructorDescriptionQBooleanPropertyAlias
(QBindable<@QtPrimitiveType Boolean> bindable) Creates a new alias to the provided binding's underlying property.QBytePropertyAlias
(QBindable<@QtPrimitiveType Byte> bindable) Creates a new alias to the provided binding's underlying property.QCharPropertyAlias
(QBindable<@QtPrimitiveType Character> bindable) Creates a new alias to the provided binding's underlying property.QDoublePropertyAlias
(QBindable<@QtPrimitiveType Double> bindable) Creates a new alias to the provided binding's underlying property.QFloatPropertyAlias
(QBindable<@QtPrimitiveType Float> bindable) Creates a new alias to the provided binding's underlying property.QIntPropertyAlias
(QBindable<@QtPrimitiveType Integer> bindable) Creates a new alias to the provided binding's underlying property.QLongPropertyAlias
(QBindable<@QtPrimitiveType Long> bindable) Creates a new alias to the provided binding's underlying property.QPropertyAlias
(QBindable<T> bindable) Creates a new alias to the provided binding's underlying property.QShortPropertyAlias
(QBindable<@QtPrimitiveType Short> bindable) Creates a new alias to the provided binding's underlying property. -
Uses of QBindable in io.qt.dbus
Modifier and TypeMethodDescriptionQDBusServiceWatcher.bindableWatchedServices()
QDBusServiceWatcher.bindableWatchMode()
-
Uses of QBindable in io.qt.gui
-
Uses of QBindable in io.qt.network
Modifier and TypeMethodDescriptionQDnsLookup.bindableName()
final QBindable<QHostAddress>
QDnsLookup.bindableNameserver()
QLocalServer.bindableSocketOptions()
QLocalSocket.bindableSocketOptions()
final QBindable<QDnsLookup.Type>
QDnsLookup.bindableType()
-
Uses of QBindable in io.qt.positioning
-
Uses of QBindable in io.qt.remoteobjects
-
Uses of QBindable in io.qt.scxml
Modifier and TypeMethodDescriptionfinal QBindable<QScxmlDataModel>
QScxmlStateMachine.bindableDataModel()
final QBindable<NavigableMap<String,
Object>> QScxmlStateMachine.bindableInitialValues()
final QBindable<List<QScxmlInvokableService>>
QScxmlStateMachine.bindableInvokedServices()
final QBindable<QScxmlCompiler.Loader>
QScxmlStateMachine.bindableLoader()
final QBindable<QScxmlStateMachine>
QScxmlDataModel.bindableStateMachine()
final QBindable<QScxmlTableData>
QScxmlStateMachine.bindableTableData()
-
Uses of QBindable in io.qt.serialport
Modifier and TypeMethodDescriptionfinal QBindable<QSerialPort.DataBits>
QSerialPort.bindableDataBits()
QSerialPort.bindableError()
final QBindable<QSerialPort.FlowControl>
QSerialPort.bindableFlowControl()
final QBindable<QSerialPort.Parity>
QSerialPort.bindableParity()
final QBindable<QSerialPort.StopBits>
QSerialPort.bindableStopBits()
-
Uses of QBindable in io.qt.statemachine
Modifier and TypeMethodDescriptionfinal QBindable<Qt.MouseButton>
QMouseEventTransition.bindableButton()
final QBindable<QState.ChildMode>
QState.bindableChildMode()
final QBindable<QAbstractTransition>
QHistoryState.bindableDefaultTransition()
final QBindable<QAbstractState>
QState.bindableErrorState()
QStateMachine.bindableErrorString()
QEventTransition.bindableEventSource()
final QBindable<QEvent.Type>
QEventTransition.bindableEventType()
final QBindable<QState.RestorePolicy>
QStateMachine.bindableGlobalRestorePolicy()
QHistoryState.bindableHistoryType()
final QBindable<QAbstractState>
QState.bindableInitialState()
final QBindable<Qt.KeyboardModifiers>
QKeyEventTransition.bindableModifierMask()
final QBindable<Qt.KeyboardModifiers>
QMouseEventTransition.bindableModifierMask()
QSignalTransition.bindableSenderObject()
final QBindable<QByteArray>
QSignalTransition.bindableSignal()
QAbstractTransition.bindableTransitionType()