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

io.qt.quick.controls.QQuickAttachedPropertyPropagator Maven / Gradle / Ivy

Go to download

Provides lightweight QML types for creating performant user interfaces for desktop, embedded, and mobile devices. These types employ a simple styling architecture and are very efficient.

The newest version!
package io.qt.quick.controls;

import io.qt.*;


/**
 * 

Way to propagate attached properties

*

Java wrapper for Qt class QQuickAttachedPropertyPropagator

* @since This class was introduced in Qt 6.5. */ public class QQuickAttachedPropertyPropagator extends io.qt.core.QObject { static { QtJambi_LibraryUtilities.initialize(); } /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QQuickAttachedPropertyPropagator.class); /** *

See QQuickAttachedPropertyPropagator::QQuickAttachedPropertyPropagator(QObject*)

* @param parent */ public QQuickAttachedPropertyPropagator(io.qt.core.@Nullable QObject parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QQuickAttachedPropertyPropagator instance, io.qt.core.QObject parent); /** *

See QQuickAttachedPropertyPropagator::attachedChildren()const

* @return */ @QtUninvokable public final io.qt.core.@NonNull QList attachedChildren(){ return attachedChildren_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.core.QList attachedChildren_native_constfct(long __this__nativeId); /** *

See QQuickAttachedPropertyPropagator::attachedParent()const

* @return */ @QtUninvokable public final io.qt.quick.controls.@Nullable QQuickAttachedPropertyPropagator attachedParent(){ return attachedParent_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.quick.controls.QQuickAttachedPropertyPropagator attachedParent_native_constfct(long __this__nativeId); /** *

See QQuickAttachedPropertyPropagator::initialize()

*/ @QtUninvokable protected final void initialize(){ initialize_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native void initialize_native(long __this__nativeId); /** *

See QQuickAttachedPropertyPropagator::attachedParentChange(QQuickAttachedPropertyPropagator*,QQuickAttachedPropertyPropagator*)

* @param newParent * @param oldParent */ @QtUninvokable protected void attachedParentChange(io.qt.quick.controls.@Nullable QQuickAttachedPropertyPropagator newParent, io.qt.quick.controls.@Nullable QQuickAttachedPropertyPropagator oldParent){ attachedParentChange_native_QQuickAttachedPropertyPropagator_ptr_QQuickAttachedPropertyPropagator_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(newParent), QtJambi_LibraryUtilities.internal.checkedNativeId(oldParent)); } @QtUninvokable private native void attachedParentChange_native_QQuickAttachedPropertyPropagator_ptr_QQuickAttachedPropertyPropagator_ptr(long __this__nativeId, long newParent, long oldParent); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QQuickAttachedPropertyPropagator(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QQuickAttachedPropertyPropagator(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QQuickAttachedPropertyPropagator instance, QDeclarativeConstructor constructor); /** *

See operator<<(QDebug,const QQuickAttachedPropertyPropagator*)

*/ @QtUninvokable @Override public @NonNull String toString() { return toString_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private static native String toString_native(long __this_nativeId); /** *

Overloaded constructor for {@link #QQuickAttachedPropertyPropagator(io.qt.core.QObject)} * with parent = null.

*/ public QQuickAttachedPropertyPropagator() { this((io.qt.core.QObject)null); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy