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

kwin

  • kwin
plugins.h
1 /*****************************************************************
2  KWin - the KDE window manager
3  This file is part of the KDE project.
4 
5 Copyright (C) 1999, 2000 Daniel M. Duley <mosfet@kde.org>
6 Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org>
7 
8 You can Freely distribute this program under the GNU General Public
9 License. See the file "COPYING" for the exact licensing terms.
10 ******************************************************************/
11 
12 #ifndef KWIN_PLUGINS_H
13 #define KWIN_PLUGINS_H
14 
15 #include <kdecoration_plugins_p.h>
16 
17 namespace KWinInternal
18 {
19 
20 class PluginMgr
21  : public KDecorationPlugins
22  {
23  public:
24  PluginMgr();
25  virtual bool provides( Requirement );
26  protected:
27  virtual void error( const TQString& error_msg );
28  };
29 
30 } // namespace
31 
32 #endif

kwin

Skip menu "kwin"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

kwin

Skip menu "kwin"
  • kate
  • kwin
  •   lib
  • libkonq
Generated for kwin by doxygen 1.8.1.2
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |