vymmodel.h
changeset 807 f9f7922989d8
parent 804 14f2b1b15242
child 808 b163492fda17
     1.1 --- a/vymmodel.h	Tue Nov 17 08:24:59 2009 +0000
     1.2 +++ b/vymmodel.h	Wed Nov 25 10:58:21 2009 +0000
     1.3 @@ -404,7 +404,7 @@
     1.4      QVariant parseAtom (const QString &atom, bool &noError, QString &errorMsg);	
     1.5  
     1.6  	/* \brief Runs the script */
     1.7 -	void runScript (QString script);
     1.8 +	QVariant runScript (const QString &script);
     1.9  
    1.10  private:
    1.11  	Parser parser;
    1.12 @@ -426,6 +426,9 @@
    1.13  	/*! Export as XTML to directory */
    1.14      void exportXML(QString dir="", bool askForName=true);
    1.15  
    1.16 +	/*! Export as A&O report text to file */
    1.17 +	void exportAO (QString fname="",bool askForName=true);  
    1.18 +
    1.19  	/*! Export as ASCII text to file */
    1.20  	void exportASCII (QString fname="",bool askForName=true);  
    1.21