Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

emit.h

Go to the documentation of this file.
00001 //
00002 //
00003 // C++ Interface: $MODULE$
00004 //
00005 // Description:
00006 //
00007 //
00008 // Author: Yann Hodique <Yann.Hodique@lifl.fr>, (C) 2003
00009 //
00010 // Copyright: See COPYING file that comes with this distribution
00011 //
00012 //
00013 #ifndef EMIT_H
00014 #define EMIT_H
00015 
00016 #include <page.h>
00017 
00021 class Emit : public Page {
00022     Q_OBJECT
00023 public:
00024     Emit(QWidget *parent, const char *name, Master * session);
00025 
00026     ~Emit();
00027 
00028     virtual bool isSlave();
00029     virtual void append(const QString&);
00030 
00031 };
00032 
00033 #endif

Generated on Sat May 10 15:09:26 2003 for qnet by doxygen1.3