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

io.qt.gui.rhi.QRhiNativeHandles Maven / Gradle / Ivy

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

import io.qt.*;


/**
 * 

Base class for classes exposing backend-specific collections of native resource objects

*

Java wrapper for Qt class QRhiNativeHandles

*/ public class QRhiNativeHandles extends QtObject { static { QtJambi_LibraryUtilities.initialize(); } /** *

See QRhiNativeHandles::QRhiNativeHandles()

*/ public QRhiNativeHandles(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QRhiNativeHandles instance); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QRhiNativeHandles(QPrivateConstructor p) { super(p); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy