parser.h
changeset 539 7dde64ce0577
parent 514 497fab7d1404
     1.1 --- a/parser.h	Wed Jul 04 11:05:16 2007 +0000
     1.2 +++ b/parser.h	Wed Jul 04 11:05:19 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();