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

twin

  • twin
main.h
1 /*****************************************************************
2  KWin - the KDE window manager
3  This file is part of the KDE project.
4 
5 Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@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 MAIN_H
13 #define MAIN_H
14 
15 #include <tdeapplication.h>
16 #include "workspace.h"
17 #include "utils.h"
18 
19 namespace KWinInternal
20 {
21 
22 class Application : public TDEApplication
23  {
24  TQ_OBJECT
25  public:
26  Application();
27  ~Application();
28 
29  protected:
30  bool x11EventFilter( XEvent * );
31  private slots:
32  void lostSelection();
33 
34  private:
35  KWinSelectionOwner owner;
36  };
37 
38 } // namespace
39 
40 #endif

twin

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

twin

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