#include <browserinterface.h>
Public Methods | |
| void | callMethod (const char *name, const QVariant &argument) |
This interface looks not very rich, but the main functionality is implemented using the callMethod method for part->shell communication and using Qt properties for allowing a part to to explicitly query information from the shell.
Konqueror in particular, as 'reference' implementation, provides the following functionality through this interface:
Qt properties: Q_PROPERTY( uint historyLength READ historyLength );
Callable methods: void goHistory( int );
Definition at line 32 of file browserinterface.h.
|
||||||||||||
|
Perform a dynamic invocation of a method in the BrowserInterface implementation. Methods are to be implemented as simple Qt slots. |
1.2.18