• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kate
 

kate

  • kate
  • interfaces
pluginmanager.h
1/* This file is part of the KDE project
2 Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
3 Copyright (C) 2002 Joseph Wenninger <jowenn@kde.org>
4
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public
7 License version 2 as published by the Free Software Foundation.
8
9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Library General Public License for more details.
13
14 You should have received a copy of the GNU Library General Public License
15 along with this library; see the file COPYING.LIB. If not, write to
16 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301, USA.
18*/
19
20#ifndef _KATE_PLUGINMANAGER_INCLUDE_
21#define _KATE_PLUGINMANAGER_INCLUDE_
22
23#include <tqobject.h>
24#include <kurl.h>
25
26namespace Kate
27{
30class TDE_EXPORT PluginManager : public TQObject
31{
32 friend class PrivatePluginManager;
33
34 TQ_OBJECT
35
36 public:
37 PluginManager ( void *pluginManager );
38 virtual ~PluginManager ();
39
40 public:
42 class Plugin *plugin(const TQString &name);
43
48 bool pluginAvailable(const TQString &name);
49
55 class Plugin *loadPlugin(const TQString &name,bool permanent=true);
56
62 void unloadPlugin(const TQString &name,bool permanent=true);
63
64 private:
65 class PrivatePluginManager *d;
66};
67
68}
69
70#endif
Kate::PluginManager
This interface provides access to the Kate Plugin Manager.
Definition: pluginmanager.h:31
Kate
Namespace collecting as much of the internal Kate classes as we can manage.
Definition: kateapp.h:32

kate

Skip menu "kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kate

Skip menu "kate"
  • kate
  • libkonq
  • twin
  •   lib
Generated for kate by doxygen 1.9.4
This website is maintained by Timothy Pearson.