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

emit.cpp

Go to the documentation of this file.
00001 //
00002 //
00003 // C++ Implementation: $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 #include "emit.h"
00014 
00015 PLUGIN_FACTORY(Emit,"emit");
00016 
00017 Emit::Emit(QWidget */*parent*/, const char *name, Master * session) :
00018 Page(0, name, session) {}
00019 
00020 
00021 Emit::~Emit() {}
00022 
00023 
00024 bool Emit::isSlave() {
00025     return false;
00026 }
00027 
00028 void Emit::append(const QString& msg) {
00029     getMaster()->send(msg);
00030 }
00031 

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