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

SIG_FloatingText.h

00001 #ifndef SIGEL_VISUALISATION_SIG_FLOATINGTEXT_H
00002 #define SIGEL_VISUALISATION_SIG_FLOATINGTEXT_H
00003 
00004 #include <qstring.h>
00005 
00006 namespace SIGEL_Visualisation
00007 {
00008 
00009   class SIG_FloatingText
00010     {
00011     public:
00012 
00013       SIG_FloatingText( int xPos = 0,
00014                         int yPos = 0,
00015                         QString textLabel = QString() );
00016 
00017       int xPos;
00018       int yPos;
00019 
00020       QString textLabel;
00021 
00022       bool rendered;
00023 
00024     };
00025 
00026 }
00027 
00028 #endif // SIGEL_VISUALISATION_SIG_FLOATINGTEXT_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