15 #ifndef QGSPYTHONRUNNER_H
16 #define QGSPYTHONRUNNER_H
35 static bool isValid();
38 static bool run( QString command, QString messageOnError = QString() );
41 static bool eval( QString command, QString& result );
53 virtual bool runCommand( QString command, QString messageOnError = QString() ) = 0;
55 virtual bool evalCommand( QString command, QString& result ) = 0;
60 #endif // QGSPYTHONRUNNER_H