io.qt.core.QStaticPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.core;
/**
* Struct containing a reference to a static plugin instance together with its meta data
* Java wrapper for Qt class QStaticPlugin
*/
public final class QStaticPlugin extends io.qt.QtObject
implements java.lang.Cloneable
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* See QStaticPlugin::metaData()const
*/
@io.qt.QtUninvokable
public final io.qt.core.QJsonObject metaData(){
return metaData_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native io.qt.core.QJsonObject metaData_native_constfct(long __this__nativeId);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected QStaticPlugin(QPrivateConstructor p) { super(p); }
@io.qt.QtUninvokable
public final native io.qt.core.QObject instance();
@Override
public QStaticPlugin clone() {
return clone_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native QStaticPlugin clone_native(long __this_nativeId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy