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

affect.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 AFFECT_H
00014 #define AFFECT_H
00015 
00016 #include "page.h"
00017 
00021 class Affect : public Page {
00022     Q_OBJECT
00023 public:
00024     Affect(QWidget *parent, const char *name, Master * session);
00025 
00026     ~Affect();
00027 
00028     bool isSlave() {
00029         return false;
00030     }
00031     void append(const QString& msg);
00032 
00033 };
00034 
00035 #endif

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