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

Konsole

kwrited.h

Go to the documentation of this file.
00001 /*
00002     kwrited is a write(1) receiver for KDE.
00003     Copyright 1997,1998 by Lars Doelle <lars.doelle@on-line.de>
00004 
00005     This program is free software; you can redistribute it and/or modify
00006     it under the terms of the GNU General Public License as published by
00007     the Free Software Foundation; either version 2 of the License, or
00008     (at your option) any later version.
00009 
00010     This program 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
00013     GNU General Public License for more details.
00014 
00015     You should have received a copy of the GNU General Public License
00016     along with this program; if not, write to the Free Software
00017     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00018     02110-1301  USA.
00019 */
00020 
00021 #ifndef KWRITED_H
00022 #define KWRITED_H
00023 
00024 #include <kdedmodule.h>
00025 #include <QtGui/QTextEdit>
00026 #include <QtGui/QMenu>
00027 
00028 class KPty;
00029 
00030 class KWrited : public QTextEdit
00031 { Q_OBJECT
00032 public:
00033   KWrited();
00034  ~KWrited();
00035 protected:
00036   virtual void contextMenuEvent(QContextMenuEvent *);
00037 
00038 private Q_SLOTS:
00039   void block_in(int fd);
00040   void clearText(void);
00041 private:
00042   KPty* pty;
00043 };
00044 
00045 class KWritedModule : public KDEDModule
00046 {
00047   Q_OBJECT
00048 public:
00049   KWritedModule(QObject* parent, const QList<QVariant>&);
00050  ~KWritedModule();
00051 private:
00052   KWrited* pro;
00053 };
00054 
00055 #endif

Konsole

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

API Reference

Skip menu "API Reference"
  • Konsole
  • Libraries
  •   libkonq
Generated for API Reference by doxygen 1.5.4
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