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

SIG_FloatingTextLabel.h

00001 #ifndef SIGEL_COMMONGUI_SIG_FLOATINGTEXTLABEL_H
00002 #define SIGEL_COMMONGUI_SIG_FLOATINGTEXTLABEL_H
00003 
00004 #include <qlabel.h>
00005 
00006 namespace SIGEL_CommonGUI
00007 {
00008 
00009   class SIG_FloatingTextLabel : public QLabel
00010     {
00011 
00012     public:
00013       SIG_FloatingTextLabel( QWidget * parent,
00014                              const char * name=0 );
00015 
00016     private:
00017       void mousePressEvent( QMouseEvent *e );
00018 
00019     };
00020 
00021 }
00022 
00023 #endif // SIGEL_COMMONGUI_SIG_FLOATINGTEXTLABEL_H

Generated at Mon Sep 3 01:32:22 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000