org.kde.qt

Class QToolTipGroup

public class QToolTipGroup extends QObject

See QToolTipGroupSignals for signals emitted by QToolTipGroup
Constructor Summary
protected QToolTipGroup(Class dummy)
QToolTipGroup(QObject parent, String name)
QToolTipGroup(QObject parent)
Method Summary
StringclassName()
booleandelay()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleanenabled()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetDelay(boolean arg1)
voidsetEnabled(boolean arg1)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QToolTipGroup

protected QToolTipGroup(Class dummy)

QToolTipGroup

public QToolTipGroup(QObject parent, String name)

QToolTipGroup

public QToolTipGroup(QObject parent)

Method Detail

className

public String className()

delay

public boolean delay()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

enabled

public boolean enabled()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

setDelay

public void setDelay(boolean arg1)

setEnabled

public void setEnabled(boolean arg1)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)