io.qt.core.QBindingStorage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.core;
/**
* Java wrapper for Qt class QBindingStorage
*/
class QBindingStorage extends io.qt.QtObject
{
static {
QtJambi_LibraryUtilities.initialize();
}
public QBindingStorage(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QBindingStorage instance);
@io.qt.QtUninvokable
public final io.qt.core.QPropertyBindingData bindingData(io.qt.core.QUntypedPropertyData data, boolean create){
return bindingData_native_QUntypedPropertyData_ptr_bool(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(data), create);
}
@io.qt.QtUninvokable
private native io.qt.core.QPropertyBindingData bindingData_native_QUntypedPropertyData_ptr_bool(long __this__nativeId, long data, boolean create);
@io.qt.QtUninvokable
public final io.qt.core.QPropertyBindingData bindingData(io.qt.core.QUntypedPropertyData data){
return bindingData_native_const_QUntypedPropertyData_ptr_constfct(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(data));
}
@io.qt.QtUninvokable
private native io.qt.core.QPropertyBindingData bindingData_native_const_QUntypedPropertyData_ptr_constfct(long __this__nativeId, long data);
@io.qt.QtUninvokable
public final boolean isEmpty(){
return isEmpty_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native boolean isEmpty_native(long __this__nativeId);
@io.qt.QtUninvokable
public final void maybeUpdateBindingAndRegister(io.qt.core.QUntypedPropertyData data){
maybeUpdateBindingAndRegister_native_const_QUntypedPropertyData_ptr_constfct(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(data));
}
@io.qt.QtUninvokable
private native void maybeUpdateBindingAndRegister_native_const_QUntypedPropertyData_ptr_constfct(long __this__nativeId, long data);
@io.qt.QtUninvokable
public final void registerDependency(io.qt.core.QUntypedPropertyData data){
registerDependency_native_const_QUntypedPropertyData_ptr_constfct(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(data));
}
@io.qt.QtUninvokable
private native void registerDependency_native_const_QUntypedPropertyData_ptr_constfct(long __this__nativeId, long data);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected QBindingStorage(QPrivateConstructor p) { super(p); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy