#include <browserextension.h>
Public Methods | |
| virtual QStringList | frameNames () const |
| virtual const QPtrList< KParts::ReadOnlyPart > | frames () const |
| virtual bool | openURLInFrame (const KURL &url, const KParts::URLArgs &urlArgs) |
Static Public Methods | |
| BrowserHostExtension * | childObject (QObject *obj) |
Definition at line 592 of file browserextension.h.
|
|
Queries |
|
|
Returns a list of the names of all hosted child objects. Note that this method does not query the child objects recursively. |
|
|
Returns a list of pointers to all hosted child objects. Note that this method does not query the child objects recursively. |
|
||||||||||||
|
Opens the given url in a hosted child frame. The frame name is specified in the frameName variable in the urlArgs argument structure (see KParts::URLArgs ) . |
1.2.18