• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

KParts

plugin.h

Go to the documentation of this file.
00001 /* This file is part of the KDE project
00002    Copyright (C) 1999 Simon Hausmann <hausmann@kde.org>
00003              (C) 1999 David Faure <faure@kde.org>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License as published by the Free Software Foundation; either
00008    version 2 of the License, or (at your option) any later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018    Boston, MA 02110-1301, USA.
00019 */
00020 #ifndef PLUGIN_H
00021 #define PLUGIN_H
00022 
00023 #include <qobject.h>
00024 #include <kaction.h>
00025 #include <kxmlguiclient.h>
00026 
00027 class KInstance;
00028 
00029 namespace KParts
00030 {
00031 
00049 class KPARTS_EXPORT Plugin : public QObject, virtual public KXMLGUIClient
00050 {
00051     Q_OBJECT
00052 public:
00056     struct PluginInfo
00057     {
00058         QString m_relXMLFileName; 
00059         QString m_absXMLFileName; 
00060         QDomDocument m_document;
00061     };
00062 
00066     Plugin( QObject* parent = 0, const char* name = 0 );
00070     virtual ~Plugin();
00071 
00075     virtual QString xmlFile() const;
00076 
00080     virtual QString localXMLFile() const;
00081 
00089     static void loadPlugins( QObject *parent, const KInstance * instance );
00090 
00098     static void loadPlugins( QObject *parent, const QValueList<PluginInfo> &pluginInfos );
00099 
00107     static void loadPlugins( QObject *parent, const QValueList<PluginInfo> &pluginInfos, const KInstance * instance );
00108 
00143     static void loadPlugins( QObject *parent, KXMLGUIClient* parentGUIClient, KInstance* instance, bool enableNewPluginsByDefault = true );
00144 
00151     static QPtrList<Plugin> pluginObjects( QObject *parent );
00152 
00153 protected:
00159     static QValueList<Plugin::PluginInfo> pluginInfos( const KInstance * instance );
00160 
00165     static Plugin* loadPlugin( QObject * parent, const char* libname );
00166 
00167     virtual void setInstance( KInstance *instance );
00168 
00169 private:
00170     static bool hasPlugin( QObject* parent, const QString& library );
00171     class PluginPrivate;
00172     PluginPrivate *d;
00173 };
00174 
00175 }
00176 
00177 #endif

KParts

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal