1.1 --- a/parser.h Tue Jun 19 14:20:30 2007 +0000
1.2 +++ b/parser.h Tue Oct 16 09:53:22 2007 +0000
1.3 @@ -23,10 +23,12 @@
1.4 bool checkParCount (QList <int> plist);
1.5 bool checkParCount (const int &index);
1.6 bool checkParIsInt (const int &index);
1.7 + bool checkParIsDouble (const int &index);
1.8 int parInt (bool &,const uint &index);
1.9 QString parString(bool &ok,const int &index);
1.10 bool parBool (bool &ok, const int &index);
1.11 QColor parColor (bool &ok, const int &index);
1.12 + double parDouble (bool &ok, const int &index);
1.13
1.14 void setScript (const QString &);
1.15 QString getScript();