io.qt.scxml.QScxmlStaticScxmlServiceFactory Maven / Gradle / Ivy
package io.qt.scxml;
import io.qt.*;
/**
* Creates SCXML service instances from precompiled documents
* Java wrapper for Qt class QScxmlStaticScxmlServiceFactory
*/
public class QScxmlStaticScxmlServiceFactory extends io.qt.scxml.QScxmlInvokableServiceFactory
{
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QScxmlStaticScxmlServiceFactory.class);
/**
* See QScxmlStaticScxmlServiceFactory:: QScxmlStaticScxmlServiceFactory(const QMetaObject*, QScxmlExecutableContent::InvokeInfo, QList<QScxmlExecutableContent::StringId>, QList<QScxmlExecutableContent::ParameterInfo>, QObject*)
* @param metaObject
* @param invokeInfo
* @param nameList
* @param parameters
* @param parent
*/
public QScxmlStaticScxmlServiceFactory(io.qt.core.@Nullable QMetaObject metaObject, io.qt.scxml.QScxmlExecutableContent.@NonNull InvokeInfo invokeInfo, java.util.@NonNull Collection nameList, java.util.@NonNull Collection extends io.qt.scxml.QScxmlExecutableContent.@NonNull ParameterInfo> parameters, io.qt.core.@Nullable QObject parent){
super((QPrivateConstructor)null);
initialize_native(this, metaObject, invokeInfo, nameList, parameters, parent);
}
private native static void initialize_native(QScxmlStaticScxmlServiceFactory instance, io.qt.core.QMetaObject metaObject, io.qt.scxml.QScxmlExecutableContent.InvokeInfo invokeInfo, java.util.Collection nameList, java.util.Collection extends io.qt.scxml.QScxmlExecutableContent.ParameterInfo> parameters, io.qt.core.QObject parent);
/**
* See QScxmlInvokableServiceFactory:: invoke(QScxmlStateMachine*)
* @param parentStateMachine
* @return
*/
@QtUninvokable
@Override
public io.qt.scxml.@Nullable QScxmlInvokableService invoke(io.qt.scxml.@Nullable QScxmlStateMachine parentStateMachine){
return invoke_native_QScxmlStateMachine_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(parentStateMachine));
}
@QtUninvokable
private native io.qt.scxml.QScxmlInvokableService invoke_native_QScxmlStateMachine_ptr(long __this__nativeId, long parentStateMachine);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QScxmlStaticScxmlServiceFactory(QPrivateConstructor p) { super(p); }
/**
* Overloaded constructor for {@link #QScxmlStaticScxmlServiceFactory(io.qt.core.QMetaObject, io.qt.scxml.QScxmlExecutableContent.InvokeInfo, java.util.Collection, java.util.Collection, io.qt.core.QObject)}
* with parent = null
.
*/
public QScxmlStaticScxmlServiceFactory(io.qt.core.@Nullable QMetaObject metaObject, io.qt.scxml.QScxmlExecutableContent.@NonNull InvokeInfo invokeInfo, java.util.@NonNull Collection nameList, java.util.@NonNull Collection extends io.qt.scxml.QScxmlExecutableContent.@NonNull ParameterInfo> parameters) {
this(metaObject, invokeInfo, nameList, parameters, (io.qt.core.QObject)null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy