Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

recorddialog.h

Go to the documentation of this file.
00001 /*
00002 Opie-Remote.  emulates remote controlls on an iPaq (and maybe a Zaurus) in Opie.
00003 Copyright (C) 2002 Thomas Stephens
00004 
00005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
00006 License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later
00007 version.
00008 
00009 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
00010 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
00011 Public License for more details.
00012 
00013 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
00014 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
00015 */
00016 
00017 #ifndef RecordDialog_H
00018 #define RecordDialog_H
00019 
00020 #include <qdialog.h>
00021 #include <qtextview.h>
00022 #include <qlineedit.h>
00023 #include <qpushbutton.h>
00024 #include <qwidget.h>
00025 #include <qlayout.h>
00026 #include <qmessagebox.h>
00027 
00028 #include <stdio.h>
00029 
00030 #include <opie2/oprocess.h>
00031 
00032 class RecordDialog : public QDialog
00033 {
00034         Q_OBJECT
00035 public:
00036         RecordDialog(QWidget *parent=0, const char *name=0);
00037 public slots:
00038         void retPressed();
00039         void incoming(Opie::Core::OProcess *proc, char *buffer, int len);
00040         void done(Opie::Core::OProcess *proc);
00041 private:
00042         QTextView *output;
00043         QLineEdit *input;
00044         Opie::Core::OProcess *record;
00045         int where;
00046 };
00047 
00048 #endif
00049 

Generated on Sat Nov 5 16:18:03 2005 for OPIE by  doxygen 1.4.2