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

twin

  • twin
killwindow.h
1/*****************************************************************
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
6Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org>
7
8You can Freely distribute this program under the GNU General Public
9License. See the file "COPYING" for the exact licensing terms.
10******************************************************************/
11
12#ifndef KWIN_KILLWINDOW_H
13#define KWIN_KILLWINDOW_H
14
15#include "workspace.h"
16
17namespace KWinInternal
18{
19
20class KillWindow
21 {
22 public:
23
24 KillWindow( Workspace* ws );
25 ~KillWindow();
26
27 void start();
28
29 private:
30 Workspace* workspace;
31 };
32
33} // namespace
34
35#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.4
This website is maintained by Timothy Pearson.