Ksetiwatch API Documentation


sigmsg.h

Go to the documentation of this file.
00001 /***************************************************************************/
00015 #ifndef SIGMSG_H
00016 #define SIGMSG_H
00017 
00018 #include <qwidget.h>
00019 #include <sigmsgtmpl.h>
00020 
00021 #include "setidefs.h"
00022 
00023 /***************************************************************************/
00037 /***************************************************************************/
00051 /***************************************************************************/
00065 class SigMsg : public SigMsgTmpl
00066 {
00067 Q_OBJECT
00068 
00069 public:
00080   SigMsg(const SpikeScore& score, const QString& text,
00081          QWidget* parent=0, const char* name=0);
00094   SigMsg(const GaussianScore& score, const QString& text,
00095          QWidget* parent=0, const char* name=0);
00108   SigMsg(const PulseScore& score, const QString& text,
00109          QWidget* parent=0, const char* name=0);
00122   SigMsg(const TripletScore& score, const QString& text,
00123          QWidget* parent=0, const char* name=0);
00126   ~SigMsg();
00127 
00128 protected: // Protected methods
00133   void setText(const QString& text);
00134 };
00135 
00136 #endif
KDE Logo
This file is part of the documentation for Ksetiwatch API Version 2.6.1.
Documentation copyright © 2000-2003 Gordon Machel.
Generated on Fri Jun 6 00:28:16 2003 by doxygen 1.2.18, written by Dimitri van Heesch, © 1997-2002