• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KParts

  • KParts
  • BrowserInterface
Public Member Functions | List of all members
KParts::BrowserInterface Class Reference

#include <browserinterface.h>

Inheritance diagram for KParts::BrowserInterface:
QObject

Public Member Functions

 BrowserInterface (QObject *parent)
 
virtual ~BrowserInterface ()
 
void callMethod (const char *name, const QVariant &argument)
 

Detailed Description

The purpose of this interface is to allow a direct communication between a KPart and the hosting browser shell (for example Konqueror) .

A shell implementing this interface can propagate it to embedded kpart components by using the setBrowserInterface call of the part's KParts::BrowserExtension object.

This interface looks not very rich, but the main functionality is implemented using the callMethod method for part->shell communication and using Qt properties for allowing a part to to explicitly query information from the shell.

Konqueror in particular, as 'reference' implementation, provides the following functionality through this interface:

Qt properties: Q_PROPERTY( uint historyLength READ historyLength );

Callable methods: void goHistory( int );

Definition at line 53 of file browserinterface.h.

Constructor & Destructor Documentation

◆ BrowserInterface()

BrowserInterface::BrowserInterface ( QObject *  parent)
explicit

Definition at line 29 of file browserinterface.cpp.

◆ ~BrowserInterface()

BrowserInterface::~BrowserInterface ( )
virtual

Definition at line 34 of file browserinterface.cpp.

Member Function Documentation

◆ callMethod()

void BrowserInterface::callMethod ( const char *  name,
const QVariant &  argument 
)

Perform a dynamic invocation of a method in the BrowserInterface implementation.

Methods are to be implemented as simple Qt slots. You should only include the method name, and not the signature, in the name argument.

Definition at line 38 of file browserinterface.cpp.


The documentation for this class was generated from the following files:
  • browserinterface.h
  • browserinterface.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KParts

Skip menu "KParts"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal