org.kde.koala
public class KTipDatabase extends Object implements QtSupport
UNKNOWN: A database for tips-of-the-day.
| Constructor Summary | |
|---|---|
| protected | KTipDatabase(Class dummy) |
| KTipDatabase(String tipFile)
This constructor reads in the tips from a file with the given name. | |
| KTipDatabase() | |
| KTipDatabase(String[] tipFiles)
This constructor takes a list of files that will be merged. | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | nextTip()
The next tip will become the current one. |
| void | prevTip()
The previous tip will become the current one. |
| String | tip()
Returns the current tip. |
Parameters: tipFile The absolute path to the tips file.
UNKNOWN: This constructor reads in the tips from a file with the given name.
Parameters: tipFiles A list of absolute paths to the tips file
UNKNOWN: This constructor takes a list of files that will be merged.
UNKNOWN: The next tip will become the current one.
UNKNOWN: The previous tip will become the current one.
UNKNOWN: Returns the current tip.