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

io.qt.gui.QStatusTipEvent Maven / Gradle / Ivy

package io.qt.gui;


/**
 * 

Event that is used to show messages in a status bar

*

Java wrapper for Qt class QStatusTipEvent

*/ public class QStatusTipEvent extends io.qt.core.QEvent { static { QtJambi_LibraryUtilities.initialize(); } /** *

See QStatusTipEvent::QStatusTipEvent(QStatusTipEvent)

*/ protected QStatusTipEvent(io.qt.gui.QStatusTipEvent arg__1){ super((QPrivateConstructor)null); java.util.Objects.requireNonNull(arg__1, "Argument 'arg__1': null not expected."); initialize_native(this, arg__1); } private native static void initialize_native(QStatusTipEvent instance, io.qt.gui.QStatusTipEvent arg__1); /** *

See QStatusTipEvent::QStatusTipEvent(QString)

*/ public QStatusTipEvent(java.lang.String tip){ super((QPrivateConstructor)null); initialize_native(this, tip); } private native static void initialize_native(QStatusTipEvent instance, java.lang.String tip); @io.qt.QtUninvokable protected final void set(io.qt.gui.QStatusTipEvent other){ java.util.Objects.requireNonNull(other, "Argument 'other': null not expected."); set_native_cref_QStatusTipEvent(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(other)); } @io.qt.QtUninvokable private native void set_native_cref_QStatusTipEvent(long __this__nativeId, long other); /** *

See QStatusTipEvent::tip()const

*/ @io.qt.QtUninvokable public final java.lang.String tip(){ return tip_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native java.lang.String tip_native_constfct(long __this__nativeId); /** *

See QEvent::clone()const

*/ @io.qt.QtUninvokable public io.qt.gui.QStatusTipEvent clone(){ return clone_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.gui.QStatusTipEvent clone_native_constfct(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QStatusTipEvent(QPrivateConstructor p) { super(p); } @Override @io.qt.QtUninvokable public String toString() { return toString_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private static native String toString_native(long __this_nativeId); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy