org.kde.qt

Class QWhatsThis

public class QWhatsThis extends Qt

Constructor Summary
protected QWhatsThis(Class dummy)
QWhatsThis(QWidget arg1)
Method Summary
static voidadd(QWidget arg1, String arg2)
booleanclicked(String href)
static voiddisplay(String text, QPoint pos, QWidget w)
static voiddisplay(String text, QPoint pos)
static voiddisplay(String text)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
static voidenterWhatsThisMode()
protected voidfinalize()
Deletes the wrapped C++ instance
static booleaninWhatsThisMode()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
static voidleaveWhatsThisMode(String arg1, QPoint pos, QWidget w)
static voidleaveWhatsThisMode(String arg1, QPoint pos)
static voidleaveWhatsThisMode(String arg1)
static voidleaveWhatsThisMode()
static voidremove(QWidget arg1)
static voidsetFont(QFont font)
Stringtext(QPoint arg1)
static StringtextFor(QWidget arg1, QPoint pos, boolean includeParents)
static StringtextFor(QWidget arg1, QPoint pos)
static StringtextFor(QWidget arg1)
static QToolButtonwhatsThisButton(QWidget parent)

Constructor Detail

QWhatsThis

protected QWhatsThis(Class dummy)

QWhatsThis

public QWhatsThis(QWidget arg1)

Method Detail

add

public static void add(QWidget arg1, String arg2)

clicked

public boolean clicked(String href)

display

public static void display(String text, QPoint pos, QWidget w)

display

public static void display(String text, QPoint pos)

display

public static void display(String text)

dispose

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

enterWhatsThisMode

public static void enterWhatsThisMode()

finalize

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

inWhatsThisMode

public static boolean inWhatsThisMode()

isDisposed

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

leaveWhatsThisMode

public static void leaveWhatsThisMode(String arg1, QPoint pos, QWidget w)

leaveWhatsThisMode

public static void leaveWhatsThisMode(String arg1, QPoint pos)

leaveWhatsThisMode

public static void leaveWhatsThisMode(String arg1)

leaveWhatsThisMode

public static void leaveWhatsThisMode()

remove

public static void remove(QWidget arg1)

setFont

public static void setFont(QFont font)

text

public String text(QPoint arg1)

textFor

public static String textFor(QWidget arg1, QPoint pos, boolean includeParents)

textFor

public static String textFor(QWidget arg1, QPoint pos)

textFor

public static String textFor(QWidget arg1)

whatsThisButton

public static QToolButton whatsThisButton(QWidget parent)