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

io.qt.websockets.QMaskGenerator Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package io.qt.websockets;


/**
 * 

Abstract base for custom 32-bit mask generators

*

Java wrapper for Qt class QMaskGenerator

*/ public abstract class QMaskGenerator extends io.qt.core.QObject { static { QtJambi_LibraryUtilities.initialize(); } @io.qt.NativeAccess private static final class ConcreteWrapper extends QMaskGenerator { @io.qt.NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @io.qt.QtUninvokable public int nextMask(){ return nextMask_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native int nextMask_native(long __this__nativeId); @Override @io.qt.QtUninvokable public boolean seed(){ return seed_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native boolean seed_native(long __this__nativeId); } /** *

Overloaded constructor for {@link #QMaskGenerator(io.qt.core.QObject)} * with parent = null.

*/ public QMaskGenerator() { this((io.qt.core.QObject)null); } /** *

See QMaskGenerator::QMaskGenerator(QObject*)

*/ public QMaskGenerator(io.qt.core.QObject parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QMaskGenerator instance, io.qt.core.QObject parent); /** *

See QMaskGenerator::nextMask()

*/ @io.qt.QtUninvokable public abstract int nextMask(); @io.qt.QtUninvokable private native int nextMask_native(long __this__nativeId); /** *

See QMaskGenerator::seed()

*/ @io.qt.QtUninvokable public abstract boolean seed(); @io.qt.QtUninvokable private native boolean seed_native(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QMaskGenerator(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. */ @io.qt.NativeAccess protected QMaskGenerator(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @io.qt.QtUninvokable private static native void initialize_native(QMaskGenerator instance, QDeclarativeConstructor constructor); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy