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

Public Member Functions | |
BrowserHostExtension (KParts::ReadOnlyPart *parent, const char *name=0L) | |
virtual QStringList | frameNames () const |
virtual const QPtrList< KParts::ReadOnlyPart > | frames () const |
BrowserHostExtension * | findFrameParent (KParts::ReadOnlyPart *callingPart, const QString &frame) |
virtual bool | openURLInFrame (const KURL &url, const KParts::URLArgs &urlArgs) |
Static Public Member Functions | |
static BrowserHostExtension * | childObject (QObject *obj) |
Protected Types | |
enum | { VIRTUAL_FIND_FRAME_PARENT = 0x10 } |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
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 659 of file browserextension.h.
Member Enumeration Documentation
|
This 'enum' along with the structure below is NOT part of the public API. It's going to disappear in KDE 4.0 and is likely to change inbetween. Definition at line 707 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 609 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 614 of file browserextension.cpp. |
|
Returns the part that contains
Definition at line 644 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 619 of file browserextension.cpp. |
|
Queries Convenience method. Definition at line 624 of file browserextension.cpp. |
The documentation for this class was generated from the following files: