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

SIG_FloatingText.cpp

00001 #include "SIGEL_Visualisation/SIG_FloatingText.h"
00002 
00003 namespace SIGEL_Visualisation
00004 {
00005 
00006   SIG_FloatingText::SIG_FloatingText( int xPos,
00007                                       int yPos,
00008                                       QString textLabel )
00009     : xPos( xPos ),
00010       yPos( yPos ),
00011       textLabel( textLabel ),
00012       rendered( false )
00013   { };
00014 
00015 }

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