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

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

There is a newer version: 6.8.0
Show newest version
package io.qt.core;

import io.qt.*;


/**
 * 

Java wrapper for Qt class QPropertyObserverBase

*/ public class QPropertyObserverBase extends QtObject implements java.lang.Cloneable { static { QtJambi_LibraryUtilities.initialize(); } /** *

See QPropertyObserverBase::QPropertyObserverBase(QPropertyObserverBase)

*/ public QPropertyObserverBase(io.qt.core.@StrictNonNull QPropertyObserverBase other){ super((QPrivateConstructor)null); java.util.Objects.requireNonNull(other, "Argument 'other': null not expected."); initialize_native(this, other); } private native static void initialize_native(QPropertyObserverBase instance, io.qt.core.QPropertyObserverBase other); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QPropertyObserverBase(QPrivateConstructor p) { super(p); } /** *

Creates and returns a copy of this object.

See QPropertyObserverBase::QPropertyObserverBase(QPropertyObserverBase)

*/ @QtUninvokable @Override public QPropertyObserverBase clone() { return clone_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private static native QPropertyObserverBase clone_native(long __this_nativeId); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy