Uses of Class
io.qt.core.QUntypedBindable
Packages that use QUntypedBindable
-
Uses of QUntypedBindable in io.qt.core
Subclasses of QUntypedBindable in io.qt.coreModifier and TypeClassDescriptionfinal classQBindable<T>Java wrapper for Qt class QBindablefinal classQBooleanBindable is primitive-typed version of QBindable<Boolean>.final classQByteBindable is primitive-typed version of QBindable<Byte>.final classQCharBindable is primitive-typed version of QBindable<Character>.final classQDoubleBindable is primitive-typed version of QBindable<Double>.final classQFloatBindable is primitive-typed version of QBindable<Float>.final classQIntBindable is primitive-typed version of QBindable<Integer>.final classQLongBindable is primitive-typed version of QBindable<Long>.final classQShortBindable is primitive-typed version of QBindable<Short>.Methods in io.qt.core that return QUntypedBindableModifier and TypeMethodDescriptionfinal QUntypedBindableQUntypedBindable.clone()Creates and returns a copy of this object.Constructors in io.qt.core with parameters of type QUntypedBindableModifierConstructorDescriptionQBooleanBindable(QUntypedBindable other) Creates a copy of the provided bindable.QByteBindable(QUntypedBindable other) Creates a copy of the provided bindable.QCharBindable(QUntypedBindable other) Creates a copy of the provided bindable.QDoubleBindable(QUntypedBindable other) Creates a copy of the provided bindable.QFloatBindable(QUntypedBindable other) Creates a copy of the provided bindable.QIntBindable(QUntypedBindable other) Creates a copy of the provided bindable.QLongBindable(QUntypedBindable other) Creates a copy of the provided bindable.QShortBindable(QUntypedBindable other) Creates a copy of the provided bindable.QUntypedBindable(QUntypedBindable other) SeeQUntypedBindable::QUntypedBindable(QUntypedBindable)