All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.core.QPropertyObserver Maven / Gradle / Ivy

The newest version!
package io.qt.core;


/**
 * 

Java wrapper for Qt class QPropertyObserver

*/ public class QPropertyObserver extends io.qt.core.QPropertyObserverBase { public QPropertyObserver(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QPropertyObserver instance); protected QPropertyObserver(io.qt.core.QUntypedPropertyData aliasedPropertyPtr){ super((QPrivateConstructor)null); initialize_native(this, aliasedPropertyPtr); } private native static void initialize_native(QPropertyObserver instance, io.qt.core.QUntypedPropertyData aliasedPropertyPtr); @io.qt.QtUninvokable protected final io.qt.core.QUntypedPropertyData aliasedProperty(){ return aliasedProperty_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QUntypedPropertyData aliasedProperty_native_constfct(long __this__nativeId); @io.qt.QtUninvokable final void setSource(io.qt.core.QPropertyBindingData property){ java.util.Objects.requireNonNull(property, "Argument 'property': null not expected."); setSource_native_cref_QtPrivate_QPropertyBindingData(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(property)); } @io.qt.QtUninvokable private native void setSource_native_cref_QtPrivate_QPropertyBindingData(long __this__nativeId, long property); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QPropertyObserver(QPrivateConstructor p) { super(p); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy