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

io.qt.qt3d.render.QRenderState Maven / Gradle / Ivy

package io.qt.qt3d.render;

import io.qt.*;


/**
 * 

An abstract base class for all render states

*

Java wrapper for Qt class Qt3DRender::QRenderState

*/ public abstract class QRenderState extends io.qt.qt3d.core.QNode { 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(QRenderState.class); @NativeAccess private static final class ConcreteWrapper extends QRenderState { @NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } } /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QRenderState(QPrivateConstructor p) { super(p); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy