org.kde.qt
public class QWhatsThis extends Qt
Constructor Summary | |
---|---|
protected | QWhatsThis(Class dummy) |
QWhatsThis(QWidget arg1) |
Method Summary | |
---|---|
static void | add(QWidget arg1, String arg2) |
boolean | clicked(String href) |
static void | display(String text, QPoint pos, QWidget w) |
static void | display(String text, QPoint pos) |
static void | display(String text) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
static void | enterWhatsThisMode() |
protected void | finalize() Deletes the wrapped C++ instance |
static boolean | inWhatsThisMode() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
static void | leaveWhatsThisMode(String arg1, QPoint pos, QWidget w) |
static void | leaveWhatsThisMode(String arg1, QPoint pos) |
static void | leaveWhatsThisMode(String arg1) |
static void | leaveWhatsThisMode() |
static void | remove(QWidget arg1) |
static void | setFont(QFont font) |
String | text(QPoint arg1) |
static String | textFor(QWidget arg1, QPoint pos, boolean includeParents) |
static String | textFor(QWidget arg1, QPoint pos) |
static String | textFor(QWidget arg1) |
static QToolButton | whatsThisButton(QWidget parent) |