org.kde.koala
public class BrowserInterface extends QObject
Q_PROPERTY( uint historyLength READ historyLength );
Callable methods:
void goHistory( int );
UNKNOWN: The purpose of this interface is to allow a direct communication between a KPart and the hosting browser shell (for example Konqueror) .
| Constructor Summary | |
|---|---|
| protected | BrowserInterface(Class dummy) |
| BrowserInterface(QObject parent, String name) | |
| BrowserInterface(QObject parent) | |
| Method Summary | |
|---|---|
| void | callMethod(String name, QVariant argument)
Perform a dynamic invocation of a method in the BrowserInterface
implementation. |
| String | className() |
| QMetaObject | metaObject() |
UNKNOWN: Perform a dynamic invocation of a method in the BrowserInterface implementation.