org.kde.koala
public class KTipDialog extends KDialog
UNKNOWN: A Tip-of-the-Day dialog.
Constructor Summary | |
---|---|
protected | KTipDialog(Class dummy) |
KTipDialog(KTipDatabase db, QWidget parent, String name)
Construct a tip dialog. | |
KTipDialog(KTipDatabase db, QWidget parent) | |
KTipDialog(KTipDatabase db) |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | eventFilter(QObject arg1, QEvent arg2) |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
static void | setShowOnStart(boolean show)
Toggles the start behavior.
|
static void | showMultiTip(QWidget parent, String[] tipFiles, boolean force)
Shows a tip
This method behaves essentially as the one above, but expects a list of tips |
static void | showMultiTip(QWidget parent, String[] tipFiles) |
static void | showTip(QWidget parent, String tipFile, boolean force)
Shows a tip.
|
static void | showTip(QWidget parent, String tipFile) |
static void | showTip(QWidget parent) |
static void | showTip(String tipFile, boolean force)
Shows a tip.
|
static void | showTip(String tipFile) |
static void | showTip() |
Parameters: db TipDatabase that should be used by the TipDialog. parent Parent widget of TipDialog. name The object name.
UNKNOWN: Construct a tip dialog.
UNKNOWN: Toggles the start behavior.
Parameters: parent Parent widget of TipDialog. tipFiles A List of tip files. Each has be relative to the "data" resource of KStandardDirs force If true, the dialog is show, even when the users disabled it.
UNKNOWN: Shows a tip
Parameters: parent Parent widget of TipDialog. tipFile The name of the tip file. It has be relative to the "data" resource of KStandardDirs force If true, the dialog is show, even when the users disabled it.
UNKNOWN: Shows a tip.
UNKNOWN: Shows a tip.