diff -r 2a33304714ba -r f9f7922989d8 vymmodel.h --- a/vymmodel.h Tue Nov 17 08:24:59 2009 +0000 +++ b/vymmodel.h Wed Nov 25 10:58:21 2009 +0000 @@ -404,7 +404,7 @@ QVariant parseAtom (const QString &atom, bool &noError, QString &errorMsg); /* \brief Runs the script */ - void runScript (QString script); + QVariant runScript (const QString &script); private: Parser parser; @@ -426,6 +426,9 @@ /*! Export as XTML to directory */ void exportXML(QString dir="", bool askForName=true); + /*! Export as A&O report text to file */ + void exportAO (QString fname="",bool askForName=true); + /*! Export as ASCII text to file */ void exportASCII (QString fname="",bool askForName=true);