class KParts.BrowserHostExtension |
|
|
An extension class for container parts, i.e. parts that contain other parts. For instance a KHTMLPart hosts one part per frame. |
|
|
Queries obj for a child object which inherits from this BrowserHostExtension class. Convenience method. |
|
Returns the part that contains frame and that may be accessed by callingPart |
|
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 browserArguments parameter (see KParts.BrowserArguments ) . |