Version 1.9.0
authorinsilmaril
Wed Jul 04 11:05:19 2007 +0000 (2007-07-04)
changeset 5397dde64ce0577
parent 538 be2299221801
child 540 0666af6f7700
Version 1.9.0
parser.h
     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();