//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; /** See {@link QToolTipGroupSignals} for signals emitted by QToolTipGroup */ public class QToolTipGroup extends QObject { protected QToolTipGroup(Class dummy){super((Class) null);} public native QMetaObject metaObject(); public native String className(); public QToolTipGroup(QObject parent, String name) { super((Class) null); newQToolTipGroup(parent,name); } private native void newQToolTipGroup(QObject parent, String name); public QToolTipGroup(QObject parent) { super((Class) null); newQToolTipGroup(parent); } private native void newQToolTipGroup(QObject parent); public native boolean delay(); public native boolean enabled(); public native void setDelay(boolean arg1); public native void setEnabled(boolean arg1); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ public native void dispose(); /** Has the wrapped C++ instance been deleted? */ public native boolean isDisposed(); }