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

SIG_FloatingTextLabel.cpp

00001 #include "SIGEL_CommonGUI/SIG_FloatingTextLabel.h"
00002 
00003 namespace SIGEL_CommonGUI
00004 {
00005 
00006   SIG_FloatingTextLabel::SIG_FloatingTextLabel( QWidget * parent,
00007                                                 const char * name=0 )
00008     : QLabel( parent, name )
00009   { };
00010 
00011   void SIG_FloatingTextLabel::mousePressEvent( QMouseEvent *e )
00012   {
00013     lower();
00014   };
00015 
00016 }

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