Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KParts::BrowserHostExtension Class Reference

#include <browserextension.h>

List of all members.

Public Methods

virtual QStringList frameNames () const
virtual const QPtrList< KParts::ReadOnlyPartframes () 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 592 of file browserextension.h.


Member Function Documentation

BrowserHostExtension* KParts::BrowserHostExtension::childObject QObject *    obj [static]
 

Queries obj for a child object which inherits from this BrowserHostExtension class. Convenience method.

virtual QStringList KParts::BrowserHostExtension::frameNames   [virtual]
 

Returns a list of the names of all hosted child objects.

Note that this method does not query the child objects recursively.

virtual const QPtrList<KParts::ReadOnlyPart> KParts::BrowserHostExtension::frames   [virtual]
 

Returns a list of pointers to all hosted child objects.

Note that this method does not query the child objects recursively.

virtual bool KParts::BrowserHostExtension::openURLInFrame const KURL   url,
const KParts::URLArgs   urlArgs
[virtual]
 

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 ) .


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:36 2003 for kdelibs by doxygen1.2.18