vars.h

Go to the documentation of this file.
00001 #include "value.h"
00002 
00003 class Variable: public Value
00004 {
00005   QString text;
00006  public:
00007   Variable(QString t);
00008   virtual QString toString();
00009   virtual Data getSaveDescription(QString);
00010   virtual bool equals_same_type(Value * other);
00011 };
00012 

Generated on Mon Jun 5 22:08:42 2006 for iis by  doxygen 1.4.6