io.qt.scxml.QScxmlDynamicScxmlServiceFactory Maven / Gradle / Ivy
package io.qt.scxml;
import io.qt.*;
/**
* Creates SCXML service instances from documents loaded at runtime
* Java wrapper for Qt class QScxmlDynamicScxmlServiceFactory
*/
public class QScxmlDynamicScxmlServiceFactory 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(QScxmlDynamicScxmlServiceFactory.class);
/**
*
* @param invokeInfo
* @param names
* @param parameters
* @param parent
*/
public QScxmlDynamicScxmlServiceFactory(io.qt.scxml.QScxmlExecutableContent.@NonNull InvokeInfo invokeInfo, java.util.@NonNull Collection names, java.util.@NonNull Collection extends io.qt.scxml.QScxmlExecutableContent.@NonNull ParameterInfo> parameters, io.qt.core.@Nullable QObject parent){
super((QPrivateConstructor)null);
initialize_native(this, invokeInfo, names, parameters, parent);
}
private native static void initialize_native(QScxmlDynamicScxmlServiceFactory instance, io.qt.scxml.QScxmlExecutableContent.InvokeInfo invokeInfo, java.util.Collection names, 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 QScxmlDynamicScxmlServiceFactory(QPrivateConstructor p) { super(p); }
/**
* Overloaded constructor for {@link #QScxmlDynamicScxmlServiceFactory(io.qt.scxml.QScxmlExecutableContent.InvokeInfo, java.util.Collection, java.util.Collection, io.qt.core.QObject)}
* with parent = null
.
*/
public QScxmlDynamicScxmlServiceFactory(io.qt.scxml.QScxmlExecutableContent.@NonNull InvokeInfo invokeInfo, java.util.@NonNull Collection names, java.util.@NonNull Collection extends io.qt.scxml.QScxmlExecutableContent.@NonNull ParameterInfo> parameters) {
this(invokeInfo, names, parameters, (io.qt.core.QObject)null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy