parser.h
changeset 514 497fab7d1404
parent 447 72afe12da1c8
child 539 7dde64ce0577
     1.1 --- a/parser.h	Tue Jun 19 14:20:29 2007 +0000
     1.2 +++ b/parser.h	Tue Jun 19 14:20:30 2007 +0000
     1.3 @@ -14,15 +14,15 @@
     1.4  	QString getAtom();
     1.5  	QString getCommand();
     1.6  	QStringList getParameters();
     1.7 -	int paramCount();
     1.8 +	int parCount();
     1.9  	QString errorMessage();
    1.10  	QString errorDescription();
    1.11  	ErrorLevel errorLevel();
    1.12  	void setError (ErrorLevel level,const QString &description);
    1.13  	void resetError();
    1.14 -	bool checkParamCount (QList <int> plist);
    1.15 -	bool checkParamCount (const int &index);
    1.16 -	bool checkParamIsInt (const int &index);
    1.17 +	bool checkParCount (QList <int> plist);
    1.18 +	bool checkParCount (const int &index);
    1.19 +	bool checkParIsInt (const int &index);
    1.20  	int parInt (bool &,const uint &index);
    1.21  	QString parString(bool &ok,const int &index);
    1.22  	bool parBool (bool &ok, const int &index);