KParts::BrowserHostExtension Class Reference
An extension class for container parts, i.e. More...
#include <browserextension.h>
Inheritance diagram for KParts::BrowserHostExtension:

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) |
Detailed Description
An extension class for container parts, i.e.parts that contain other parts. For instance a KHTMLPart hosts one part per frame.
Definition at line 653 of file browserextension.h.
Member Function Documentation
|
Returns a list of the names of all hosted child objects. Note that this method does not query the child objects recursively. Definition at line 605 of file browserextension.cpp. |
|
Returns a list of pointers to all hosted child objects. Note that this method does not query the child objects recursively. Definition at line 610 of file browserextension.cpp. |
|
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 ) . Definition at line 615 of file browserextension.cpp. |
|
Queries Convenience method. Definition at line 620 of file browserextension.cpp. References QObject::children(). |
The documentation for this class was generated from the following files: