kparts Library API Documentation

browserinterface.h

00001 #ifndef __browserinterface_h__
00002 #define __browserinterface_h__
00003 
00004 #include <qobject.h>
00005 #include <qvariant.h>
00006 
00007 namespace KParts
00008 {
00009 
00032 class BrowserInterface : public QObject
00033 {
00034     Q_OBJECT
00035 public:
00036     BrowserInterface( QObject *parent, const char *name = 0 );
00037     virtual ~BrowserInterface();
00038 
00043     void callMethod( const char *name, const QVariant &argument );
00044 };
00045 
00046 };
00047 
00048 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:45 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001