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

io.qt.multimedia.widgets.QCameraViewfinder Maven / Gradle / Ivy

There is a newer version: 6.8.1
Show newest version
package io.qt.multimedia.widgets;

import io.qt.*;


/**
 * 

Java wrapper for Qt class QCameraViewfinder

*/ public class QCameraViewfinder extends io.qt.multimedia.widgets.QVideoWidget { @QtPropertyMember(enabled=false) private Object __rcMediaObject = null; /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QCameraViewfinder.class); /** *

Overloaded constructor for {@link #QCameraViewfinder(io.qt.widgets.QWidget)} * with parent = null.

*/ public QCameraViewfinder() { this((io.qt.widgets.QWidget)null); } public QCameraViewfinder(io.qt.widgets.@Nullable QWidget parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QCameraViewfinder instance, io.qt.widgets.QWidget parent); @SuppressWarnings({"exports"}) @QtUninvokable public io.qt.multimedia.@Nullable QMediaObject mediaObject(){ return mediaObject_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static io.qt.multimedia.QMediaObject mediaObject_native_constfct(long __this__nativeId); @QtUninvokable protected boolean setMediaObject(io.qt.multimedia.@Nullable QMediaObject object){ boolean __qt_return_value = setMediaObject_native_QMediaObject_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(object)); __rcMediaObject = object; return __qt_return_value; } private native static boolean setMediaObject_native_QMediaObject_ptr(long __this__nativeId, long object); /** * Constructor for internal use only. * @param p expected to be null. */ @NativeAccess protected QCameraViewfinder(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. */ @NativeAccess protected QCameraViewfinder(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QCameraViewfinder instance, QDeclarativeConstructor constructor); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy