diff -r 497fab7d1404 -r 3665eee7a842 parser.h --- a/parser.h Tue Jun 19 14:20:30 2007 +0000 +++ b/parser.h Mon Jul 23 12:42:02 2007 +0000 @@ -23,10 +23,12 @@ bool checkParCount (QList plist); bool checkParCount (const int &index); bool checkParIsInt (const int &index); + bool checkParIsDouble (const int &index); int parInt (bool &,const uint &index); QString parString(bool &ok,const int &index); bool parBool (bool &ok, const int &index); QColor parColor (bool &ok, const int &index); + double parDouble (bool &ok, const int &index); void setScript (const QString &); QString getScript();