org.kde.koala
public class HistoryProvider extends QObject
UNKNOWN: Basic class to manage a history of "items".
| Constructor Summary | |
|---|---|
| protected | HistoryProvider(Class dummy) |
| HistoryProvider(QObject parent, String name)
Creates a KHistoryProvider with an optional parent and name | |
| HistoryProvider(QObject parent) | |
| HistoryProvider() | |
| Method Summary | |
|---|---|
| String | className() |
| void | clear()
Clears the history. |
| boolean | contains(String item) |
| void | insert(String item)
Inserts item into the history. |
| QMetaObject | metaObject() |
| void | remove(String item)
Removes item from the history. |
| static HistoryProvider | self() |
UNKNOWN: Creates a KHistoryProvider with an optional parent and name
UNKNOWN: Clears the history.
Returns: true if item is present in the history.
UNKNOWN:
item into the history.UNKNOWN: Inserts item into the history.
item from the history.UNKNOWN: Removes item from the history.