java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QStaticPlugin
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QStaticPlugin extends QtObject implements Cloneable
Struct containing a reference to a static plugin instance together with its meta data
Java wrapper for Qt class QStaticPlugin
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QStaticPlugin()
protected
QStaticPlugin(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QStaticPlugin
clone()
QObject
instance()
QJsonObject
metaData()
-
Constructor Details
-
QStaticPlugin
public QStaticPlugin() -
QStaticPlugin
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details